Bump clap from 4.0.29 to 4.0.32 (#2032)

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.0.32.
- [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.0.29...v4.0.32)

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

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

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-12-22 23:01:52 +01:00
committed by GitHub
parent 29267961f8
commit b1a608cf13
5 changed files with 14 additions and 14 deletions
+10 -10
View File
@@ -1045,9 +1045,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.29"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_derive",
@@ -1597,7 +1597,7 @@ dependencies = [
name = "cumulus-client-cli"
version = "0.1.0"
dependencies = [
"clap 4.0.29",
"clap 4.0.32",
"parity-scale-codec",
"sc-chain-spec",
"sc-cli",
@@ -2229,7 +2229,7 @@ name = "cumulus-test-service"
version = "0.1.0"
dependencies = [
"async-trait",
"clap 4.0.29",
"clap 4.0.32",
"criterion",
"cumulus-client-cli",
"cumulus-client-consensus-common",
@@ -2981,7 +2981,7 @@ dependencies = [
"Inflector",
"array-bytes 4.2.0",
"chrono",
"clap 4.0.29",
"clap 4.0.32",
"comfy-table",
"frame-benchmarking",
"frame-support",
@@ -6525,7 +6525,7 @@ dependencies = [
name = "parachain-template-node"
version = "0.1.0"
dependencies = [
"clap 4.0.29",
"clap 4.0.32",
"cumulus-client-cli",
"cumulus-client-consensus-aura",
"cumulus-client-consensus-common",
@@ -7086,7 +7086,7 @@ name = "polkadot-cli"
version = "0.9.33"
source = "git+https://github.com/paritytech/polkadot?branch=master#49552dd8a23686bbe4205eada657e7f6816da95f"
dependencies = [
"clap 4.0.29",
"clap 4.0.32",
"frame-benchmarking-cli",
"futures",
"log",
@@ -7750,7 +7750,7 @@ dependencies = [
"async-trait",
"bridge-hub-kusama-runtime",
"bridge-hub-rococo-runtime",
"clap 4.0.29",
"clap 4.0.32",
"collectives-polkadot-runtime",
"contracts-rococo-runtime",
"cumulus-client-cli",
@@ -9370,7 +9370,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#91d91d167d37
dependencies = [
"array-bytes 4.2.0",
"chrono",
"clap 4.0.29",
"clap 4.0.32",
"fdlimit",
"futures",
"libp2p",
@@ -12494,7 +12494,7 @@ name = "try-runtime-cli"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#91d91d167d37630de663ddc78e2dab38aabe573d"
dependencies = [
"clap 4.0.29",
"clap 4.0.32",
"frame-remote-externalities",
"frame-try-runtime",
"hex",
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
url = "2.3.1"
+1 -1
View File
@@ -10,7 +10,7 @@ edition = "2021"
build = "build.rs"
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
log = "0.4.17"
codec = { package = "parity-scale-codec", version = "3.0.0" }
serde = { version = "1.0.151", features = ["derive"] }
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies]
async-trait = "0.1.59"
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.25"
hex-literal = "0.3.4"
+1 -1
View File
@@ -10,7 +10,7 @@ path = "src/main.rs"
[dependencies]
async-trait = "0.1.59"
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
criterion = { version = "0.4.0", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.16.2", features = ["server"] }