Bump clap from 3.1.8 to 3.1.9 (#1175)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9.
- [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.8...v3.1.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-04-16 12:07:27 +02:00
committed by GitHub
parent 5721c68436
commit 06f0598aff
+19 -10
View File
@@ -1204,16 +1204,16 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.1.8" version = "3.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c" checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
"clap_derive", "clap_derive",
"clap_lex",
"indexmap", "indexmap",
"lazy_static", "lazy_static",
"os_str_bytes",
"strsim", "strsim",
"termcolor", "termcolor",
"textwrap 0.15.0", "textwrap 0.15.0",
@@ -1232,6 +1232,15 @@ dependencies = [
"syn", "syn",
] ]
[[package]]
name = "clap_lex"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d716edb7c26222b1b21de6e6d505b274f9f3db9e7bc2e06baf389d57ae842df8"
dependencies = [
"os_str_bytes",
]
[[package]] [[package]]
name = "coarsetime" name = "coarsetime"
version = "0.1.22" version = "0.1.22"
@@ -1617,7 +1626,7 @@ dependencies = [
name = "cumulus-client-cli" name = "cumulus-client-cli"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 3.1.8", "clap 3.1.9",
"sc-cli", "sc-cli",
"sc-service", "sc-service",
"url 2.2.2", "url 2.2.2",
@@ -2881,7 +2890,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#1e0807fb477b
dependencies = [ dependencies = [
"Inflector", "Inflector",
"chrono", "chrono",
"clap 3.1.8", "clap 3.1.9",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -6621,7 +6630,7 @@ dependencies = [
name = "parachain-template-node" name = "parachain-template-node"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 3.1.8", "clap 3.1.9",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-collator", "cumulus-client-collator",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
@@ -7225,7 +7234,7 @@ name = "polkadot-cli"
version = "0.9.19" version = "0.9.19"
source = "git+https://github.com/paritytech/polkadot?branch=master#10e17eb6fb9504879e4cce7025a51778c4e44c24" source = "git+https://github.com/paritytech/polkadot?branch=master#10e17eb6fb9504879e4cce7025a51778c4e44c24"
dependencies = [ dependencies = [
"clap 3.1.8", "clap 3.1.9",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures 0.3.21", "futures 0.3.21",
"log", "log",
@@ -7291,7 +7300,7 @@ dependencies = [
"assert_cmd", "assert_cmd",
"async-trait", "async-trait",
"canvas-kusama-runtime", "canvas-kusama-runtime",
"clap 3.1.8", "clap 3.1.9",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -9536,7 +9545,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#1e0807fb477b21edd373eb88778336d5ff23d3a7" source = "git+https://github.com/paritytech/substrate?branch=master#1e0807fb477b21edd373eb88778336d5ff23d3a7"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap 3.1.8", "clap 3.1.9",
"fdlimit", "fdlimit",
"futures 0.3.21", "futures 0.3.21",
"hex", "hex",
@@ -12578,7 +12587,7 @@ name = "try-runtime-cli"
version = "0.10.0-dev" version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#1e0807fb477b21edd373eb88778336d5ff23d3a7" source = "git+https://github.com/paritytech/substrate?branch=master#1e0807fb477b21edd373eb88778336d5ff23d3a7"
dependencies = [ dependencies = [
"clap 3.1.8", "clap 3.1.9",
"jsonrpsee", "jsonrpsee",
"log", "log",
"parity-scale-codec", "parity-scale-codec",