We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5abcad4 commit a801412Copy full SHA for a801412
ddcommon-net2/Cargo.toml
@@ -19,7 +19,7 @@ use_webpki_roots = ["webpki-roots" ,"tokio-rustls/aws-lc-rs"]
19
[dependencies]
20
ddcommon = { path = "../ddcommon" }
21
hex = { version = "0.4" }
22
-hyper = { version = "1", default-features = false }
+hyper = { version = "1", default-features = false, features = ["client", "http1"] }
23
hyper-util = { version = "0.1", default-features = false, features = ["tokio"] }
24
rustls-native-certs = { version = "0.8", optional = true }
25
serde = { version = "1.0", features = ["derive"] }
0 commit comments