Skip to content

Commit

Permalink
Bump clap from 2.33.0 to 2.33.1 (solana-labs#9978)
Browse files Browse the repository at this point in the history
* 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](clap-rs/clap@v2.33.0...v2.33.1)

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

* [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 <dependabot-buildkite@noreply.solana.com>
  • Loading branch information
dependabot-preview[bot] and dependabot-buildkite authored May 11, 2020
1 parent 4fd7526 commit 6660e93
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion accounts-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion archiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion bench-exchange/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion bench-streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion log-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion net-shaper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/btc_spv_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions programs/librapay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions programs/move_loader/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ramp-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stake-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion stake-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion watchtower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 6660e93

Please sign in to comment.