From ec1f24a1a24da786b2b2ef3df81ca73c79d1db1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 22:33:53 +0200 Subject: [PATCH] Bump clap from 3.2.6 to 3.2.8 (#1422) Bumps [clap](https://github.com/clap-rs/clap) from 3.2.6 to 3.2.8. - [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.2.6...v3.2.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cumulus/Cargo.lock | 24 +++++++++++----------- cumulus/client/cli/Cargo.toml | 2 +- cumulus/parachain-template/node/Cargo.toml | 2 +- cumulus/polkadot-parachain/Cargo.toml | 2 +- cumulus/test/service/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 1c785e0d91..698d05ac7f 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -925,9 +925,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.6" +version = "3.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f1fe12880bae935d142c8702d500c63a4e8634b6c3c57ad72bf978fc7b6249a" +checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83" dependencies = [ "atty", "bitflags", @@ -942,9 +942,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.2.6" +version = "3.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6db9e867166a43a53f7199b5e4d1f522a1e5bd626654be263c999ce59df39a" +checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902" dependencies = [ "heck 0.4.0", "proc-macro-error", @@ -1431,7 +1431,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.2.6", + "clap 3.2.8", "parity-scale-codec", "sc-chain-spec", "sc-cli", @@ -2041,7 +2041,7 @@ name = "cumulus-test-service" version = "0.1.0" dependencies = [ "async-trait", - "clap 3.2.6", + "clap 3.2.8", "criterion", "cumulus-client-cli", "cumulus-client-consensus-common", @@ -2711,7 +2711,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba dependencies = [ "Inflector", "chrono", - "clap 3.2.6", + "clap 3.2.8", "comfy-table", "frame-benchmarking", "frame-support", @@ -6361,7 +6361,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.2.6", + "clap 3.2.8", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -6979,7 +6979,7 @@ name = "polkadot-cli" version = "0.9.26" source = "git+https://github.com/paritytech/polkadot?branch=master#5a09bf62ec7be0e90dfae335a80459728a896d95" dependencies = [ - "clap 3.2.6", + "clap 3.2.8", "frame-benchmarking-cli", "futures", "log", @@ -7626,7 +7626,7 @@ version = "0.9.220" dependencies = [ "assert_cmd", "async-trait", - "clap 3.2.6", + "clap 3.2.8", "contracts-rococo-runtime", "cumulus-client-cli", "cumulus-client-consensus-aura", @@ -9337,7 +9337,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ "chrono", - "clap 3.2.6", + "clap 3.2.8", "fdlimit", "futures", "hex", @@ -12380,7 +12380,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#43fd9a9dc2ba2644f88531b52a196a4f0800c2bf" dependencies = [ - "clap 3.2.6", + "clap 3.2.8", "jsonrpsee", "log", "parity-scale-codec", diff --git a/cumulus/client/cli/Cargo.toml b/cumulus/client/cli/Cargo.toml index eba672355f..d6276d63bc 100644 --- a/cumulus/client/cli/Cargo.toml +++ b/cumulus/client/cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" [dependencies] -clap = { version = "3.2.6", features = ["derive", "deprecated"] } +clap = { version = "3.2.8", features = ["derive", "deprecated"] } codec = { package = "parity-scale-codec", version = "3.0.0" } url = "2.2.2" diff --git a/cumulus/parachain-template/node/Cargo.toml b/cumulus/parachain-template/node/Cargo.toml index c9b6d70b2b..cd552755b4 100644 --- a/cumulus/parachain-template/node/Cargo.toml +++ b/cumulus/parachain-template/node/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" build = "build.rs" [dependencies] -clap = { version = "3.2.6", features = ["derive"] } +clap = { version = "3.2.8", features = ["derive"] } derive_more = "0.99.2" log = "0.4.17" codec = { package = "parity-scale-codec", version = "3.0.0" } diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 78a44a198d..c9145e772d 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -8,7 +8,7 @@ description = "Runs a polkadot parachain node which could be a collator." [dependencies] async-trait = "0.1.56" -clap = { version = "3.2.6", features = ["derive", "deprecated"] } +clap = { version = "3.2.8", features = ["derive", "deprecated"] } codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.21" hex-literal = "0.3.4" diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index f0df957616..e1b97f9368 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -10,7 +10,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1.56" -clap = { version = "3.2.6", features = ["derive", "deprecated"] } +clap = { version = "3.2.8", features = ["derive", "deprecated"] } codec = { package = "parity-scale-codec", version = "3.0.0" } criterion = { version = "0.3.5", features = [ "async_tokio" ] } jsonrpsee = { version = "0.14.0", features = ["server"] }