From ba5b7c6c0d75486d4c8d08f7af1023269958da84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:38:42 +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 84f317be8..21d7115f6 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.9", 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.30", default-features = false, features = [ "sink",