Skip to content

chore: bump sha & md-5 to 0.11.0#21840

Open
Jefffrey wants to merge 2 commits intoapache:mainfrom
Jefffrey:bump-md5-sha
Open

chore: bump sha & md-5 to 0.11.0#21840
Jefffrey wants to merge 2 commits intoapache:mainfrom
Jefffrey:bump-md5-sha

Conversation

@Jefffrey
Copy link
Copy Markdown
Contributor

@Jefffrey Jefffrey commented Apr 25, 2026

Which issue does this PR close?

Rationale for this change

Keep dependencies up to date.

What changes are included in this PR?

We used to use Digest from blake2, which was a common dependency used by md5 and sha2; however blake2 doesn't have a 0.11.0 release so we were blocked because of incompatible dependencies when trying to upgrade sha2 or md5. Fix code to use their own Digest (e.g. md5::Digest, sha2::Digest) instead of relying on blake2::Digest which should prevent such issues from occurring again and allows us to bump their versions independently.

Are these changes tested?

Existing tests.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the functions Changes to functions implementation label Apr 25, 2026
@Jefffrey Jefffrey marked this pull request as ready for review April 25, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

functions Changes to functions implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant