From 66677218d3187149764bed9b40e3d298c47c86a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:12:20 +0000 Subject: [PATCH] Bump clap from 4.0.22 to 4.0.25 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.25. - [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.22...v4.0.25) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- client/cli/Cargo.toml | 2 +- parachain-template/node/Cargo.toml | 2 +- polkadot-parachain/Cargo.toml | 2 +- test/service/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85bdcf22d79..d594fe4a0aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -964,9 +964,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "389ca505fd2c00136e0d0cd34bcd8b6bd0b59d5779aab396054b716334230c1c" dependencies = [ "atty", "bitflags", @@ -1506,7 +1506,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 4.0.22", + "clap 4.0.25", "parity-scale-codec", "sc-chain-spec", "sc-cli", @@ -2132,7 +2132,7 @@ name = "cumulus-test-service" version = "0.1.0" dependencies = [ "async-trait", - "clap 4.0.22", + "clap 4.0.25", "criterion", "cumulus-client-cli", "cumulus-client-consensus-common", @@ -2884,7 +2884,7 @@ dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.0.22", + "clap 4.0.25", "comfy-table", "frame-benchmarking", "frame-support", @@ -6380,7 +6380,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 4.0.22", + "clap 4.0.25", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -6970,7 +6970,7 @@ name = "polkadot-cli" version = "0.9.31" source = "git+https://github.com/paritytech/polkadot?branch=master#756ccc35e93d1a78e3c71a0e67ae4da5f1d09f69" dependencies = [ - "clap 4.0.22", + "clap 4.0.25", "frame-benchmarking-cli", "futures", "log", @@ -7632,7 +7632,7 @@ version = "0.9.320" dependencies = [ "assert_cmd", "async-trait", - "clap 4.0.22", + "clap 4.0.25", "collectives-polkadot-runtime", "contracts-rococo-runtime", "cumulus-client-cli", @@ -9264,7 +9264,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#108d8eed88e7 dependencies = [ "array-bytes", "chrono", - "clap 4.0.22", + "clap 4.0.25", "fdlimit", "futures", "libp2p", @@ -12382,7 +12382,7 @@ name = "try-runtime-cli" version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#108d8eed88e71b5bb676a23fe983174fabf43c35" dependencies = [ - "clap 4.0.22", + "clap 4.0.25", "frame-try-runtime", "log", "parity-scale-codec", diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index 03a509bb8f1..f8721170348 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" [dependencies] -clap = { version = "4.0.22", features = ["derive"] } +clap = { version = "4.0.25", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0" } url = "2.3.1" diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index a401841aedd..5f8422e8843 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" build = "build.rs" [dependencies] -clap = { version = "4.0.22", features = ["derive"] } +clap = { version = "4.0.25", features = ["derive"] } log = "0.4.17" codec = { package = "parity-scale-codec", version = "3.0.0" } serde = { version = "1.0.145", features = ["derive"] } diff --git a/polkadot-parachain/Cargo.toml b/polkadot-parachain/Cargo.toml index 8416667abff..2900df0da30 100644 --- a/polkadot-parachain/Cargo.toml +++ b/polkadot-parachain/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1.58" -clap = { version = "4.0.22", features = ["derive"] } +clap = { version = "4.0.25", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0" } futures = "0.3.24" hex-literal = "0.3.4" diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index fbb9a71f993..b4ce5ee40d7 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -10,7 +10,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1.58" -clap = { version = "4.0.22", features = ["derive"] } +clap = { version = "4.0.25", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0" } criterion = { version = "0.4.0", features = [ "async_tokio" ] } jsonrpsee = { version = "0.15.1", features = ["server"] }