Skip to content

Commit

Permalink
chore: bump clap from 3.1.8 to 3.1.10
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.1.8...v3.1.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 20, 2022
1 parent b24fccf commit 0109644
Show file tree
Hide file tree
Showing 31 changed files with 42 additions and 36 deletions.
18 changes: 12 additions & 6 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 @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
clap = "3.1.8"
clap = "3.1.10"
log = "0.4.14"
rayon = "1.5.2"
solana-logger = { path = "../logger", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion accounts-cluster-bench/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 = "3.1.8"
clap = "3.1.10"
log = "0.4.14"
rand = "0.8.5"
rayon = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion banking-bench/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 = { version = "3.1.8", features = ["derive"] }
clap = { version = "3.1.10", features = ["derive"] }
crossbeam-channel = "0.5"
log = "0.4.14"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion bench-streamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
crossbeam-channel = "0.5"
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
solana-net-utils = { path = "../net-utils", version = "=1.11.0" }
solana-streamer = { path = "../streamer", version = "=1.11.0" }
solana-version = { path = "../version", version = "=1.11.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/"
publish = false

[dependencies]
clap = "3.1.8"
clap = "3.1.10"
crossbeam-channel = "0.5"
log = "0.4.14"
rayon = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion clap-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
chrono = "0.4"
clap = "3.1.8"
clap = "3.1.10"
rpassword = "6.0"
solana-perf = { path = "../perf", version = "=1.11.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.11.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion clap-v3-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"

[dependencies]
chrono = "0.4"
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
rpassword = "6.0"
solana-perf = { path = "../perf", version = "=1.11.0" }
solana-remote-wallet = { path = "../remote-wallet", version = "=1.11.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cli-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-cli-output"
Inflector = "0.11.4"
base64 = "0.13.0"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "3.1.8"
clap = "3.1.10"
console = "0.15.0"
humantime = "2.0.1"
indicatif = "0.16.2"
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 @@ documentation = "https://docs.rs/solana-cli"
[dependencies]
bincode = "1.3.3"
bs58 = "0.4.0"
clap = "3.1.8"
clap = "3.1.10"
console = "0.15.0"
const_format = "0.2.22"
criterion-stats = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base64 = "0.13.0"
bincode = "1.3.3"
bs58 = "0.4.0"
bytes = "1.1.0"
clap = "3.1.8"
clap = "3.1.10"
crossbeam-channel = "0.5"
futures = "0.3"
futures-util = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Tool to send various requests to cluster in order to evaluate the

[dependencies]
bincode = "1.3.3"
clap = {version = "3.1.8", features = ["derive", "cargo"]}
clap = {version = "3.1.10", features = ["derive", "cargo"]}
log = "0.4.14"
rand = "0.8.5"
serde = "1.0.136"
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-genesis"

[dependencies]
base64 = "0.13.0"
clap = "3.1.8"
clap = "3.1.10"
serde = "1.0.136"
serde_json = "1.0.79"
serde_yaml = "0.8.23"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-gossip"
[dependencies]
bincode = "1.3.3"
bv = { version = "0.11.1", features = ["serde"] }
clap = "3.1.8"
clap = "3.1.10"
crossbeam-channel = "0.5"
flate2 = "1.0"
indexmap = { version = "1.8", features = ["rayon"] }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ atty = "0.2.11"
bincode = "1.3.3"
bzip2 = "0.4.3"
chrono = { version = "0.4.11", features = ["serde"] }
clap = { version = "3.1.8" }
clap = { version = "3.1.10" }
console = "0.15.0"
crossbeam-channel = "0.5"
ctrlc = { version = "3.2.1", features = ["termination"] }
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-ledger-tool"

[dependencies]
bs58 = "0.4.0"
clap = "3.1.8"
clap = "3.1.10"
crossbeam-channel = "0.5"
csv = "1.1.6"
dashmap = "4.0.2"
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 = "4.0.14"
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
serde = "1.0.136"
serde_json = "1.0.79"
solana-logger = { path = "../logger", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion merkle-root-bench/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 = "3.1.8"
clap = "3.1.10"
log = "0.4.14"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-measure = { path = "../measure", version = "=1.11.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 @@ -11,7 +11,7 @@ publish = false

[dependencies]
rand = "0.8.5"
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
solana-logger = { path = "../logger", version = "=1.11.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 = "2021"

[dependencies]
bincode = "1.3.3"
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
crossbeam-channel = "0.5"
log = "0.4.14"
nix = "0.23.1"
Expand Down
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-poh-bench"
publish = false

[dependencies]
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
log = "0.4.14"
rand = "0.8.5"
rayon = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion rbpf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
publish = false

[dependencies]
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }
serde = "1.0.136"
serde_json = "1.0.79"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion runtime/store-tool/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 = "3.1.8"
clap = "3.1.10"
log = { version = "0.4.14" }
solana-logger = { path = "../../logger", version = "=1.11.0" }
solana-runtime = { path = "..", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/cargo-build-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
[dependencies]
bzip2 = "0.4.3"
cargo_metadata = "0.14.2"
clap = { version = "3.1.8", features = ["cargo", "env"] }
clap = { version = "3.1.10", features = ["cargo", "env"] }
regex = "1.5.4"
solana-download-utils = { path = "../../download-utils", version = "=1.11.0" }
solana-sdk = { path = "..", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/cargo-test-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
cargo_metadata = "0.14.2"
clap = { version = "3.1.8", features = ["cargo"] }
clap = { version = "3.1.10", features = ["cargo"] }

[[bin]]
name = "cargo-test-bpf"
Expand Down
2 changes: 1 addition & 1 deletion stake-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-stake-accounts"

[dependencies]
clap = "3.1.8"
clap = "3.1.10"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
solana-cli-config = { path = "../cli-config", version = "=1.11.0" }
solana-client = { path = "../client", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-sys-tuner"
publish = true

[dependencies]
clap = "3.1.8"
clap = "3.1.10"
libc = "0.2.120"
log = "0.4.14"
solana-logger = { path = "../logger", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-tokens"

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
clap = "3.1.8"
clap = "3.1.10"
console = "0.15.0"
csv = "1.1.6"
ctrlc = { version = "3.2.1", features = ["termination"] }
Expand Down
2 changes: 1 addition & 1 deletion transaction-dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
bincode = "1.3.3"
clap = "3.1.8"
clap = "3.1.10"
log = "0.4.14"
rand = "0.8.5"
rayon = "1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-run = "solana-validator"

[dependencies]
chrono = { version = "0.4.11", features = ["serde"] }
clap = "3.1.8"
clap = "3.1.10"
console = "0.15.0"
core_affinity = "0.5.10"
crossbeam-channel = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion watchtower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-watchtower"

[dependencies]
clap = "3.1.8"
clap = "3.1.10"
humantime = "2.0.1"
log = "0.4.14"
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
Expand Down

0 comments on commit 0109644

Please sign in to comment.