Update constant_time_eq

This commit is contained in:
Chris Hennick 2023-06-10 21:03:26 -07:00
parent 56718b3344
commit 2e423f12db
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -17,7 +17,7 @@ aes = { version = "0.8.2", 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.5", optional = true }
constant_time_eq = { version = "0.2.6", 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"] }