From bf3144beb4cae49ecf4db78534cbcf3f79983f22 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 16 Feb 2025 17:15:55 +0100 Subject: [PATCH] build: drop unused dependency on `futures-util` --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1003d821..8d081cd2 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"