Update aes and constant-time-eq

This commit is contained in:
Chris Hennick 2023-06-17 17:52:58 -07:00
parent 93f7e87f16
commit 9ba7c80761
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -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"] }