Skip to content

Commit

Permalink
Switch from sha-1 to sha1
Browse files Browse the repository at this point in the history
The RustCrypto project recently got control of the crate name `sha1`. This
commit switches over to the new name; the old `sha-1` name is now deprecated.

Details: RustCrypto/hashes#350
  • Loading branch information
benesch committed Aug 29, 2022
1 parent 137b690 commit 4bea1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,7 @@ http = "0.2"
httparse = "1.3.4"
log = "0.4.8"
rand = "0.8.0"
sha-1 = "0.10"
sha1 = "0.10"
thiserror = "1.0.23"
url = "2.1.0"
utf-8 = "0.7.5"
Expand Down

0 comments on commit 4bea1df

Please sign in to comment.