From 5093aab4f4a97e768738cba0619419d3307bde58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 23:58:52 +0000 Subject: [PATCH] Bump clap from 3.1.1 to 3.1.2 (#1046) Bumps [clap](https://github.com/clap-rs/clap) from 3.1.1 to 3.1.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.1...v3.1.2) --- 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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 94ea5ab6ed..9c0dc795d5 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7" +checksum = "5177fac1ab67102d8989464efd043c6ff44191b1557ec1ddd489b4f7e1447e77" dependencies = [ "atty", "bitflags", @@ -1527,7 +1527,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.1.1", + "clap 3.1.2", "sc-cli", "sc-service", ] @@ -2638,7 +2638,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#42b2d623d058 dependencies = [ "Inflector", "chrono", - "clap 3.1.1", + "clap 3.1.2", "frame-benchmarking", "frame-support", "handlebars", @@ -6318,7 +6318,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.1.1", + "clap 3.1.2", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -6932,7 +6932,7 @@ name = "polkadot-cli" version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#daec96f748e2a3c2c8ee4ec23f0c31b6daade800" dependencies = [ - "clap 3.1.1", + "clap 3.1.2", "frame-benchmarking-cli", "futures 0.3.21", "log", @@ -6987,7 +6987,7 @@ dependencies = [ "assert_cmd", "async-trait", "canvas-kusama-runtime", - "clap 3.1.1", + "clap 3.1.2", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -9170,7 +9170,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#42b2d623d058197aebc3c737fb44fbbf278a85b4" dependencies = [ "chrono", - "clap 3.1.1", + "clap 3.1.2", "fdlimit", "futures 0.3.21", "hex", @@ -12047,7 +12047,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#42b2d623d058197aebc3c737fb44fbbf278a85b4" dependencies = [ - "clap 3.1.1", + "clap 3.1.2", "jsonrpsee 0.4.1", "log", "parity-scale-codec",