diff --git a/Cargo.toml b/Cargo.toml index 1003d82..8d081cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,6 @@ tokio = "1.0" tokio-rustls = { version = "0.26", default-features = false } tower-service = "0.3" webpki-roots = { version = "0.26", optional = true } -futures-util = { version = "0.3", default-features = false } [dev-dependencies] cfg-if = "1"