Bump clap to 4.2.5 (#2505)

This commit is contained in:
Mira Ressel
2023-05-02 19:55:29 +02:00
committed by GitHub
parent 70bb6badc3
commit c512c9c706
+13 -13
View File
@@ -1261,9 +1261,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.2.3" version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f9152d70e42172fdb87de2efd7327160beee37886027cf86f30a233d5b30b4" checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@@ -1272,9 +1272,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.2.3" version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e067b220911598876eb55d52725ddcc201ffe3f0904018195973bc5b012ea2ca" checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle 1.0.0", "anstyle 1.0.0",
@@ -1908,7 +1908,7 @@ dependencies = [
name = "cumulus-client-cli" name = "cumulus-client-cli"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.2.3", "clap 4.2.5",
"parity-scale-codec", "parity-scale-codec",
"sc-chain-spec", "sc-chain-spec",
"sc-cli", "sc-cli",
@@ -2551,7 +2551,7 @@ name = "cumulus-test-service"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.2.3", "clap 4.2.5",
"criterion", "criterion",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-common", "cumulus-client-consensus-common",
@@ -3509,7 +3509,7 @@ dependencies = [
"Inflector", "Inflector",
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.2.3", "clap 4.2.5",
"comfy-table", "comfy-table",
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -7372,7 +7372,7 @@ dependencies = [
name = "parachain-template-node" name = "parachain-template-node"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"clap 4.2.3", "clap 4.2.5",
"color-print", "color-print",
"cumulus-client-cli", "cumulus-client-cli",
"cumulus-client-consensus-aura", "cumulus-client-consensus-aura",
@@ -7966,7 +7966,7 @@ name = "polkadot-cli"
version = "0.9.41" version = "0.9.41"
source = "git+https://github.com/paritytech/polkadot?branch=master#1d8ccbffd1235d4d1d3a0bf02132d8ea9105078f" source = "git+https://github.com/paritytech/polkadot?branch=master#1d8ccbffd1235d4d1d3a0bf02132d8ea9105078f"
dependencies = [ dependencies = [
"clap 4.2.3", "clap 4.2.5",
"frame-benchmarking-cli", "frame-benchmarking-cli",
"futures", "futures",
"log", "log",
@@ -8658,7 +8658,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.2.3", "clap 4.2.5",
"collectives-polkadot-runtime", "collectives-polkadot-runtime",
"color-print", "color-print",
"contracts-rococo-runtime", "contracts-rococo-runtime",
@@ -10446,7 +10446,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec
dependencies = [ dependencies = [
"array-bytes 4.2.0", "array-bytes 4.2.0",
"chrono", "chrono",
"clap 4.2.3", "clap 4.2.5",
"fdlimit", "fdlimit",
"futures", "futures",
"libp2p", "libp2p",
@@ -11305,7 +11305,7 @@ name = "sc-storage-monitor"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec3abcb612faa9272f246ae339fab3" source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec3abcb612faa9272f246ae339fab3"
dependencies = [ dependencies = [
"clap 4.2.3", "clap 4.2.5",
"fs4", "fs4",
"futures", "futures",
"log", "log",
@@ -13804,7 +13804,7 @@ version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec3abcb612faa9272f246ae339fab3" source = "git+https://github.com/paritytech/substrate?branch=master#74b2c92066ec3abcb612faa9272f246ae339fab3"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap 4.2.3", "clap 4.2.5",
"frame-remote-externalities", "frame-remote-externalities",
"frame-try-runtime", "frame-try-runtime",
"hex", "hex",