From 6660e93c395ce12906fc4c4c1d83342c44e15eab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 14:32:50 -0700 Subject: [PATCH] Bump clap from 2.33.0 to 2.33.1 (#9978) * Bump clap from 2.33.0 to 2.33.1 Bumps [clap](https://github.com/clap-rs/clap) from 2.33.0 to 2.33.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1) Signed-off-by: dependabot-preview[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- accounts-bench/Cargo.toml | 2 +- archiver/Cargo.toml | 2 +- bench-exchange/Cargo.toml | 2 +- bench-streamer/Cargo.toml | 2 +- bench-tps/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- dos/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- log-analyzer/Cargo.toml | 2 +- net-shaper/Cargo.toml | 2 +- net-utils/Cargo.toml | 2 +- programs/btc_spv_bin/Cargo.toml | 2 +- programs/librapay/Cargo.lock | 6 +++--- programs/move_loader/Cargo.lock | 4 ++-- ramp-tps/Cargo.toml | 2 +- stake-accounts/Cargo.toml | 2 +- stake-monitor/Cargo.toml | 2 +- sys-tuner/Cargo.toml | 2 +- validator/Cargo.toml | 2 +- watchtower/Cargo.toml | 2 +- 24 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e33b5c991e..94ddf07b0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.0" +version = "2.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" +checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" dependencies = [ "ansi_term", "atty", diff --git a/accounts-bench/Cargo.toml b/accounts-bench/Cargo.toml index eb5edef61b..434789fd76 100644 --- a/accounts-bench/Cargo.toml +++ b/accounts-bench/Cargo.toml @@ -15,7 +15,7 @@ solana-runtime = { path = "../runtime", version = "1.2.0" } solana-measure = { path = "../measure", version = "1.2.0" } solana-sdk = { path = "../sdk", version = "1.2.0" } rand = "0.7.0" -clap = "2.33.0" +clap = "2.33.1" crossbeam-channel = "0.4" [package.metadata.docs.rs] diff --git a/archiver/Cargo.toml b/archiver/Cargo.toml index 3856591ad2..cb4b7efea7 100644 --- a/archiver/Cargo.toml +++ b/archiver/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" console = "0.10.1" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-core = { path = "../core", version = "1.2.0" } diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index 3bafff8b14..8cfbc5f29c 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -clap = "2.32.0" +clap = "2.33.1" itertools = "0.9.0" log = "0.4.8" num-derive = "0.3" diff --git a/bench-streamer/Cargo.toml b/bench-streamer/Cargo.toml index 1fe6f7c0b3..5663ca6554 100644 --- a/bench-streamer/Cargo.toml +++ b/bench-streamer/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-streamer = { path = "../streamer", version = "1.2.0" } solana-logger = { path = "../logger", version = "1.2.0" } diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 3f9a77a4d1..53e4dd288d 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" [dependencies] bincode = "1.2.1" -clap = "2.33.0" +clap = "2.33.1" log = "0.4.8" rayon = "1.3.0" serde_json = "1.0.53" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9240b585db..0f81312d4d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bincode = "1.2.1" bs58 = "0.3.1" chrono = { version = "0.4.11", features = ["serde"] } -clap = "2.33.0" +clap = "2.33.1" criterion-stats = "0.3.0" ctrlc = { version = "3.1.4", features = ["termination"] } console = "0.10.1" diff --git a/dos/Cargo.toml b/dos/Cargo.toml index 69fa2d6cef..08a606be81 100644 --- a/dos/Cargo.toml +++ b/dos/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" [dependencies] bincode = "1.2.1" -clap = "2.33.0" +clap = "2.33.1" log = "0.4.8" rand = "0.7.0" rayon = "1.3.0" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index ddecfce1b0..1f163f3ddb 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] base64 = "0.12.0" -clap = "2.33.0" +clap = "2.33.1" chrono = "0.4" serde = "1.0.110" serde_json = "1.0.53" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 3e66ac3088..3db274bd7b 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-core = { path = "../core", version = "1.2.0" } solana-client = { path = "../client", version = "1.2.0" } diff --git a/install/Cargo.toml b/install/Cargo.toml index 3f0b2195d2..b06ec4816c 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -13,7 +13,7 @@ atty = "0.2.11" bincode = "1.2.1" bzip2 = "0.3.3" chrono = { version = "0.4.11", features = ["serde"] } -clap = { version = "2.33.0" } +clap = { version = "2.33.1" } console = "0.10.1" ctrlc = { version = "3.1.4", features = ["termination"] } dirs = "2.0.2" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index e277965856..a0197cd4a6 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] bs58 = "0.3.1" -clap = "2.33.0" +clap = "2.33.1" histogram = "*" serde_json = "1.0.53" serde_yaml = "0.8.12" diff --git a/log-analyzer/Cargo.toml b/log-analyzer/Cargo.toml index c92478b9f5..9454cd4aa7 100644 --- a/log-analyzer/Cargo.toml +++ b/log-analyzer/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] byte-unit = "3.0.3" -clap = "2.33.0" +clap = "2.33.1" serde = "1.0.110" serde_json = "1.0.53" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/net-shaper/Cargo.toml b/net-shaper/Cargo.toml index 49ecd9e3d0..58d3f39ba9 100644 --- a/net-shaper/Cargo.toml +++ b/net-shaper/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" publish = false [dependencies] -clap = "2.33.0" +clap = "2.33.1" serde = "1.0.110" serde_json = "1.0.53" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index 85aa60087e..f520845662 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] bincode = "1.2.1" bytes = "0.4" -clap = "2.33.0" +clap = "2.33.1" log = "0.4.8" nix = "0.17.0" rand = "0.7.0" diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index a95efc7c2b..25554b1505 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://solana.com/" edition = "2018" [dependencies] -clap="2.33.0" +clap="2.33.1" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde="1.0.110" serde_derive="1.0.103" diff --git a/programs/librapay/Cargo.lock b/programs/librapay/Cargo.lock index bbb84f2bcc..e723f0f552 100644 --- a/programs/librapay/Cargo.lock +++ b/programs/librapay/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.0" +version = "2.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2987,7 +2987,7 @@ name = "structopt" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3786,7 +3786,7 @@ dependencies = [ "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" "checksum chashmap 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff41a3c2c1e39921b9003de14bf0439c7b63a9039637c291e1a64925d8ddfa45" "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" -"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" +"checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" "checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" "checksum codespan 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "004def512a9848b23a68ed110927d102b0e6d9f3dc732e28570879afde051f8c" diff --git a/programs/move_loader/Cargo.lock b/programs/move_loader/Cargo.lock index ebddc8a14e..a2b89182c5 100644 --- a/programs/move_loader/Cargo.lock +++ b/programs/move_loader/Cargo.lock @@ -298,9 +298,9 @@ dependencies = [ [[package]] name = "clap" -version = "2.33.0" +version = "2.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" +checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" dependencies = [ "ansi_term", "atty", diff --git a/ramp-tps/Cargo.toml b/ramp-tps/Cargo.toml index 658a545661..9b877b848e 100644 --- a/ramp-tps/Cargo.toml +++ b/ramp-tps/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" [dependencies] bzip2 = "0.3.3" -clap = "2.33.0" +clap = "2.33.1" log = "0.4.8" reqwest = { version = "0.10.4", default-features = false } serde = "1.0.110" diff --git a/stake-accounts/Cargo.toml b/stake-accounts/Cargo.toml index 7bec4d18bb..89d200b2b4 100644 --- a/stake-accounts/Cargo.toml +++ b/stake-accounts/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" itertools = "0.9.0" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } solana-cli-config = { path = "../cli-config", version = "1.2.0" } diff --git a/stake-monitor/Cargo.toml b/stake-monitor/Cargo.toml index 2ae2b375a5..bd65ed9747 100644 --- a/stake-monitor/Cargo.toml +++ b/stake-monitor/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" console = "0.10.1" log = "0.4.8" serde = "1.0.110" diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index b3271b1e9a..623e6d0e57 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://solana.com/" publish = true [dependencies] -clap = "2.33.0" +clap = "2.33.1" log = "0.4.8" libc = "0.2.69" solana-clap-utils = { path = "../clap-utils", version = "1.2.0" } diff --git a/validator/Cargo.toml b/validator/Cargo.toml index 601ade2a2e..e3eec9ceae 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" chrono = { version = "0.4.11", features = ["serde"] } console = "0.10.1" log = "0.4.8" diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index 35adacdeb0..76765846ee 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -clap = "2.33.0" +clap = "2.33.1" log = "0.4.8" humantime = "2.0.0" reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }