Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump clap from 3.0.0-beta.2 to 3.0.0-rc.4 #35

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 42 additions & 104 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion accounts-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ solana-runtime = { path = "../runtime", version = "=1.8.0" }
solana-measure = { path = "../measure", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-version = { path = "../version", version = "=1.8.0" }
clap = "2.33.1"
clap = "3.0.0-rc"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
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 = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
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 = "2.33.1"
clap = "3.0.0-rc"
crossbeam-channel = "0.5"
log = "0.4.14"
rand = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion bench-streamer/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.33.1"
clap = "3.0.0-rc"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-streamer = { path = "../streamer", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.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 = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
rayon = "1.5.1"
serde_json = "1.0.67"
Expand Down
2 changes: 1 addition & 1 deletion clap-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/solana-clap-utils"
edition = "2018"

[dependencies]
clap = "2.33.0"
clap = "3.0.0-rc"
rpassword = "5.0"
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli-output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-cli-output"
[dependencies]
base64 = "0.13.0"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.0"
clap = "3.0.0-rc"
console = "0.14.1"
humantime = "2.0.1"
Inflector = "0.11.4"
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 = "2.33.1"
clap = "3.0.0-rc"
criterion-stats = "0.3.0"
ctrlc = { version = "3.1.9", features = ["termination"] }
console = "0.14.1"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
base64 = "0.13.0"
bincode = "1.3.3"
bs58 = "0.4.0"
clap = "2.33.0"
clap = "3.0.0-rc"
indicatif = "0.16.2"
jsonrpc-core = "18.0.0"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion 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 = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
rand = "0.7.0"
solana-core = { path = "../core", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
bincode = "1.3.3"
byteorder = "1.4.3"
clap = "2.33"
clap = "3.0"
log = "0.4.14"
serde = "1.0.130"
serde_derive = "1.0.103"
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.12.3"
clap = "2.33.1"
clap = "3.0.0-rc"
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.21"
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 = "2.33.1"
clap = "3.0.0-rc"
flate2 = "1.0"
indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
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 = "2.33.1" }
clap = { version = "3.0.0-rc" }
console = "0.14.1"
ctrlc = { version = "3.1.9", features = ["termination"] }
dirs-next = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
bs58 = "0.4.0"
clap = "2.33"
clap = "3.0"
dirs-next = "2.0.0"
num_cpus = "1.13.0"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion ledger-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-ledger-tool"
[dependencies]
bs58 = "0.4.0"
bytecount = "0.6.2"
clap = "2.33.1"
clap = "3.0.0-rc"
csv = "1.1.6"
histogram = "*"
itertools = "0.10.1"
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.12"
clap = "2.33.1"
clap = "3.0.0-rc"
serde = "1.0.130"
serde_json = "1.0.67"
solana-logger = { path = "../logger", version = "=1.8.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 @@ -15,7 +15,7 @@ solana-runtime = { path = "../runtime", version = "=1.8.0" }
solana-measure = { path = "../measure", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }
solana-version = { path = "../version", version = "=1.8.0" }
clap = "2.33.1"
clap = "3.0.0-rc"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
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.1"
clap = "3.0.0-rc"
serde = "1.0.130"
serde_json = "1.0.67"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.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.3.3"
clap = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
nix = "0.20.0"
rand = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-poh-bench"

[dependencies]
clap = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
rand = "0.7.0"
rayon = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion rbpf-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["BPF", "eBPF", "interpreter", "JIT"]
edition = "2018"

[dependencies]
clap = "3.0.0-beta.2"
clap = "3.0.0-rc.4"
serde = "1.0.130"
serde_json = "1.0.67"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion replica-node/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-validator"

[dependencies]
clap = "2.33.1"
clap = "3.0.0-rc"
crossbeam-channel = "0.5"
log = "0.4.14"
rand = "0.7.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 @@ -14,7 +14,7 @@ log = { version = "0.4.14" }
solana-logger = { path = "../../logger", version = "=1.8.0" }
solana-version = { path = "../../version", version = "=1.8.0" }
solana-runtime = { path = "..", version = "=1.8.0" }
clap = "2.33.1"
clap = "3.0.0-rc"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
2 changes: 1 addition & 1 deletion sdk/cargo-build-bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false

[dependencies]
bzip2 = "0.4.3"
clap = "2.33.3"
clap = "3.0.0-rc"
regex = "1.5.4"
cargo_metadata = "0.14.0"
solana-sdk = { path = "..", version = "=1.8.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 @@ -10,7 +10,7 @@ edition = "2018"
publish = false

[dependencies]
clap = "2.33.3"
clap = "3.0.0-rc"
cargo_metadata = "0.14.0"

[[bin]]
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 = "2.33.1"
clap = "3.0.0-rc"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
solana-cli-config = { path = "../cli-config", version = "=1.8.0" }
solana-client = { path = "../client", version = "=1.8.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 = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
libc = "0.2.101"
solana-logger = { path = "../logger", version = "=1.8.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 = "2.33.0"
clap = "3.0.0-rc"
console = "0.14.1"
csv = "1.1.6"
ctrlc = { version = "3.1.9", features = ["termination"] }
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 = "2.33.1"
clap = "3.0.0-rc"
console = "0.14.1"
core_affinity = "0.5.10"
fd-lock = "3.0.0"
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 = "2.33.1"
clap = "3.0.0-rc"
log = "0.4.14"
humantime = "2.0.1"
solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" }
Expand Down