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:
github-actions[bot] 2023-04-23 22:33:28 +00:00 committed by GitHub
commit 0a57febc0f
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

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