From 91617f479a3f0c4a643b3f895de15d007a66ef6d Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 28 Nov 2022 08:56:08 -0600 Subject: [PATCH] rust: sha-1 is now sha1 This is the same crate, but renamed to be more consistent with the RustCrypto project naming. Some recent discussion is available here: https://github.com/RustCrypto/hashes/issues/438 --- rust/Cargo.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index 67c8bf2339..0077a01ed5 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -50,7 +50,7 @@ x509-parser = "~0.14.0" libc = "~0.2.82" sha2 = "~0.10.2" digest = "~0.10.3" -sha-1 = "~0.10.0" +sha1 = "~0.10.5" md-5 = "~0.10.1" regex = "~1.5.5" lazy_static = "~1.4.0" -- 2.47.2