1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-07 05:36:23 +02:00

upgrade crypto-mac to 0.11.0

This commit is contained in:
Jack O'Connor 2021-05-18 12:28:09 -04:00
parent 7cd208afcf
commit aa52ce3a4b

View File

@ -85,7 +85,7 @@ constant_time_eq = "0.1.5"
rayon = { version = "1.2.1", optional = true }
cfg-if = "1.0.0"
digest = { version = "0.9.0", optional = true }
crypto-mac = { version = "0.10.0", optional = true }
crypto-mac = { version = "0.11.0", optional = true }
[dev-dependencies]
hex = "0.4.2"