Update Rust crate sha2 to 0.11
Some checks failed
Build and Test / rust-boss (push) Failing after 24m49s
Build and Test / rust-boss (pull_request) Failing after 26m12s

This commit is contained in:
Spacebot 2026-05-10 09:31:44 +00:00
commit 2851f3e637

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"