Update Rust crate hmac to 0.13.0
All checks were successful
Build and Test / account (push) Successful in 8m22s
All checks were successful
Build and Test / account (push) Successful in 8m22s
This commit is contained in:
parent
b116b11901
commit
a7910bb167
2 changed files with 31 additions and 6 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue