From b0386017cc9721aaa2770d4fd05e512c80866052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:45:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20futures-sink=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 21d7115f6..d41932fe4 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -50,7 +50,7 @@ enumflags2 = { version = "0.7.9", features = ["serde"] } derivative = "2.2" async-io = { version = "2.2.2", optional = true } futures-core = "0.3.30" -futures-sink = "0.3.25" +futures-sink = "0.3.30" futures-util = { version = "0.3.30", default-features = false, features = [ "sink", "std",