Skip to content

Commit

Permalink
fix: Remove no default features from futures-util
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Sep 1, 2024
1 parent 2e0484d commit 732a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ similar.opt-level = 3
anyhow = { version = "1.0" }
async-trait = { version = "0.1" }
derive_builder = { version = "0.20" }
futures-util = { version = "0.3", default-features = false }
futures-util = { version = "0.3" }
tokio = { version = "1.38", features = ["full"] }
tokio-stream = { version = "0.1" }
tracing = { version = "0.1", features = ["log"] }
Expand Down

0 comments on commit 732a166

Please sign in to comment.