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
Some checks failed
Build and Test / rust-boss (push) Has been cancelled
Reviewed-on: #3
This commit is contained in:
commit
c081c9ab38
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue