From c73b1c69120864ee98ef0420f8da9e49c5dc48f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 06:13:07 +0000 Subject: [PATCH] chore(deps): update rust crate sha1 to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0163d40314..312dc9b34f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -451,7 +451,7 @@ zip = { version = "8.0.0", default-features = false, features = ["deflate"] } hex = "0.4.3" md-5 = "0.10.6" -sha1 = "0.10.6" +sha1 = "0.11.0" sha2 = "0.10.8" sha3 = "0.10.8" blake2b_simd = "1.0.2"