mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Bump clap from 3.1.9 to 3.1.10 (#1184)
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10. - [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.9...v3.1.10) --- 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:
Generated
+9
-9
@@ -1198,9 +1198,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "3.1.9"
|
||||
version = "3.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe"
|
||||
checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"bitflags",
|
||||
@@ -1620,7 +1620,7 @@ dependencies = [
|
||||
name = "cumulus-client-cli"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"sc-cli",
|
||||
"sc-service",
|
||||
"url 2.2.2",
|
||||
@@ -2885,7 +2885,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"chrono",
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"frame-benchmarking",
|
||||
"frame-support",
|
||||
"frame-system",
|
||||
@@ -6625,7 +6625,7 @@ dependencies = [
|
||||
name = "parachain-template-node"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"cumulus-client-cli",
|
||||
"cumulus-client-collator",
|
||||
"cumulus-client-consensus-aura",
|
||||
@@ -7218,7 +7218,7 @@ name = "polkadot-cli"
|
||||
version = "0.9.19"
|
||||
source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43"
|
||||
dependencies = [
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"frame-benchmarking-cli",
|
||||
"futures 0.3.21",
|
||||
"log",
|
||||
@@ -7284,7 +7284,7 @@ dependencies = [
|
||||
"assert_cmd",
|
||||
"async-trait",
|
||||
"canvas-kusama-runtime",
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"cumulus-client-cli",
|
||||
"cumulus-client-consensus-aura",
|
||||
"cumulus-client-consensus-common",
|
||||
@@ -9540,7 +9540,7 @@ version = "0.10.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"fdlimit",
|
||||
"futures 0.3.21",
|
||||
"hex",
|
||||
@@ -12572,7 +12572,7 @@ name = "try-runtime-cli"
|
||||
version = "0.10.0-dev"
|
||||
source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57"
|
||||
dependencies = [
|
||||
"clap 3.1.9",
|
||||
"clap 3.1.10",
|
||||
"jsonrpsee",
|
||||
"log",
|
||||
"parity-scale-codec",
|
||||
|
||||
Reference in New Issue
Block a user