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

Cargo.toml: update crypto-mac to 0.10.0

This commit is contained in:
Paul Grandperrin 2021-01-07 12:49:22 -03:00 committed by Jack O'Connor
parent 7155e5bb71
commit 421745b033

View File

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