From 586071badaba498c994ee9ed5d60692787fcf101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 15:33:39 -0800 Subject: [PATCH] Bump clap from 3.1.2 to 3.1.3 (#1053) Bumps [clap](https://github.com/clap-rs/clap) from 3.1.2 to 3.1.3. - [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.2...v3.1.3) --- 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 2e0d7b5e93..1753e05dec 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -1181,9 +1181,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5177fac1ab67102d8989464efd043c6ff44191b1557ec1ddd489b4f7e1447e77" +checksum = "86f8c0e2a6b902acc18214e24a6935cdaf8a8e34231913d4404dcaee659f65a1" dependencies = [ "atty", "bitflags", @@ -1572,7 +1572,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.1.2", + "clap 3.1.3", "sc-cli", "sc-service", ] @@ -2743,7 +2743,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#c22fce5a311b dependencies = [ "Inflector", "chrono", - "clap 3.1.2", + "clap 3.1.3", "frame-benchmarking", "frame-support", "handlebars", @@ -6454,7 +6454,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.1.2", + "clap 3.1.3", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -7055,7 +7055,7 @@ name = "polkadot-cli" version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#1a5d46367bc3061ecf95a87564dfb767e22e34c9" dependencies = [ - "clap 3.1.2", + "clap 3.1.3", "frame-benchmarking-cli", "futures 0.3.21", "log", @@ -7110,7 +7110,7 @@ dependencies = [ "assert_cmd", "async-trait", "canvas-kusama-runtime", - "clap 3.1.2", + "clap 3.1.3", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -9288,7 +9288,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#c22fce5a311beede13479c9a00cca85d823b6b00" dependencies = [ "chrono", - "clap 3.1.2", + "clap 3.1.3", "fdlimit", "futures 0.3.21", "hex", @@ -12200,7 +12200,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#c22fce5a311beede13479c9a00cca85d823b6b00" dependencies = [ - "clap 3.1.2", + "clap 3.1.3", "jsonrpsee 0.4.1", "log", "parity-scale-codec",