parsers: Replace sha-1 with sha1

It is the same crate now.
This commit is contained in:
Emmanuel Gil Peyrot 2023-04-03 11:18:07 +02:00
commit 3ad616945a

View file

@ -18,7 +18,7 @@ minidom = "0.15"
jid = { version = "0.9", features = ["minidom"] } jid = { version = "0.9", features = ["minidom"] }
base64 = "0.20" base64 = "0.20"
digest = "0.10" digest = "0.10"
sha-1 = "0.10" sha1 = "0.10"
sha2 = "0.10" sha2 = "0.10"
sha3 = "0.10" sha3 = "0.10"
blake2 = "0.10.4" blake2 = "0.10.4"