build(deps): bump x25519-dalek from 2.0.1 to 3.0.0#233
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [x25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.0.0/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@x25519-2.0.1...3.0.0) --- updated-dependencies: - dependency-name: x25519-dalek dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
systemslibrarian
added a commit
that referenced
this pull request
Jul 17, 2026
* docs(cat-mode): document optical transport break * test(cat-mode): add optical loop harness * fix(cat-mode): keep transmit controls in fullscreen * build(deps): bump x25519-dalek 2.0 -> 3.0 across the workspace Combined bump superseding Dependabot PRs #232/#233/#235, which each bumped one crate's manifest and could not compile alone (same lockstep issue as the aes-gcm 0.11 bump in #227). Code changes required by 3.0 (curve25519-dalek 5.0, rand_core 0.10): - StaticSecret/EphemeralSecret::random_from_rng(OsRng) no longer accepts rand_core 0.6's OsRng; switch call sites to ::random() (new 'getrandom' feature), which keeps the same panic-on-RNG-failure semantics and uses the getrandom 0.4 dep both crates already carry (wasm_js backend already configured for wasm builds). - Drop now-unused rand_core::OsRng imports. - Update crypto_core/fuzz/Cargo.lock for the cargo-fuzz CI jobs. Drive-by cleanups in touched builds: - wasm.rs encode_data: mark the ignored block_size parameter as unused and document that this path emits a single packet (no fountain coding) instead of implying the value takes effect. - rust_crypto python-gated AES-GCM paths: replace deprecated Nonce::from_slice with Nonce::try_from (missed by #227 because this code only compiles under the 'python' feature). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(qr): fall back to OpenCV without zbar * style: rustfmt — drop blank lines left by import removal Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Contributor
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 x25519-dalek from 2.0.1 to 3.0.0.
Changelog
Sourced from x25519-dalek's changelog.
... (truncated)
Commits
6d96eb7Bump version to 3.0.0.c68b30fMerge pull request #330 from isislovecruft/fix/move-coc2ee6193Merge pull request #327 from huitseeker/digests-0.991a0faeMove CoC section from CONTRIBUTING.md to new file.5038fcfMerge pull request #308 from isislovecruft/fix/pippenger-typo6afd8ffUpdate sha2, digest to 0.93cc13a7Merge branch 'master' into developc4824e1Merge branch 'release/2.1.0'3fc47efBump version to 2.1.0f04b830Merge branch 'master' into developDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)