Skip to content

Commit

Permalink
Disable unnecessary default features from futures-util
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 24, 2023
1 parent 73f4299 commit 9b80236
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ rustls = { version = "0.21.0", default-features = false }
tokio = "1.0"
tokio-rustls = { version = "0.24.0", default-features = false }
webpki-roots = { version = "0.24", optional = true }
futures-util = { version = "0.3" }
futures-util = { version = "0.3", default-features = false }

[dev-dependencies]
futures-util = { version = "0.3.1", default-features = false }
hyper = { version = "0.14", features = ["full"] }
rustls = { version = "0.21.0", default-features = false, features = ["tls12"] }
rustls-pemfile = "1.0.0"
Expand Down

0 comments on commit 9b80236

Please sign in to comment.