From 0800a5bb83bbaa7a0f9c3007e770c99169ef63d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 14:05:50 -0600 Subject: [PATCH] chore: bump rpassword from 6.0.1 to 7.0.0 (#27506) * chore: bump rpassword from 6.0.1 to 7.0.0 Bumps [rpassword](https://github.com/conradkleinespel/rpassword) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/conradkleinespel/rpassword/releases) - [Commits](https://github.com/conradkleinespel/rpassword/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: rpassword dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 6 ++---- clap-utils/Cargo.toml | 2 +- clap-v3-utils/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 6 ++---- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb6a0846e..6f4024ac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3967,13 +3967,11 @@ dependencies = [ [[package]] name = "rpassword" -version = "6.0.1" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956" +checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680" dependencies = [ "libc", - "serde", - "serde_json", "winapi 0.3.9", ] diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index dc0b13c0c..0d2cfe0da 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] chrono = "0.4" clap = "2.33.0" -rpassword = "6.0" +rpassword = "7.0" solana-perf = { path = "../perf", version = "=1.12.0" } solana-remote-wallet = { path = "../remote-wallet", version = "=1.12.0", default-features = false } solana-sdk = { path = "../sdk", version = "=1.12.0" } diff --git a/clap-v3-utils/Cargo.toml b/clap-v3-utils/Cargo.toml index fb0d2952d..ad23f7779 100644 --- a/clap-v3-utils/Cargo.toml +++ b/clap-v3-utils/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" [dependencies] chrono = "0.4" clap = { version = "3.1.5", features = ["cargo"] } -rpassword = "6.0" +rpassword = "7.0" solana-perf = { path = "../perf", version = "=1.12.0" } solana-remote-wallet = { path = "../remote-wallet", version = "=1.12.0", default-features = false } solana-sdk = { path = "../sdk", version = "=1.12.0" } diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index b6a76fd0b..4b3d3dc14 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -3602,13 +3602,11 @@ dependencies = [ [[package]] name = "rpassword" -version = "6.0.1" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956" +checksum = "26b763cb66df1c928432cc35053f8bd4cec3335d8559fc16010017d16b3c1680" dependencies = [ "libc", - "serde", - "serde_json", "winapi 0.3.9", ]