From 3b2e34a336faac6a450129ed31410a998d2885f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 10:53:34 -0600 Subject: [PATCH] chore: bump curve25519-dalek from 3.0.0 to 3.1.0 (#18297) * chore: bump curve25519-dalek from 3.0.0 to 3.1.0 Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 3.0.0 to 3.1.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.0.0...3.1.0) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 14 +++++++------- programs/bpf/Cargo.lock | 10 +++++----- sdk/Cargo.toml | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be61cd018f..13516d2c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,9 +1021,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307" +checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3" dependencies = [ "byteorder", "digest 0.9.0", @@ -1197,7 +1197,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "ed25519", "rand 0.7.3", "serde", @@ -4601,7 +4601,7 @@ dependencies = [ "backtrace", "bytes 0.4.12", "cc", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "ed25519-dalek", "either", "lazy_static", @@ -5149,7 +5149,7 @@ name = "solana-perf" version = "1.8.0" dependencies = [ "bincode", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "dlopen", "dlopen_derive", "lazy_static", @@ -5247,7 +5247,7 @@ dependencies = [ "borsh-derive 0.9.0", "bs58 0.4.0", "bv", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "hex", "itertools 0.10.1", "lazy_static", @@ -5439,7 +5439,7 @@ dependencies = [ "bv", "byteorder", "chrono", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "derivation-path", "digest 0.9.0", "ed25519-dalek", diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index a5d004ff8a..bdc13f1e97 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -648,9 +648,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307" +checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3" dependencies = [ "byteorder 1.3.4", "digest 0.9.0", @@ -772,7 +772,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "ed25519", "rand 0.7.3", "serde", @@ -3188,7 +3188,7 @@ dependencies = [ "backtrace", "bytes 0.4.12", "cc", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "ed25519-dalek", "either", "lazy_static", @@ -3390,7 +3390,7 @@ dependencies = [ "borsh-derive 0.9.0", "bs58 0.4.0", "bv", - "curve25519-dalek 3.0.0", + "curve25519-dalek 3.1.0", "hex", "itertools 0.10.1", "lazy_static", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 0b2a98186a..f71f3e70c1 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -44,7 +44,7 @@ bs58 = "0.4.0" bv = { version = "0.11.1", features = ["serde"] } byteorder = { version = "1.3.4", optional = true } chrono = { version = "0.4", optional = true } -curve25519-dalek = { version = "3.0.0", optional = true } +curve25519-dalek = { version = "3.1.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 } @@ -81,7 +81,7 @@ thiserror = "1.0" uriparse = "0.6.3" [dev-dependencies] -curve25519-dalek = "3.0.0" +curve25519-dalek = "3.1.0" tiny-bip39 = "0.7.0" [build-dependencies]