fix(deps): update rust crate ed25519-dalek to v3 #139

Closed
noplife wants to merge 1 commit from renovate/ed25519-dalek-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
ed25519-dalek (source) dev-dependencies major 2.13.0
ed25519-dalek (source) dependencies major 2.13.0

Release Notes

dalek-cryptography/curve25519-dalek (ed25519-dalek)

v3.0.0

Breaking Changes
  • Update edition to 2024
  • Update the MSRV from 1.60 to 1.85
  • Remove std feature now that error::Error is in core
  • Make signing and verifying keys use pkcs8::spki::SignatureAlgorithmIdentifier instead of DynSignatureAlgorithmIdentifier (#​779)
  • Upgrade ed25519 dependency to v3.0.0
  • Upgrade signature dependency to v3.0.0
  • Upgrade sha2 and sha3 dependencies to v0.11
  • Upgrade getrandom dependency to v0.4
  • Upgrade chacha20 dependency to v0.10
  • Upgrade rand_core dependency to v0.10.0
Other Changes
  • Re-export rand_core (#​908)
  • Add allocation-free EdwardsPoint::compress_batch (#​832)
  • Add strobe-rs dependency and delete vendored STROBE impl (#​895)
  • Impl MultipartSigner and MultipartVerifier for SigningKey and VerifyingKey (#​764)
  • Impl KeySizeUser, TryKeyInit, and Generate for SigningKey. Also impl KeySizeUser for VerifyingKey #​733

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) ([source](https://github.com/dalek-cryptography/curve25519-dalek/tree/HEAD/ed25519-dalek)) | dev-dependencies | major | `2.1` → `3.0` | | [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) ([source](https://github.com/dalek-cryptography/curve25519-dalek/tree/HEAD/ed25519-dalek)) | dependencies | major | `2.1` → `3.0` | --- ### Release Notes <details> <summary>dalek-cryptography/curve25519-dalek (ed25519-dalek)</summary> ### [`v3.0.0`](https://github.com/dalek-cryptography/curve25519-dalek/blob/HEAD/ed25519-dalek/CHANGELOG.md#300---2026-07-06) ##### Breaking Changes - Update edition to 2024 - Update the MSRV from 1.60 to 1.85 - Remove `std` feature now that `error::Error` is in `core` - Make signing and verifying keys use `pkcs8::spki::SignatureAlgorithmIdentifier` instead of `DynSignatureAlgorithmIdentifier` ([#&#8203;779](https://github.com/dalek-cryptography/curve25519-dalek/pull/779)) - Upgrade `ed25519` dependency to v3.0.0 - Upgrade `signature` dependency to v3.0.0 - Upgrade `sha2` and `sha3` dependencies to v0.11 - Upgrade `getrandom` dependency to v0.4 - Upgrade `chacha20` dependency to v0.10 - Upgrade `rand_core` dependency to v0.10.0 ##### Other Changes - Re-export `rand_core` ([#&#8203;908](https://github.com/dalek-cryptography/curve25519-dalek/pull/908)) - Add allocation-free `EdwardsPoint::compress_batch` ([#&#8203;832](https://github.com/dalek-cryptography/curve25519-dalek/pull/832)) - Add `strobe-rs` dependency and delete vendored STROBE impl ([#&#8203;895](https://github.com/dalek-cryptography/curve25519-dalek/pull/895)) - Impl `MultipartSigner` and `MultipartVerifier` for `SigningKey` and `VerifyingKey` ([#&#8203;764](https://github.com/dalek-cryptography/curve25519-dalek/pull/764)) - Impl `KeySizeUser`, `TryKeyInit`, and `Generate` for `SigningKey`. Also impl `KeySizeUser` for `VerifyingKey` [#&#8203;733](https://github.com/dalek-cryptography/curve25519-dalek/pull/733) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
noplife force-pushed renovate/ed25519-dalek-3.x from 6eaeba9ce7 to 15f0c158a3
Some checks failed
CI / build-test (pull_request) Failing after 1m39s
CI / shear (pull_request) Failing after 9s
CI / deny (pull_request) Failing after 2s
Coverage / coverage (pull_request) Failing after 3s
Integration (privileged) / bench-smoke (pull_request) Successful in 1m41s
Integration (privileged) / device-tests (pull_request) Successful in 42s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 1m32s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 2m34s
Integration (privileged) / netem-comparison (pull_request) Failing after 37s
2026-07-27 15:26:16 +00:00
Compare
noplife force-pushed renovate/ed25519-dalek-3.x from 15f0c158a3
Some checks failed
CI / build-test (pull_request) Failing after 1m39s
CI / shear (pull_request) Failing after 9s
CI / deny (pull_request) Failing after 2s
Coverage / coverage (pull_request) Failing after 3s
Integration (privileged) / bench-smoke (pull_request) Successful in 1m41s
Integration (privileged) / device-tests (pull_request) Successful in 42s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 1m32s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 2m34s
Integration (privileged) / netem-comparison (pull_request) Failing after 37s
to f6caa4ce34
Some checks failed
CI / deny (pull_request) Failing after 8s
CI / shear (pull_request) Failing after 12s
Coverage / coverage (pull_request) Failing after 10s
CI / build-test (pull_request) Failing after 1m50s
Integration (privileged) / bench-smoke (pull_request) Successful in 2m2s
Integration (privileged) / netem-comparison (pull_request) Failing after 39s
Integration (privileged) / device-tests (pull_request) Successful in 56s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 1m46s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 3m13s
2026-07-28 04:25:17 +00:00
Compare
noplife force-pushed renovate/ed25519-dalek-3.x from f6caa4ce34
Some checks failed
CI / deny (pull_request) Failing after 8s
CI / shear (pull_request) Failing after 12s
Coverage / coverage (pull_request) Failing after 10s
CI / build-test (pull_request) Failing after 1m50s
Integration (privileged) / bench-smoke (pull_request) Successful in 2m2s
Integration (privileged) / netem-comparison (pull_request) Failing after 39s
Integration (privileged) / device-tests (pull_request) Successful in 56s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 1m46s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 3m13s
to 6edf1afa6c
Some checks failed
CI / shear (pull_request) Successful in 7m35s
CI / build-test (pull_request) Failing after 11m38s
CI / deny (pull_request) Successful in 17m13s
Coverage / coverage (pull_request) Failing after 20m54s
Integration (privileged) / bench-smoke (pull_request) Successful in 1m49s
Integration (privileged) / device-tests (pull_request) Successful in 53s
Integration (privileged) / netem-comparison (pull_request) Failing after 6m37s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 6m55s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 7m0s
2026-07-29 03:41:39 +00:00
Compare
vxfemboy closed this pull request 2026-07-29 04:16:22 +00:00
Some checks failed
CI / shear (pull_request) Successful in 7m35s
CI / build-test (pull_request) Failing after 11m38s
CI / deny (pull_request) Successful in 17m13s
Coverage / coverage (pull_request) Failing after 20m54s
Integration (privileged) / bench-smoke (pull_request) Successful in 1m49s
Integration (privileged) / device-tests (pull_request) Successful in 53s
Integration (privileged) / netem-comparison (pull_request) Failing after 6m37s
Integration (privileged) / netns-tunnel-test (pull_request) Failing after 6m55s
Integration (privileged) / dpi-undetectability (pull_request) Failing after 7m0s

Pull request closed

Sign in to join this conversation.
No description provided.