Skip to content

Commit 37cadb0

Browse files
uri-99Oppen
authored andcommitted
fix: cargo.toml
1 parent 82c2173 commit 37cadb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)