Update Rust crate sha2 to v0.10.9 #15

Merged
jmarya merged 1 commit from renovate/sha2-0.x-lockfile into main 2025-06-22 17:31:03 +00:00
Showing only changes of commit 570edb1bcb - Show all commits

4
Cargo.lock generated
View file

@ -2725,9 +2725,9 @@ dependencies = [
[[package]] [[package]]
name = "sha2" name = "sha2"
version = "0.10.8" version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"cpufeatures", "cpufeatures",