Update Rust crate md-5 to 0.11.0
All checks were successful
Build and Test / account (push) Successful in 6m46s

This commit is contained in:
Spacebot 2026-04-28 21:00:48 +00:00
commit ab7fe25459
2 changed files with 75 additions and 21 deletions

View file

@ -32,7 +32,7 @@ bcrypt = "0.19.0"
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "postgres", "chrono", "ipnetwork" ] }
aes = "0.8.4"
hmac = "0.12.1"
md-5 = "0.10.6"
md-5 = "0.11.0"
cbc = "0.1.2"
mii = { path = "./mii" }
crc32fast = "1.4.2"