chore: use sha2 from workspace (#8811)

This commit is contained in:
Matthias Seitz
2024-06-13 22:46:30 +02:00
committed by GitHub
parent be12177a2f
commit 23fc18db25

View File

@ -35,7 +35,7 @@ ctr = "0.9.2"
digest = "0.10.5"
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
concat-kdf = "0.1.0"
sha2 = "0.10.6"
sha2.workspace = true
sha3 = "0.10.5"
aes = "0.8.1"
hmac = "0.12.1"