From 17bd06ece0a81d8f4ee40844537512edc212d34e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 05:24:40 +0000 Subject: [PATCH] chore(deps): update rust crate sha2 to 0.11.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab879bd0f36..70baee889cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2786,13 +2786,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.9" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" +checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" dependencies = [ "cfg-if", - "cpufeatures 0.2.17", - "digest 0.10.7", + "cpufeatures 0.3.0", + "digest 0.11.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b832874913c..db14ef5e997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -477,7 +477,7 @@ zip = { version = "8.0.0", default-features = false, features = ["deflate"] } hex = "0.4.3" md-5 = "0.10.6" sha1 = "0.10.6" -sha2 = "0.10.8" +sha2 = "0.11.0" sha3 = "0.10.8" blake2b_simd = "1.0.2" blake3 = "1.5.1"