Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the deprecated sha-1 crate with sha1 #333

Commits on Jan 5, 2024

  1. 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 <michael.weiss@eviden.com>
    primeos-work committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    10202d1 View commit details
    Browse the repository at this point in the history