From c32e09cfc4a678a6ddfd85128cdeb49f99025f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:39:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20futures-util=20to?= =?UTF-8?q?=200.3.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed45e91..09fdc00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3.11", features = [ anyhow = "1.0.79" # Explicitly depend on serde to enable `rc` feature. serde = { version = "1.0.140", features = ["rc"] } -futures-util = "0.3.23" +futures-util = "0.3.30" enumflags2 = "0.7.0" ntest = "0.9.0" console-subscriber = { version = "0.1.8", optional = true }