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

Conversation

primeos-work
Copy link
Member

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.

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 primeos-work added this pull request to the merge queue Jan 10, 2024
Merged via the queue into science-computing:master with commit 6aa6b50 Jan 10, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant