chore: bump curve25519-dalek from 3.1.0 to 3.2.0 (#19051)

* chore: bump curve25519-dalek from 3.1.0 to 3.2.0

Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 3.1.0 to 3.2.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/3.1.0...3.2.0)

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

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2021-08-04 09:14:32 -06:00 committed by GitHub
parent 999fb4bda9
commit 6d95d679c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

14
Cargo.lock generated
View File

@ -1017,9 +1017,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "3.1.0"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
dependencies = [
"byteorder",
"digest 0.9.0",
@ -1193,7 +1193,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"ed25519",
"rand 0.7.3",
"serde",
@ -4748,7 +4748,7 @@ dependencies = [
"backtrace",
"bytes 0.4.12",
"cc",
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"ed25519-dalek",
"either",
"lazy_static",
@ -5301,7 +5301,7 @@ name = "solana-perf"
version = "1.8.0"
dependencies = [
"bincode",
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"dlopen",
"dlopen_derive",
"lazy_static",
@ -5401,7 +5401,7 @@ dependencies = [
"borsh-derive",
"bs58 0.4.0",
"bv",
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"hex",
"itertools 0.10.1",
"lazy_static",
@ -5640,7 +5640,7 @@ dependencies = [
"bv",
"byteorder",
"chrono",
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"derivation-path",
"digest 0.9.0",
"ed25519-dalek",

View File

@ -557,9 +557,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "3.1.0"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
dependencies = [
"byteorder 1.4.3",
"digest 0.9.0",
@ -681,7 +681,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"ed25519",
"rand 0.7.3",
"serde",
@ -2882,7 +2882,7 @@ dependencies = [
"backtrace",
"bytes 0.4.12",
"cc",
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"ed25519-dalek",
"either",
"lazy_static",
@ -3083,7 +3083,7 @@ dependencies = [
"borsh-derive",
"bs58 0.4.0",
"bv",
"curve25519-dalek 3.1.0",
"curve25519-dalek 3.2.0",
"hex",
"itertools 0.10.1",
"lazy_static",

View File

@ -46,7 +46,7 @@ bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = { version = "1.4.3", optional = true }
chrono = { version = "0.4", optional = true }
curve25519-dalek = { version = "3.1.0", optional = true }
curve25519-dalek = { version = "3.2.0", optional = true }
derivation-path = { version = "0.1.3", default-features = false }
digest = { version = "0.9.0", optional = true }
ed25519-dalek = { version = "=1.0.1", optional = true }
@ -83,7 +83,7 @@ thiserror = "1.0"
uriparse = "0.6.3"
[dev-dependencies]
curve25519-dalek = "3.1.0"
curve25519-dalek = "3.2.0"
tiny-bip39 = "0.7.0"
[build-dependencies]