Update Rust crate sha2 to 0.10.9
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-05-08 00:23:47 +00:00
parent 40901c55db
commit 24fa207005
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -31,7 +31,7 @@ thiserror = "2.0.12"
serde_with = "3.12.0"
rust_iso3166 = "0.1.14"
rust-s3 = "0.35.1"
sha2 = "0.10.8"
sha2 = "0.10.9"
image = "0.25.6"
uuid = { version = "1.16.0", features = ["v4"] }
httpdate = "1.0.3"