mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 20:37:58 +00:00
Bump clap from 4.0.18 to 4.0.22 (#1830)
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.18 to 4.0.22. - [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.18...v4.0.22) --- 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:
Generated
+12
-12
@@ -989,9 +989,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.0.18"
|
||||
version = "4.0.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b"
|
||||
checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
@@ -1004,9 +1004,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_derive"
|
||||
version = "4.0.18"
|
||||
version = "4.0.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3"
|
||||
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro-error",
|
||||
@@ -1531,7 +1531,7 @@ dependencies = [
|
||||
name = "cumulus-client-cli"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"parity-scale-codec",
|
||||
"sc-chain-spec",
|
||||
"sc-cli",
|
||||
@@ -2157,7 +2157,7 @@ name = "cumulus-test-service"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"criterion",
|
||||
"cumulus-client-cli",
|
||||
"cumulus-client-consensus-common",
|
||||
@@ -2909,7 +2909,7 @@ dependencies = [
|
||||
"Inflector",
|
||||
"array-bytes",
|
||||
"chrono",
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"comfy-table",
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
@@ -6459,7 +6459,7 @@ dependencies = [
|
||||
name = "parachain-template-node"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"cumulus-client-cli",
|
||||
"cumulus-client-consensus-aura",
|
||||
"cumulus-client-consensus-common",
|
||||
@@ -7049,7 +7049,7 @@ name = "polkadot-cli"
|
||||
version = "0.9.31"
|
||||
source = "git+https://github.com/paritytech/polkadot?branch=master#c661a22e0c2e73a37acdb3c463c8ca1d7dcb8a57"
|
||||
dependencies = [
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"frame-benchmarking-cli",
|
||||
"futures",
|
||||
"log",
|
||||
@@ -7710,7 +7710,7 @@ version = "0.9.300"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"async-trait",
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"collectives-polkadot-runtime",
|
||||
"contracts-rococo-runtime",
|
||||
"cumulus-client-cli",
|
||||
@@ -9340,7 +9340,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#3a450ffe936d
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"chrono",
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"fdlimit",
|
||||
"futures",
|
||||
"libp2p",
|
||||
@@ -12473,7 +12473,7 @@ name = "try-runtime-cli"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#3a450ffe936d5c2e5dc1208abecd11cc71aefcbe"
|
||||
dependencies = [
|
||||
"clap 4.0.18",
|
||||
"clap 4.0.22",
|
||||
"frame-try-runtime",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.17", features = ["derive"] }
|
||||
clap = { version = "4.0.22", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
url = "2.3.1"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.17", features = ["derive"] }
|
||||
clap = { version = "4.0.22", features = ["derive"] }
|
||||
log = "0.4.17"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
|
||||
@@ -12,7 +12,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.58"
|
||||
clap = { version = "4.0.17", features = ["derive"] }
|
||||
clap = { version = "4.0.22", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
futures = "0.3.24"
|
||||
hex-literal = "0.3.4"
|
||||
|
||||
@@ -10,7 +10,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.58"
|
||||
clap = { version = "4.0.17", features = ["derive"] }
|
||||
clap = { version = "4.0.22", 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"] }
|
||||
|
||||
Reference in New Issue
Block a user