Update aes and constant-time-eq
This commit is contained in:
parent
93f7e87f16
commit
9ba7c80761
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ Library to support the reading and writing of zip files.
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
aes = { version = "0.8.2", optional = true }
|
||||
aes = { version = "0.8.3", optional = true }
|
||||
byteorder = "1.4.3"
|
||||
bzip2 = { version = "0.4.4", optional = true }
|
||||
chrono = { version = "0.4.26", optional = true }
|
||||
constant_time_eq = { version = "0.2.6", optional = true }
|
||||
constant_time_eq = { version = "0.3.0", optional = true }
|
||||
crc32fast = "1.3.2"
|
||||
flate2 = { version = "1.0.26", default-features = false, optional = true }
|
||||
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue