Update Rust crate sha2 to 0.11 #12

Open
spacebot wants to merge 1 commit from renovate/sha2-0.x into main
Showing only changes of commit ca44ec2e2f - Show all commits

Update Rust crate sha2 to 0.11
Some checks failed
Build and Test / cache-mii (pull_request) Failing after 16s
Build and Test / cache-mii (push) Failing after 18s

Spacebot 2026-05-02 19:46:50 +00:00

View file

@ -13,7 +13,7 @@ serde_json = "1"
quick-xml = { version = "0.31", features = [ "serialize" ] }
chrono = { version = "0.4", features = [ "serde" ] }
sha1 = "0.10"
sha2 = "0.10"
sha2 = "0.11"
hex = "0.4"
hex-literal = "0.4"
aes = "0.8"