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
a2-ron committed Aug 29, 2022
1 parent 59308f7 commit 2930e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -38,7 +38,7 @@ num-traits = { version = "0.2", features = ["i128"] }
rand = "0.8.3"
regex = "1.5.5"
rust_decimal = { version = "1.0", optional = true }
sha-1 = "0.10.0"
sha1 = "0.10.0"
sha2 = "0.10.0"
smallvec = { version = "1.6.1", features = ["union", "write"] }
thiserror = "1.0.24"
Expand Down

0 comments on commit 2930e08

Please sign in to comment.