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

fix: update SHA2 dependency reference and clean up TODOs #2130

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Himess
Copy link

@Himess Himess commented Mar 5, 2025

Motivation

The Cargo.toml file contained an incorrect reference to sha2-v0-9-8, while the actual version used was 0.9.9. Additionally, outdated comments regarding the yanked status of 0.9.8 were still present, causing potential confusion. This PR ensures consistency in dependency definitions and removes misleading information.

Checked the sha2 crate versions on crates.io and confirmed that version 0.9.8 is yanked.
image

Solution

  • Updated sha2-v0-9-8 = { version = "0.9.9", package = "sha2" } to sha2-v0-9-9 = { version = "0.9.9", package = "sha2" } to properly reflect the correct version reference.
  • Removed outdated comments about 0.9.8 being yanked.
  • Ensured dependency definitions are clear and accurate.

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.

1 participant