Skip to content

Commit

Permalink
build: fix missing dependency features
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Jan 16, 2025
1 parent 5abcad4 commit a801412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddcommon-net2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use_webpki_roots = ["webpki-roots" ,"tokio-rustls/aws-lc-rs"]
[dependencies]
ddcommon = { path = "../ddcommon" }
hex = { version = "0.4" }
hyper = { version = "1", default-features = false }
hyper = { version = "1", default-features = false, features = ["client", "http1"] }
hyper-util = { version = "0.1", default-features = false, features = ["tokio"] }
rustls-native-certs = { version = "0.8", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit a801412

Please sign in to comment.