chore(deps): Bump sha2 from 0.10.9 to 0.11.0 - #3
Conversation
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>
dfc68a9 to
742936e
Compare
praxis-bot
left a comment
There was a problem hiding this comment.
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.
| serde_json = "1.0.151" | ||
| yaml_serde = "0.10.6" | ||
| sha2 = "0.10.9" | ||
| sha2 = "0.11.0" |
There was a problem hiding this comment.
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.
Bumps sha2 from 0.10.9 to 0.11.0.
Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)