parsers: Replace sha-1 with sha1

Emmanuel Gil Peyrot created

It is the same crate now.

Change summary

parsers/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

parsers/Cargo.toml 🔗

@@ -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"