From b181b94040ad35d95956193ef9c280738dd4389a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:28:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20futures-core=20to?= =?UTF-8?q?=200.3.30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zbus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbus/Cargo.toml b/zbus/Cargo.toml index d6bea14a7..bbf80f7ec 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -49,7 +49,7 @@ zbus_macros = { path = "../zbus_macros", version = "=4.0.1" } enumflags2 = { version = "0.7.7", features = ["serde"] } derivative = "2.2" async-io = { version = "2.2.2", optional = true } -futures-core = "0.3.25" +futures-core = "0.3.30" futures-sink = "0.3.25" futures-util = { version = "0.3.25", default-features = false, features = [ "sink",