From 476e7dbb727a84a33275b92cd3ba6e00ba6b8a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 20:30:31 +0000 Subject: [PATCH] Bump clap from 3.1.15 to 3.1.17 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.17. - [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.15...v3.1.17) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17e6f6089d..8107f04164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1174,9 +1174,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.15" +version = "3.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d" +checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0" dependencies = [ "atty", "bitflags", @@ -1596,7 +1596,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.1.15", + "clap 3.1.17", "sc-cli", "sc-service", "url 2.2.2", @@ -2875,7 +2875,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#99bc7b5ae6b6 dependencies = [ "Inflector", "chrono", - "clap 3.1.15", + "clap 3.1.17", "frame-benchmarking", "frame-support", "frame-system", @@ -6810,7 +6810,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.1.15", + "clap 3.1.17", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -7405,7 +7405,7 @@ name = "polkadot-cli" version = "0.9.19" source = "git+https://github.com/paritytech/polkadot?branch=master#712f57d91f7979e8da72c95237204bb29af06358" dependencies = [ - "clap 3.1.15", + "clap 3.1.17", "frame-benchmarking-cli", "futures 0.3.21", "log", @@ -7472,7 +7472,7 @@ dependencies = [ "assert_cmd", "async-trait", "canvas-kusama-runtime", - "clap 3.1.15", + "clap 3.1.17", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -9765,7 +9765,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#99bc7b5ae6b6e0b44b9af53fc0b9852e4e1e28be" dependencies = [ "chrono", - "clap 3.1.15", + "clap 3.1.17", "fdlimit", "futures 0.3.21", "hex", @@ -12831,7 +12831,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#99bc7b5ae6b6e0b44b9af53fc0b9852e4e1e28be" dependencies = [ - "clap 3.1.15", + "clap 3.1.17", "jsonrpsee 0.10.1", "log", "parity-scale-codec",