Skip to content

build(deps): bump dryoc from 0.8.0 to 0.9.0#38

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dryoc-0.9.0
Closed

build(deps): bump dryoc from 0.8.0 to 0.9.0#38
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dryoc-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps dryoc from 0.8.0 to 0.9.0.

Release notes

Sourced from dryoc's releases.

v0.9.0

dryoc v0.9.0

dryoc 0.9.0 expands libsodium-compatible coverage with AEAD, direct HMAC, HKDF, SHA-2/SHA-3 hashing, and Ed25519 key extraction helpers. It also makes protected memory available on stable Rust for supported targets, improves wasm coverage, reduces the normal dependency surface, and tunes several hot paths.

Full Changelog: brndnmtthws/dryoc@v0.8.0...v0.9.0

Breaking Changes / Compatibility Notes

  • dryocstream::Tag now uses a local compatibility implementation instead of the external bitflags type. The public constants, methods, operators, formatting, and iteration behavior are preserved for normal use, but code depending on bitflags-specific trait impls or concrete iterator types may need adjustment.
  • The legacy gen / r#gen generation APIs are deprecated because gen is reserved in Rust 2024. Existing callers remain source-compatible; prefer the generate replacements, including the new protected-memory key generation helpers.
  • Default features are now base64, u64_backend, and protected. Protected-memory APIs are available on stable Rust for Unix and Windows targets, and unsupported targets such as wasm32-unknown-unknown do not expose the protected-memory module.

Highlights Since v0.8.0

Cryptographic APIs

  • Added libsodium-compatible crypto_aead_xchacha20poly1305_ietf_* APIs plus the Rustaceous dryocaead API for XChaCha20-Poly1305-IETF, including explicit-nonce boxes, generated-nonce envelopes, protected aliases, serde/wincode support, tests, and fuzz coverage.
  • Added direct HMAC variants for SHA-256, SHA-512, and SHA-512/256, plus HKDF-SHA-256 and HKDF-SHA-512 APIs in both Classic and Rustaceous forms.
  • Added SHA-256 Classic hashing support and SHA-3-256/SHA-3-512 Classic and Rustaceous hashing APIs.
  • Added Ed25519 secret-key extraction helpers for seed and embedded public-key extraction, matching libsodium's signing-key layout.

Protected Memory And Platform Support

  • Moved protected memory off the nightly allocator API for the stable storage path while keeping the nightly allocator implementation available behind nightly.
  • Added wasm32-unknown-unknown compatibility coverage, target-specific randomness setup, and wasm-bindgen tests for core Rustaceous encryption and hashing paths.
  • Clarified protected-memory tradeoffs, platform behavior, and default feature guidance in the README, rustdoc, and repository guidance.

Performance And Dependency Surface

  • Removed normal dependencies on base64, bitflags, and lazy_static by replacing them with local or standard-library implementations while keeping the base64 feature as a compatibility flag.
  • Uses the soft Poly1305 backend on AArch64 under simd_backend,nightly, where profiling showed it outperforming the portable-SIMD Poly1305 path.
  • Removed redundant software Poly1305 state stores.
  • Optimized detached crypto_secretbox seal/open paths to avoid full-buffer pre-copying. Detached open now leaves the output buffer unchanged when authentication fails.

Maintenance

  • Added a cargo-deny advisory check to CI.
  • Updated the README libsodium coverage audit against libsodium 1.0.22 and narrowed the crate-level compatibility wording to supported APIs and wire formats.
  • Fixed new chunks_exact clippy lints while preserving existing remainder handling.

Upgrade Guidance

cargo update -p dryoc
  • Replace r#gen() calls with generate() where practical. Existing gen APIs are deprecated, not removed.
  • If you relied on the previous default feature set, pin features explicitly, for example:

... (truncated)

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)

Bumps [dryoc](https://github.com/brndnmtthws/dryoc) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/brndnmtthws/dryoc/releases)
- [Commits](brndnmtthws/dryoc@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: dryoc
  dependency-version: 0.9.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 Jul 13, 2026
@dependabot dependabot Bot requested a review from loadingalias as a code owner July 13, 2026 17:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 13, 2026
@loadingalias

Copy link
Copy Markdown
Owner

Closing the transient routine Cargo version PR. Cargo updates are now coordinated across root, fuzz, scoped fuzz, and tool lockfiles through just update; Dependabot remains enabled for security updates.

@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/dryoc-0.9.0 branch July 13, 2026 18:02
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