Update Rust crate sha2 to 0.11.0
Some checks failed
Build and Test / account (push) Failing after 4m3s

This commit is contained in:
Spacebot 2026-04-29 08:31:17 +00:00
commit aa0cd97faa
2 changed files with 21 additions and 10 deletions

View file

@ -23,7 +23,7 @@ once_cell = "1.20.3"
serde_json = "1.0.139"
chrono = { version = "0.4.39", features = ["serde"] }
argon2 = "0.5.3"
sha2 = "0.10.8"
sha2 = "0.11.0"
bytemuck = { version = "1.21.0", features = ["derive"] }
base64 = "0.22.1"
hex = "0.4.3"