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_backend
feature.
v4.1.0
- Update
subtle-ng
to2.5
and 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_core
dependency to0.6
. This requires a major version because thedigest
traits 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.