Update constant_time_eq
This commit is contained in:
parent
56718b3344
commit
2e423f12db
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue