Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the deprecated sha-1 crate with sha1
The `sha-1` crate doesn't get updated anymore and the `sha1` crate should be used instead (the crate only got renamed [1]) [0]: > This crate is deprecated! Use the sha1 crate instead. Note: The `sha-1` crate is currently stuck at `v0.10.1` despite the following claim to update it until v0.11: > The SHA-1 implementation was previously published as sha-1, but > migrated to sha1 since v0.10.0. sha-1 will continue to receive v0.10.x > patch updates, but will be deprecated after sha1 v0.11 release. [0]: https://crates.io/crates/sha-1 [1]: RustCrypto/hashes#350 Signed-off-by: Michael Weiss <[email protected]>
- Loading branch information