From 2e81a0b15b1de1c987c5ab557771fe451c985bf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:24:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sha1=20to=200.10.?= =?UTF-8?q?6?= 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 f1337b460..4af41edea 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -63,7 +63,7 @@ async-task = { version = "4.7.0", optional = true } hex = "0.4.3" ordered-stream = "0.2" rand = "0.8.5" -sha1 = { version = "0.10.5", features = ["std"] } +sha1 = { version = "0.10.6", features = ["std"] } event-listener = "5.1.0" static_assertions = "1.1.0" async-trait = "0.1.77"