build(deps): bump dryoc from 0.7.2 to 0.8.0#366
Merged
Conversation
Bumps [dryoc](https://github.com/brndnmtthws/dryoc) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/brndnmtthws/dryoc/releases) - [Commits](brndnmtthws/dryoc@v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: dryoc dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
6c2a7a6 to
05318b1
Compare
paolodamico
approved these changes
Jun 17, 2026
paolodamico
left a comment
Contributor
There was a problem hiding this comment.
dryoc was published 1+ month ago, with immutable releases, breaking changes don't affect us, we're already at rust 1.94
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps dryoc from 0.7.2 to 0.8.0.
Release notes
Sourced from dryoc's releases.
... (truncated)
Commits
742f239perf: add argon2 simd block mixing (#115)b88dbaddocs: link README unsafe note to rustdoc (#114)a9f4bb8docs: document unsafe code usage (#113)305a437perf: add portable SIMD Poly1305 backend (#112)beea40fperf: optimize blake2b simd buffering (#111)57b4aacfeat: add generate aliases for random generation (#110)01ea877feat: add portable SIMD Salsa20 secretbox backend (#108)ab0ae1ctest: add fuzz targets for parsing boundaries (#109)24e47a3feat: upgrade crate to Rust 2024 (#107)aba4f57fix: protect full memory regions (#105)Note
Medium Risk
Touches a crypto dependency used for root-key KDF with a major-version bump and a large lockfile churn, though the diff does not modify bedrock’s own crypto code.
Overview
Bumps
dryocinbedrockfrom 0.7.2 to 0.8.0, withCargo.lockrefreshed so transitive crypto crates resolve to the versions dryoc 0.8 pulls in (e.g.chacha200.10,sha20.11,rand0.10,cipher0.5). There are no application source changes;bedrockstill depends on dryoc only fordryoc::kdf::Kdfin root key handling.Callers should treat this as aligning with dryoc’s Rust 1.89 / edition 2024 MSRV and its updated major dependency stack; behavior should stay the same unless dryoc’s KDF or internals changed incompatibly between releases.
Reviewed by Cursor Bugbot for commit 05318b1. Bugbot is set up for automated code reviews on this repo. Configure here.