chore: bump curve25519-dalek from 3.2.0 to 3.2.1 (#23517)

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-08 01:14:37 -07:00 committed by GitHub
parent 3114c199bd
commit 12337d8daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 17 deletions

14
Cargo.lock generated
View File

@ -990,9 +990,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "3.2.0"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
dependencies = [
"byteorder",
"digest 0.9.0",
@ -1179,7 +1179,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"ed25519",
"rand 0.7.3",
"serde",
@ -5223,7 +5223,7 @@ dependencies = [
"bincode",
"bv",
"caps",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"dlopen",
"dlopen_derive",
"fnv",
@ -5335,7 +5335,7 @@ dependencies = [
"bytemuck",
"console_error_panic_hook",
"console_log",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"getrandom 0.1.16",
"itertools 0.10.3",
"js-sys",
@ -5630,7 +5630,7 @@ dependencies = [
"bytemuck",
"byteorder",
"chrono",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"derivation-path",
"digest 0.10.3",
"ed25519-dalek",
@ -6072,7 +6072,7 @@ dependencies = [
"bytemuck",
"byteorder",
"cipher 0.4.3",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"getrandom 0.1.16",
"lazy_static",
"merlin",

View File

@ -627,9 +627,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "3.2.0"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
dependencies = [
"byteorder 1.4.3",
"digest 0.9.0",
@ -776,7 +776,7 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"ed25519",
"rand 0.7.3",
"serde",
@ -3258,7 +3258,7 @@ dependencies = [
"bincode",
"bv",
"caps",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"dlopen",
"dlopen_derive",
"fnv",
@ -3326,7 +3326,7 @@ dependencies = [
"bytemuck",
"console_error_panic_hook",
"console_log",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"getrandom 0.1.14",
"itertools 0.10.3",
"js-sys",
@ -3660,7 +3660,7 @@ dependencies = [
"bytemuck",
"byteorder 1.4.3",
"cipher 0.4.3",
"curve25519-dalek 3.2.0",
"curve25519-dalek 3.2.1",
"getrandom 0.1.14",
"lazy_static",
"merlin",

View File

@ -46,7 +46,7 @@ base64 = "0.13"
bs58 = "0.4.0"
byteorder = { version = "1.4.3", optional = true }
chrono = { default-features = false, features = ["alloc"], version = "0.4", optional = true }
curve25519-dalek = { version = "3.2.0", optional = true }
curve25519-dalek = { version = "3.2.1", optional = true }
derivation-path = { version = "0.2.0", default-features = false }
digest = { version = "0.10.1", optional = true }
ed25519-dalek = { version = "=1.0.1", optional = true }
@ -85,7 +85,7 @@ js-sys = "0.3.55"
[dev-dependencies]
anyhow = "1.0.56"
curve25519-dalek = "3.2.0"
curve25519-dalek = "3.2.1"
tiny-bip39 = "0.8.2"
[build-dependencies]

View File

@ -37,7 +37,7 @@ thiserror = "1.0"
[target.'cfg(not(target_arch = "bpf"))'.dependencies]
bitflags = "1.3.1"
base64 = "0.13"
curve25519-dalek = "3.0.0"
curve25519-dalek = "3.2.1"
libsecp256k1 = "0.6.0"
rand = "0.7.0"
itertools = "0.10.1"

View File

@ -20,7 +20,7 @@ arrayref = "0.3.6"
bincode = "1"
byteorder = "1"
cipher = "0.4"
curve25519-dalek = { version = "3.2.0", features = ["serde"]}
curve25519-dalek = { version = "3.2.1", features = ["serde"]}
getrandom = { version = "0.1", features = ["dummy"] }
lazy_static = "1.4.0"
merlin = "3"