mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 18:25:41 +00:00
Bump the known_good_semver group with 1 update (#2953)
Bumps the known_good_semver group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.4.16 to 4.4.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.4.18</h2> <h2>[4.4.18] - 2024-01-16</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> When lacking <code>usage</code> feature, ensure the list of required arguments is unique</li> </ul> <h2>v4.4.17</h2> <h2>[4.4.17] - 2024-01-15</h2> <h3>Fixes</h3> <ul> <li>Fix <code>panic!</code> when mixing <code>args_conflicts_with_subcommands</code> with <code>ArgGroup</code> (which is implicit with <code>derive</code>) introduced in 4.4.15</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.4.18] - 2024-01-16</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> When lacking <code>usage</code> feature, ensure the list of required arguments is unique</li> </ul> <h2>[4.4.17] - 2024-01-15</h2> <h3>Fixes</h3> <ul> <li>Fix <code>panic!</code> when mixing <code>args_conflicts_with_subcommands</code> with <code>ArgGroup</code> (which is implicit with <code>derive</code>) introduced in 4.4.15</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/0134f45ff0e2e2be8c451565e4fbf5d3cb7b7cfd"><code>0134f45</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/995ee032779d802606e599caf4f498ea51e92e82"><code>995ee03</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/2f1890907ed4e78674feeb96df34cfb813b84686"><code>2f18909</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5314">#5314</a> from epage/required</li> <li><a href="https://github.com/clap-rs/clap/commit/0a635b9a20077e2f932a9baee527052d8ed45d9e"><code>0a635b9</code></a> fix(parser): Don't duplicate requireds when usage disabled</li> <li><a href="https://github.com/clap-rs/clap/commit/e648e086f3934afb40b121b5999b9e23657ddc28"><code>e648e08</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5311">#5311</a> from sourcefrog/doc-exitcode</li> <li><a href="https://github.com/clap-rs/clap/commit/8c83971b8c356b8c9abfbbb2320cb946a2ee8139"><code>8c83971</code></a> docs: Link to exit code info</li> <li><a href="https://github.com/clap-rs/clap/commit/b250c0b5f5920b59e551bf0ec90e17c6103ae4a2"><code>b250c0b</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5310">#5310</a> from epage/pty</li> <li><a href="https://github.com/clap-rs/clap/commit/c742b8eb0ca648b645b616e064e00408944f390e"><code>c742b8e</code></a> chore(complete): Update completest-pty</li> <li><a href="https://github.com/clap-rs/clap/commit/f524d84c1d3eca1c980c5150c750d9e00cbbdb0c"><code>f524d84</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/944fb81cf593af1cd3a58dd959c934f0ff483182"><code>944fb81</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.16...v4.4.18">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Dónal Murray <donal.murray@parity.io>
This commit is contained in:
Generated
+33
-33
@@ -2640,9 +2640,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.4.16"
|
version = "4.4.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445"
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive 4.4.7",
|
"clap_derive 4.4.7",
|
||||||
@@ -2659,9 +2659,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.4.16"
|
version = "4.4.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb"
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -2676,7 +2676,7 @@ version = "4.4.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
|
checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3414,7 +3414,7 @@ dependencies = [
|
|||||||
"anes",
|
"anes",
|
||||||
"cast",
|
"cast",
|
||||||
"ciborium",
|
"ciborium",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"criterion-plot",
|
"criterion-plot",
|
||||||
"futures",
|
"futures",
|
||||||
"is-terminal",
|
"is-terminal",
|
||||||
@@ -3577,7 +3577,7 @@ dependencies = [
|
|||||||
name = "cumulus-client-cli"
|
name = "cumulus-client-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"sc-chain-spec",
|
"sc-chain-spec",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
@@ -4317,7 +4317,7 @@ name = "cumulus-test-service"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"criterion 0.5.1",
|
"criterion 0.5.1",
|
||||||
"cumulus-client-cli",
|
"cumulus-client-cli",
|
||||||
"cumulus-client-consensus-common",
|
"cumulus-client-consensus-common",
|
||||||
@@ -5501,7 +5501,7 @@ dependencies = [
|
|||||||
"Inflector",
|
"Inflector",
|
||||||
"array-bytes 6.1.0",
|
"array-bytes 6.1.0",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"comfy-table",
|
"comfy-table",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -5593,7 +5593,7 @@ dependencies = [
|
|||||||
name = "frame-election-solution-type-fuzzer"
|
name = "frame-election-solution-type-fuzzer"
|
||||||
version = "2.0.0-alpha.5"
|
version = "2.0.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame-election-provider-solution-type",
|
"frame-election-provider-solution-type",
|
||||||
"frame-election-provider-support",
|
"frame-election-provider-support",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -8109,7 +8109,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|||||||
name = "minimal-node"
|
name = "minimal-node"
|
||||||
version = "4.0.0-dev"
|
version = "4.0.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame",
|
"frame",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
@@ -8573,7 +8573,7 @@ name = "node-bench"
|
|||||||
version = "0.9.0-dev"
|
version = "0.9.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"array-bytes 6.1.0",
|
"array-bytes 6.1.0",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"futures",
|
"futures",
|
||||||
@@ -8650,7 +8650,7 @@ dependencies = [
|
|||||||
name = "node-runtime-generate-bags"
|
name = "node-runtime-generate-bags"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"generate-bags",
|
"generate-bags",
|
||||||
"kitchensink-runtime",
|
"kitchensink-runtime",
|
||||||
]
|
]
|
||||||
@@ -8659,7 +8659,7 @@ dependencies = [
|
|||||||
name = "node-template"
|
name = "node-template"
|
||||||
version = "4.0.0-dev"
|
version = "4.0.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
@@ -8703,7 +8703,7 @@ dependencies = [
|
|||||||
name = "node-template-release"
|
name = "node-template-release"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"flate2",
|
"flate2",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"glob",
|
"glob",
|
||||||
@@ -11247,7 +11247,7 @@ dependencies = [
|
|||||||
name = "parachain-template-node"
|
name = "parachain-template-node"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"color-print",
|
"color-print",
|
||||||
"cumulus-client-cli",
|
"cumulus-client-cli",
|
||||||
"cumulus-client-collator",
|
"cumulus-client-collator",
|
||||||
@@ -12205,7 +12205,7 @@ name = "polkadot-cli"
|
|||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
"futures",
|
"futures",
|
||||||
"log",
|
"log",
|
||||||
@@ -13046,7 +13046,7 @@ dependencies = [
|
|||||||
"async-trait",
|
"async-trait",
|
||||||
"bridge-hub-rococo-runtime",
|
"bridge-hub-rococo-runtime",
|
||||||
"bridge-hub-westend-runtime",
|
"bridge-hub-westend-runtime",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"collectives-westend-runtime",
|
"collectives-westend-runtime",
|
||||||
"color-print",
|
"color-print",
|
||||||
"contracts-rococo-runtime",
|
"contracts-rococo-runtime",
|
||||||
@@ -13557,7 +13557,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"clap-num",
|
"clap-num",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"colored",
|
"colored",
|
||||||
@@ -13634,7 +13634,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
@@ -13781,7 +13781,7 @@ dependencies = [
|
|||||||
name = "polkadot-voter-bags"
|
name = "polkadot-voter-bags"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"generate-bags",
|
"generate-bags",
|
||||||
"sp-io",
|
"sp-io",
|
||||||
"westend-runtime",
|
"westend-runtime",
|
||||||
@@ -14671,7 +14671,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|||||||
name = "remote-ext-tests-bags-list"
|
name = "remote-ext-tests-bags-list"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"log",
|
"log",
|
||||||
"pallet-bags-list-remote-tests",
|
"pallet-bags-list-remote-tests",
|
||||||
@@ -15461,7 +15461,7 @@ dependencies = [
|
|||||||
"array-bytes 6.1.0",
|
"array-bytes 6.1.0",
|
||||||
"bip39",
|
"bip39",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"fdlimit",
|
"fdlimit",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
@@ -16605,7 +16605,7 @@ dependencies = [
|
|||||||
name = "sc-storage-monitor"
|
name = "sc-storage-monitor"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"fs4",
|
"fs4",
|
||||||
"log",
|
"log",
|
||||||
"sp-core",
|
"sp-core",
|
||||||
@@ -18555,7 +18555,7 @@ dependencies = [
|
|||||||
name = "sp-npos-elections-fuzzer"
|
name = "sp-npos-elections-fuzzer"
|
||||||
version = "2.0.0-alpha.5"
|
version = "2.0.0-alpha.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"honggfuzz",
|
"honggfuzz",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"sp-npos-elections",
|
"sp-npos-elections",
|
||||||
@@ -19076,7 +19076,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|||||||
name = "staging-chain-spec-builder"
|
name = "staging-chain-spec-builder"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"log",
|
"log",
|
||||||
"sc-chain-spec",
|
"sc-chain-spec",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@@ -19089,7 +19089,7 @@ version = "3.0.0-dev"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"array-bytes 6.1.0",
|
"array-bytes 6.1.0",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
"criterion 0.4.0",
|
"criterion 0.4.0",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
@@ -19198,7 +19198,7 @@ dependencies = [
|
|||||||
name = "staging-node-inspect"
|
name = "staging-node-inspect"
|
||||||
version = "0.9.0-dev"
|
version = "0.9.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
"sc-client-api",
|
"sc-client-api",
|
||||||
@@ -19403,7 +19403,7 @@ dependencies = [
|
|||||||
name = "subkey"
|
name = "subkey"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -19445,7 +19445,7 @@ dependencies = [
|
|||||||
name = "substrate-frame-cli"
|
name = "substrate-frame-cli"
|
||||||
version = "4.0.0-dev"
|
version = "4.0.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
@@ -19923,7 +19923,7 @@ dependencies = [
|
|||||||
name = "test-parachain-adder-collator"
|
name = "test-parachain-adder-collator"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"log",
|
"log",
|
||||||
@@ -19971,7 +19971,7 @@ dependencies = [
|
|||||||
name = "test-parachain-undying-collator"
|
name = "test-parachain-undying-collator"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"log",
|
"log",
|
||||||
@@ -20622,7 +20622,7 @@ version = "0.10.0-dev"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.16",
|
"clap 4.4.18",
|
||||||
"frame-remote-externalities",
|
"frame-remote-externalities",
|
||||||
"frame-try-runtime",
|
"frame-try-runtime",
|
||||||
"hex",
|
"hex",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||||
url = "2.4.0"
|
url = "2.4.0"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ publish = false
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
log = "0.4.20"
|
log = "0.4.20"
|
||||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||||
serde = { version = "1.0.195", features = ["derive"] }
|
serde = { version = "1.0.195", features = ["derive"] }
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.74"
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
hex-literal = "0.4.1"
|
hex-literal = "0.4.1"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.74"
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||||
criterion = { version = "0.5.1", features = ["async_tokio"] }
|
criterion = { version = "0.5.1", features = ["async_tokio"] }
|
||||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cfg-if = "1.0"
|
cfg-if = "1.0"
|
||||||
clap = { version = "4.4.16", features = ["derive"], optional = true }
|
clap = { version = "4.4.18", features = ["derive"], optional = true }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
thiserror = "1.0.48"
|
thiserror = "1.0.48"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ assert_matches = "1.5"
|
|||||||
async-trait = "0.1.74"
|
async-trait = "0.1.74"
|
||||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||||
sp-core = { path = "../../../substrate/primitives/core" }
|
sp-core = { path = "../../../substrate/primitives/core" }
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
gum = { package = "tracing-gum", path = "../gum" }
|
gum = { package = "tracing-gum", path = "../gum" }
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ async-trait = "0.1.74"
|
|||||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||||
sc-keystore = { path = "../../../substrate/client/keystore" }
|
sc-keystore = { path = "../../../substrate/client/keystore" }
|
||||||
sp-core = { path = "../../../substrate/primitives/core" }
|
sp-core = { path = "../../../substrate/primitives/core" }
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
gum = { package = "tracing-gum", path = "../gum" }
|
gum = { package = "tracing-gum", path = "../gum" }
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
futures-timer = "3.0.2"
|
futures-timer = "3.0.2"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ description = "CLI to generate voter bags for Polkadot runtimes"
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
|
|
||||||
generate-bags = { path = "../../../substrate/utils/frame/generate-bags" }
|
generate-bags = { path = "../../../substrate/utils/frame/generate-bags" }
|
||||||
sp-io = { path = "../../../substrate/primitives/io" }
|
sp-io = { path = "../../../substrate/primitives/io" }
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ sp-tracing = { path = "../../../../substrate/primitives/tracing" }
|
|||||||
frame-system = { path = "../../../../substrate/frame/system" }
|
frame-system = { path = "../../../../substrate/frame/system" }
|
||||||
sp-core = { path = "../../../../substrate/primitives/core" }
|
sp-core = { path = "../../../../substrate/primitives/core" }
|
||||||
|
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
tokio = { version = "1.24.2", features = ["macros"] }
|
tokio = { version = "1.24.2", features = ["macros"] }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
name = "minimal-node"
|
name = "minimal-node"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
name = "node-template"
|
name = "node-template"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||||
serde_json = "1.0.111"
|
serde_json = "1.0.111"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
node-primitives = { path = "../primitives" }
|
node-primitives = { path = "../primitives" }
|
||||||
node-testing = { path = "../testing" }
|
node-testing = { path = "../testing" }
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
# third-party dependencies
|
# third-party dependencies
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
clap = { version = "4.4.16", features = ["derive"], optional = true }
|
clap = { version = "4.4.18", features = ["derive"], optional = true }
|
||||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||||
serde = { version = "1.0.195", features = ["derive"] }
|
serde = { version = "1.0.195", features = ["derive"] }
|
||||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||||
@@ -164,7 +164,7 @@ sp-trie = { path = "../../../primitives/trie" }
|
|||||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = { version = "4.4.16", optional = true }
|
clap = { version = "4.4.18", optional = true }
|
||||||
clap_complete = { version = "4.0.2", optional = true }
|
clap_complete = { version = "4.0.2", optional = true }
|
||||||
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
|
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
|
||||||
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true }
|
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ workspace = true
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
sc-cli = { path = "../../../client/cli" }
|
sc-cli = { path = "../../../client/cli" }
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ name = "chain-spec-builder"
|
|||||||
crate-type = ["rlib"]
|
crate-type = ["rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
sc-chain-spec = { path = "../../../client/chain-spec" }
|
sc-chain-spec = { path = "../../../client/chain-spec" }
|
||||||
serde_json = "1.0.111"
|
serde_json = "1.0.111"
|
||||||
|
|||||||
@@ -20,5 +20,5 @@ path = "src/main.rs"
|
|||||||
name = "subkey"
|
name = "subkey"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
sc-cli = { path = "../../../client/cli" }
|
sc-cli = { path = "../../../client/cli" }
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.31"
|
||||||
clap = { version = "4.4.16", features = ["derive", "string", "wrap_help"] }
|
clap = { version = "4.4.18", features = ["derive", "string", "wrap_help"] }
|
||||||
fdlimit = "0.3.0"
|
fdlimit = "0.3.0"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
itertools = "0.10.3"
|
itertools = "0.10.3"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ homepage = "https://substrate.io"
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive", "string"] }
|
clap = { version = "4.4.18", features = ["derive", "string"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
fs4 = "0.7.0"
|
fs4 = "0.7.0"
|
||||||
sp-core = { path = "../../primitives/core" }
|
sp-core = { path = "../../primitives/core" }
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ workspace = true
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
honggfuzz = "0.5"
|
honggfuzz = "0.5"
|
||||||
rand = { version = "0.8", features = ["small_rng", "std"] }
|
rand = { version = "0.8", features = ["small_rng", "std"] }
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ workspace = true
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
honggfuzz = "0.5"
|
honggfuzz = "0.5"
|
||||||
rand = { version = "0.8", features = ["small_rng", "std"] }
|
rand = { version = "0.8", features = ["small_rng", "std"] }
|
||||||
sp-npos-elections = { path = ".." }
|
sp-npos-elections = { path = ".." }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ workspace = true
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
fs_extra = "1.3"
|
fs_extra = "1.3"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||||
comfy-table = { version = "7.0.1", default-features = false }
|
comfy-table = { version = "7.0.1", default-features = false }
|
||||||
handlebars = "4.2.2"
|
handlebars = "4.2.2"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ readme = "README.md"
|
|||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
frame-support = { path = "../../../frame/support" }
|
frame-support = { path = "../../../frame/support" }
|
||||||
frame-system = { path = "../../../frame/system" }
|
frame-system = { path = "../../../frame/system" }
|
||||||
sc-cli = { path = "../../../client/cli" }
|
sc-cli = { path = "../../../client/cli" }
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ kitchensink-runtime = { path = "../../../../bin/node/runtime" }
|
|||||||
generate-bags = { path = ".." }
|
generate-bags = { path = ".." }
|
||||||
|
|
||||||
# third-party
|
# third-party
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ frame-try-runtime = { path = "../../../../frame/try-runtime", optional = true }
|
|||||||
substrate-rpc-client = { path = "../../rpc/client" }
|
substrate-rpc-client = { path = "../../rpc/client" }
|
||||||
|
|
||||||
async-trait = "0.1.74"
|
async-trait = "0.1.74"
|
||||||
clap = { version = "4.4.16", features = ["derive"] }
|
clap = { version = "4.4.18", features = ["derive"] }
|
||||||
hex = { version = "0.4.3", default-features = false }
|
hex = { version = "0.4.3", default-features = false }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
parity-scale-codec = "3.6.1"
|
parity-scale-codec = "3.6.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user