From eaa25c66043dc3949e8a0ad2b41ba4429700093f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 08:09:30 +0000 Subject: [PATCH] Bump clap from 3.1.6 to 3.2.2 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.2.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.6...v3.2.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++-------------- client/cli/Cargo.toml | 2 +- parachain-template/node/Cargo.toml | 2 +- polkadot-parachain/Cargo.toml | 2 +- test/service/Cargo.toml | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5238838f98..5bed944bf42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,9 +1084,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.18" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b" +checksum = "8e538f9ee5aa3b3963f09a997035f883677966ed50fce0292611927ce6f6d8c6" dependencies = [ "atty", "bitflags", @@ -1101,9 +1101,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.1.18" +version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c" +checksum = "a7f98063cac4652f23ccda556b8d04347a7fc4b2cff1f7577cc8c6546e0d8078" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -1114,9 +1114,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213" +checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613" dependencies = [ "os_str_bytes", ] @@ -1574,7 +1574,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.1.18", + "clap 3.2.2", "sc-cli", "sc-service", "url", @@ -2182,7 +2182,7 @@ name = "cumulus-test-service" version = "0.1.0" dependencies = [ "async-trait", - "clap 3.1.18", + "clap 3.2.2", "criterion", "cumulus-client-cli", "cumulus-client-consensus-common", @@ -2852,7 +2852,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#c950f18507d2 dependencies = [ "Inflector", "chrono", - "clap 3.1.18", + "clap 3.2.2", "comfy-table", "frame-benchmarking", "frame-support", @@ -6499,7 +6499,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.1.18", + "clap 3.2.2", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -7057,7 +7057,7 @@ name = "polkadot-cli" version = "0.9.23" source = "git+https://github.com/paritytech/polkadot?branch=master#f57d7f1f2962fd096b49c242c8fff5538dbbe402" dependencies = [ - "clap 3.1.18", + "clap 3.2.2", "frame-benchmarking-cli", "futures 0.3.21", "log", @@ -7703,7 +7703,7 @@ version = "0.9.220" dependencies = [ "assert_cmd", "async-trait", - "clap 3.1.18", + "clap 3.2.2", "contracts-rococo-runtime", "cumulus-client-cli", "cumulus-client-consensus-aura", @@ -9351,7 +9351,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#c950f18507d2b4a1d353c359ee3949f1b355bc60" dependencies = [ "chrono", - "clap 3.1.18", + "clap 3.2.2", "fdlimit", "futures 0.3.21", "hex", @@ -12386,7 +12386,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#c950f18507d2b4a1d353c359ee3949f1b355bc60" dependencies = [ - "clap 3.1.18", + "clap 3.2.2", "jsonrpsee", "log", "parity-scale-codec", diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index f9ea950d170..6f1a8ab6cfc 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" [dependencies] -clap = { version = "3.1", features = ["derive"] } +clap = { version = "3.2", features = ["derive"] } # Substrate sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index 6ee398d1325..8f401da605e 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -14,7 +14,7 @@ name = "parachain-collator" path = "src/main.rs" [dependencies] -clap = { version = "3.1", features = ["derive"] } +clap = { version = "3.2", features = ["derive"] } derive_more = "0.99.2" log = "0.4.17" codec = { package = "parity-scale-codec", version = "3.0.0" } diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index 4c2224821c3..e769d9abe12 100644 --- a/polkadot-parachain/Cargo.toml +++ b/polkadot-parachain/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1.56" -clap = { version = "3.1", features = ["derive"] } +clap = { version = "3.2", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0" } futures = { version = "0.3.1", features = ["compat"] } hex-literal = "0.3.4" diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index a51df91b2d5..e832cf8b116 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -47,7 +47,7 @@ sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "mast sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } -clap = { version = "3.1", features = ["derive"] } +clap = { version = "3.2", features = ["derive"] } tracing = "0.1.25" # Polkadot