Skip to content

chore(deps): Bump sha2 from 0.10.9 to 0.11.0 - #3

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/sha2-0.11.0
Open

chore(deps): Bump sha2 from 0.10.9 to 0.11.0#3
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/cargo/sha2-0.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps sha2 from 0.10.9 to 0.11.0.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 14, 2026
shaneutt and others added 2 commits August 20, 2026 13:58
These now live in https://github.com/praxis-proxy/enhancements

Signed-off-by: Shane Utt <shaneutt@linux.com>
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>

@praxis-bot praxis-bot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Medium: digest trait major version bump. sha2 0.11.0 pulls in digest 0.11.x (up from 0.10.x), which switches the internal buffer representation from generic-array to hybrid-array. If the operator uses sha2::Digest trait methods directly or passes digest output types to other crates still on digest 0.10.x, the API will be incompatible. Verify the operator compiles cleanly with this bump before merging.

Also: this PR includes unrelated changes to docs/proposals.md and deletes docs/proposals/template.md -- these should be in a separate PR.

Comment thread Cargo.toml
serde_json = "1.0.151"
yaml_serde = "0.10.6"
sha2 = "0.10.9"
sha2 = "0.11.0"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking major version bump. The underlying digest crate changes from 0.10.x to 0.11.x (generic-array to hybrid-array). Verify all code using sha2::Sha256 and digest::Digest trait methods compiles with the new version before merging.

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.

2 participants