Skip to content

Bump sha2 from 0.10.9 to 0.11.0 - #4

Merged
jserv merged 1 commit into
mainfrom
dependabot/cargo/sha2-0.11.0
Aug 19, 2026
Merged

Bump sha2 from 0.10.9 to 0.11.0#4
jserv merged 1 commit into
mainfrom
dependabot/cargo/sha2-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps sha2 from 0.10.9 to 0.11.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade sha2 from 0.10.9 to 0.11.0 to align with the latest digest stack and receive upstream performance and maintenance updates. This is a breaking 0.x bump, but typical usage via sha2::{Sha256, Digest} should remain source-compatible.

  • Transitive updates: digest 0.11, crypto-common 0.2, block-buffer 0.12, cpufeatures 0.3; generic-array removed in favor of hybrid-array.
  • If you import digest::consts, typenum, or generic-array, migrate to const generics and fixed-size arrays (e.g., use [u8; 32] for SHA-256 outputs).
  • Validate snapshot hashing: run tests and compare digests with 0.10 to confirm no behavior change.

Written for commit a624843. Summary will update on new commits.

Review in cubic

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0.
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

---
updated-dependencies:
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 19, 2026
@jserv
jserv merged commit aaf1158 into main Aug 19, 2026
1 of 6 checks passed
@jserv
jserv deleted the dependabot/cargo/sha2-0.11.0 branch August 19, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant