Skip to content

Commit

Permalink
rust: sha-1 is now sha1
Browse files Browse the repository at this point in the history
This is the same crate, but renamed to be more consistent with the
RustCrypto project naming. Some recent discussion is available here:

    RustCrypto/hashes#438
  • Loading branch information
jasonish committed Nov 28, 2022
1 parent af44504 commit 91617f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91617f4

Please sign in to comment.