parsers: Replace sha-1 with sha1
It is the same crate now.
This commit is contained in:
parent
eb628704c0
commit
3ad616945a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ minidom = "0.15"
|
|||
jid = { version = "0.9", features = ["minidom"] }
|
||||
base64 = "0.20"
|
||||
digest = "0.10"
|
||||
sha-1 = "0.10"
|
||||
sha1 = "0.10"
|
||||
sha2 = "0.10"
|
||||
sha3 = "0.10"
|
||||
blake2 = "0.10.4"
|
||||
|
|
Loading…
Reference in a new issue