From 1343109c0f36603d583eefa46ee34b75fc4dc1d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 13:37:57 +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 37f40ad8bdd..13431ba2c29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -474,7 +474,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.9" blake2b_simd = "1.0.2"