Update Rust crate curve25519-dalek to v4
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| curve25519-dalek | dependencies | major |
3 -> 4
|
Release Notes
zkcrypto/curve25519-dalek-ng (curve25519-dalek)
v4.1.1
- Fix missing
doc(cfg(...))when using thesimd_backendfeature.
v4.1.0
- Update
subtle-ngto2.5and replace the deprecated#[doc(include())]syntax with the newly-stabilized#[doc = include_str!]syntax.
v4.0.1
- Update README.
v4.0.0
- Update the
rand_coredependency to0.6. This requires a major version because thedigesttraits are part of the public API, but there are otherwise no changes to the API.
v3.0.3
- Add note about package naming and crate seizure.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.