Skip to content

Commit c32f01c

Browse files
uri-99Oppen
authored andcommitted
fix: cargo.toml
1 parent 25e93f7 commit c32f01c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

batcher/aligned-batcher/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ bincode = "1.3.3"
2828
aligned-sdk = { path = "../aligned-sdk" }
2929
ciborium = "=0.2.2"
3030
priority-queue = "2.1.0"
31-
reqwest = { version = "0.12", features = ["json"] }
31+
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
3232

3333
once_cell = "1.20.2"
3434
warp = "0.3.7"
3535
prometheus = { version = "0.13.4", features = ["process"] }
3636
backon = "1.2.0"
3737
tokio-boring = "4.13.0"
3838
boring = "4.13.0"
39+
openssl = { version = "0.10", features = ["vendored"] }

0 commit comments

Comments
 (0)