Merge pull request 'Update Rust crate aes to 0.9' (#3) from renovate/aes-0.x into main
Some checks failed
Build and Test / rust-boss (push) Has been cancelled

Reviewed-on: #3
This commit is contained in:
BloxerHD 2026-05-26 15:07:39 +02:00
commit c081c9ab38

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"