chore(deps): bump ed25519-dalek from 2.2.0 to 3.0.0#827
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
requested review from
0xForerunner,
0xOsiris,
Dzejkop and
Kemperino
as code owners
July 9, 2026 00:00
dependabot
Bot
requested review from
karankurbur,
kilianglas and
murph
as code owners
July 9, 2026 00:00
dependabot
Bot
requested review from
alessandromazza98,
cichaczem and
piohei
as code owners
July 9, 2026 00:00
0xOsiris
approved these changes
Jul 9, 2026
Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.2.0 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@ed25519-2.2.0...3.0.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/ed25519-dalek-3.0.0
branch
from
July 25, 2026 00:01
37e9eae to
b0f4240
Compare
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 ed25519-dalek from 2.2.0 to 3.0.0.
Changelog
Sourced from ed25519-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 developNote
Medium Risk
Major bump of a crypto library used for signing/verification across node, CLI, P2P, and devnet; upstream cites digest-trait API changes, so compile/runtime crypto behavior should be validated even without local code edits.
Overview
Bumps the workspace
ed25519-dalekdependency from 2 to 3 (withserde) inCargo.tomland refreshesCargo.lockso World Chain crates resolve toed25519-dalek3.0.0.The lockfile now also pulls
curve25519-dalek5,ed255193,signature3,sha20.11, and related digest/crypto crates for that stack, while some transitive crates (e.g.enr,libp2p-identity) remain oned25519-dalek2.2.0. There are no application source changes in this diff—only the version pin and lock resolution.Reviewed by Cursor Bugbot for commit b0f4240. Bugbot is set up for automated code reviews on this repo. Configure here.