Bump clap from 4.1.6 to 4.1.8 (#2272)

Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.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/v4.1.6...v4.1.8)

---
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]
2023-03-15 15:16:39 +00:00
committed by GitHub
parent 583223c275
commit 6ce6b7bef4
5 changed files with 17 additions and 17 deletions
+13 -13
View File
@@ -1169,9 +1169,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.1.6" version = "4.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"clap_derive", "clap_derive",
@@ -1184,9 +1184,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_derive" name = "clap_derive"
version = "4.1.0" version = "4.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8" checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro-error", "proc-macro-error",
@@ -1766,7 +1766,7 @@ dependencies = [
name = "cumulus-client-cli" name = "cumulus-client-cli"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.1.6", "clap 4.1.8",
"parity-scale-codec", "parity-scale-codec",
"sc-chain-spec", "sc-chain-spec",
"sc-cli", "sc-cli",
@@ -2404,7 +2404,7 @@ name = "cumulus-test-service"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.1.6", "clap 4.1.8",
"criterion", "criterion",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -3281,7 +3281,7 @@ dependencies = [
"Inflector", "Inflector",
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.1.6", "clap 4.1.8",
"comfy-table", "comfy-table",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -7091,7 +7091,7 @@ dependencies = [
name = "parachain-template-node" name = "parachain-template-node"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.1.6", "clap 4.1.8",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -7667,7 +7667,7 @@ name = "polkadot-cli"
version = "0.9.39" version = "0.9.39"
source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903" source = "git+https://github.com/paritytech/polkadot?branch=master#395e45f41bb8aa141c2495d329c32635885f5903"
dependencies = [ dependencies = [
"clap 4.1.6", "clap 4.1.8",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures", "futures",
"log", "log",
@@ -8339,7 +8339,7 @@ dependencies = [
"bridge-hub-kusama-runtime", "bridge-hub-kusama-runtime",
"bridge-hub-polkadot-runtime", "bridge-hub-polkadot-runtime",
"bridge-hub-rococo-runtime", "bridge-hub-rococo-runtime",
"clap 4.1.6", "clap 4.1.8",
"collectives-polkadot-runtime", "collectives-polkadot-runtime",
"contracts-rococo-runtime", "contracts-rococo-runtime",
"cumulus-client-cli", "cumulus-client-cli",
@@ -10065,7 +10065,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d1
dependencies = [ dependencies = [
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.1.6", "clap 4.1.8",
"fdlimit", "fdlimit",
"futures", "futures",
"libp2p", "libp2p",
@@ -10926,7 +10926,7 @@ name = "sc-storage-monitor"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba"
dependencies = [ dependencies = [
"clap 4.1.6", "clap 4.1.8",
"fs4", "fs4",
"futures", "futures",
"log", "log",
@@ -13392,7 +13392,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba" source = "git+https://github.com/paritytech/substrate?branch=master#9eafc96a62d160cd97f8150b2742d7048e394bba"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.1.6", "clap 4.1.8",
"frame-remote-externalities", "frame-remote-externalities",
"frame-try-runtime", "frame-try-runtime",
"hex", "hex",
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
clap = { version = "4.1.6", features = ["derive"] } clap = { version = "4.1.8", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
url = "2.3.1" url = "2.3.1"
+1 -1
View File
@@ -10,7 +10,7 @@ edition = "2021"
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]
clap = { version = "4.1.6", features = ["derive"] } clap = { version = "4.1.8", features = ["derive"] }
log = "0.4.17" log = "0.4.17"
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.152", features = ["derive"] } serde = { version = "1.0.152", features = ["derive"] }
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-trait = "0.1.66" async-trait = "0.1.66"
clap = { version = "4.1.6", features = ["derive"] } clap = { version = "4.1.8", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.26" futures = "0.3.26"
hex-literal = "0.3.4" hex-literal = "0.3.4"
+1 -1
View File
@@ -10,7 +10,7 @@ path = "src/main.rs"
[dependencies] [dependencies]
async-trait = "0.1.66" async-trait = "0.1.66"
clap = { version = "4.1.6", features = ["derive"] } clap = { version = "4.1.8", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" } codec = { package = "parity-scale-codec", version = "3.0.0" }
criterion = { version = "0.4.0", features = [ "async_tokio" ] } criterion = { version = "0.4.0", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.16.2", features = ["server"] } jsonrpsee = { version = "0.16.2", features = ["server"] }