Merge pull request #4 from Pr0methean/dependabot/cargo/constant_time_eq-0.2.5
chore(deps): update constant_time_eq requirement from 0.1.5 to 0.2.5
This commit is contained in:
commit
0a57febc0f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ edition = "2021"
|
|||
aes = { version = "0.7.5", optional = true }
|
||||
byteorder = "1.4.3"
|
||||
bzip2 = { version = "0.4.3", optional = true }
|
||||
constant_time_eq = { version = "0.1.5", optional = true }
|
||||
constant_time_eq = { version = "0.2.5", optional = true }
|
||||
crc32fast = "1.3.2"
|
||||
flate2 = { version = "1.0.23", default-features = false, optional = true }
|
||||
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue