diff --git a/Cargo.toml b/Cargo.toml index f1ebc3b6..73dbaf7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }