Merge pull request 'Update Rust crate hmac to 0.13.0' (#36) from renovate/hmac-0.x into main
All checks were successful
Build and Test / account (push) Successful in 6m18s

Reviewed-on: #36
This commit is contained in:
redbinder0526 2026-04-29 10:46:56 +02:00
commit 9c13fa267d
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" }