From a054c289794eb5cf4e45d4d35ff3e5ac00bb3ae4 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 30 Oct 2023 00:59:13 +0900 Subject: [PATCH] chore(dependencies): disable unused futures-util alloc feature --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 534b49c97c..1de8e682b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ want = { version = "0.3", optional = true } [dev-dependencies] form_urlencoded = "1" -futures-util = { version = "0.3", default-features = false, features = ["alloc"] } http-body-util = "=0.1.0-rc.3" pretty_env_logger = "0.5" spmc = "0.3"