Update Rust crate sha1 to 0.11
Some checks failed
Build and Test / rust-boss (push) Failing after 26m56s
Build and Test / rust-boss (pull_request) Successful in 27m23s

This commit is contained in:
Spacebot 2026-05-10 09:31:42 +00:00
commit 61edaa9534

View file

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