Update Rust crate hmac to 0.13.0
All checks were successful
Build and Test / account (push) Successful in 8m22s

This commit is contained in:
Spacebot 2026-04-29 08:30:59 +00:00
commit a7910bb167
2 changed files with 31 additions and 6 deletions

View file

@ -31,7 +31,7 @@ thiserror = "2.0.11"
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"
hmac = "0.13.0"
md-5 = "0.11.0"
cbc = "0.1.2"
mii = { path = "./mii" }