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 authored and seanmonstar committed Aug 29, 2022
1 parent ffca4a9 commit 31fe3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -23,7 +23,7 @@ base64 = "0.13"
bitflags = "1.0"
bytes = "1"
mime = "0.3.14"
sha-1 = "0.10"
sha1 = "0.10"
httpdate = "1"

[features]
Expand Down

0 comments on commit 31fe3e1

Please sign in to comment.