chore: bump curve25519-dalek from 2.1.0 to 3.0.0 (#18188)

* chore: bump curve25519-dalek from 2.1.0 to 3.0.0

Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Make version consistent

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-06-24 22:32:32 -06:00
committed by GitHub
parent 0bc38153ca
commit 353bf6253b
6 changed files with 14 additions and 14 deletions

View File

@ -3164,7 +3164,7 @@ dependencies = [
"backtrace",
"bytes 0.4.12",
"cc",
"curve25519-dalek 2.1.0",
"curve25519-dalek 3.0.0",
"ed25519-dalek",
"either",
"lazy_static",
@ -3366,7 +3366,7 @@ dependencies = [
"borsh-derive 0.9.0",
"bs58 0.4.0",
"bv",
"curve25519-dalek 2.1.0",
"curve25519-dalek 3.0.0",
"hex",
"itertools 0.10.1",
"lazy_static",