Update Rust crate aes to 0.9 #3

Merged
bloxerhd018 merged 2 commits from renovate/aes-0.x into main 2026-05-26 15:07:40 +02:00

View file

@ -16,8 +16,8 @@ sha1 = "0.11"
sha2 = "0.10"
hex = "0.4"
hex-literal = "1.0"
aes = "0.8"
ctr = "0.9"
aes = "0.9"
ctr = "0.10"
hmac = "0.12"
md-5 = "0.11"
rand = "0.8"