Update Rust crate aes to 0.9 #3
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