From 0a89bef03d3cbe28a7427cfac0655e043347ad3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:13:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20blocking=20to=201?= =?UTF-8?q?.5.1?= 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 fae654d81..02d35ce58 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -58,7 +58,7 @@ futures-util = { version = "0.3.25", default-features = false, features = [ async-lock = { version = "3.3.0", optional = true } async-broadcast = "0.7.0" async-executor = { version = "1.8.0", optional = true } -blocking = { version = "1.0.2", optional = true } +blocking = { version = "1.5.1", optional = true } async-task = { version = "4.7.0", optional = true } hex = "0.4.3" ordered-stream = "0.2"