]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: sha-1 is now sha1 8216/head
authorJason Ish <jason.ish@oisf.net>
Mon, 28 Nov 2022 14:56:08 +0000 (08:56 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 28 Nov 2022 14:58:39 +0000 (08:58 -0600)
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

index 67c8bf2339301f4cd6c6d83b20377ae0e29f7163..0077a01ed57aaef7bf966a3602f65061c2f776e0 100644 (file)
@@ -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"