Update Rust crate aes to 0.9.0
Some checks failed
Build and Test / account (push) Failing after 8m34s

This commit is contained in:
Spacebot 2026-05-10 09:15:35 +00:00
commit ade5a4a845
2 changed files with 34 additions and 9 deletions

View file

@ -30,7 +30,7 @@ hex = "0.4.3"
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"
aes = "0.9.0"
hmac = "0.13.0"
md-5 = "0.11.0"
cbc = "0.1.2"