mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 02:01:06 +00:00
Bump the known_good_semver group with 1 update (#1530)
Bumps the known_good_semver group with 1 update: [clap](https://github.com/clap-rs/clap). <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.3</h2> <h2>[4.4.3] - 2023-09-12</h2> <h3>Documentation</h3> <ul> <li><em>(derive)</em> Clarify use of attributes within the tutorial</li> <li>Split sections in the builder and derive tutorials into separate modules</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.3] - 2023-09-12</h2> <h3>Documentation</h3> <ul> <li><em>(derive)</em> Clarify use of attributes within the tutorial</li> <li>Split sections in the builder and derive tutorials into separate modules</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/e9668b364c5a0d259780a3e6d8352203d6f329f5"><code>e9668b3</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/bc4986e01e4a6c817e4af8dbd91f96c6aae97107"><code>bc4986e</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/3d53641ca1696fdeafb8e1e87def6b27f1a7d79d"><code>3d53641</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5122">#5122</a> from epage/docs</li> <li><a href="https://github.com/clap-rs/clap/commit/32586c7b6335f437e6f01a089e7664f9c88ddc09"><code>32586c7</code></a> docs(tutorial): Split into separate modules per section</li> <li><a href="https://github.com/clap-rs/clap/commit/5f6d4a3dadd436899923f27ea6ac62b26198ad91"><code>5f6d4a3</code></a> docs(tutorial): Split out into a module</li> <li><a href="https://github.com/clap-rs/clap/commit/20987de0bd2b9b2720771b0f0572745d2ee91433"><code>20987de</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5121">#5121</a> from epage/docs</li> <li><a href="https://github.com/clap-rs/clap/commit/9e7404b5996128efcf4d6098b7d4af4eacb04fca"><code>9e7404b</code></a> docs(tutorial): Attempt to clarify attributes</li> <li><a href="https://github.com/clap-rs/clap/commit/db97a2c5be69fa81af80e9cee5d3943bcfc664c4"><code>db97a2c</code></a> docs(derive): Clarify value attributes are for PossibleValue</li> <li><a href="https://github.com/clap-rs/clap/commit/37ba6075a9e3c968a196e73e78e95a1e7c6e9326"><code>37ba607</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3234c74a886fdb14abc94b34413d8604d2da0e93"><code>3234c74</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3">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>
This commit is contained in:
Generated
+29
-29
@@ -2334,7 +2334,7 @@ name = "chain-spec-builder"
|
|||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"node-cli",
|
"node-cli",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"sc-chain-spec",
|
"sc-chain-spec",
|
||||||
@@ -2464,9 +2464,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.4.2"
|
version = "4.4.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
|
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
"clap_derive 4.4.2",
|
"clap_derive 4.4.2",
|
||||||
@@ -2490,7 +2490,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.2",
|
"clap 4.4.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -3085,7 +3085,7 @@ dependencies = [
|
|||||||
"anes",
|
"anes",
|
||||||
"cast",
|
"cast",
|
||||||
"ciborium",
|
"ciborium",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"criterion-plot",
|
"criterion-plot",
|
||||||
"futures",
|
"futures",
|
||||||
"is-terminal",
|
"is-terminal",
|
||||||
@@ -3250,7 +3250,7 @@ dependencies = [
|
|||||||
name = "cumulus-client-cli"
|
name = "cumulus-client-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"sc-chain-spec",
|
"sc-chain-spec",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
@@ -3935,7 +3935,7 @@ name = "cumulus-test-service"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"criterion 0.5.1",
|
"criterion 0.5.1",
|
||||||
"cumulus-client-cli",
|
"cumulus-client-cli",
|
||||||
"cumulus-client-consensus-common",
|
"cumulus-client-consensus-common",
|
||||||
@@ -5141,7 +5141,7 @@ dependencies = [
|
|||||||
"Inflector",
|
"Inflector",
|
||||||
"array-bytes",
|
"array-bytes",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"comfy-table",
|
"comfy-table",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -5233,7 +5233,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.2",
|
"clap 4.4.3",
|
||||||
"frame-election-provider-solution-type",
|
"frame-election-provider-solution-type",
|
||||||
"frame-election-provider-support",
|
"frame-election-provider-support",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
@@ -8135,7 +8135,7 @@ name = "node-bench"
|
|||||||
version = "0.9.0-dev"
|
version = "0.9.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"array-bytes",
|
"array-bytes",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"derive_more",
|
"derive_more",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"futures",
|
"futures",
|
||||||
@@ -8172,7 +8172,7 @@ version = "3.0.0-dev"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"array-bytes",
|
"array-bytes",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"clap_complete",
|
"clap_complete",
|
||||||
"criterion 0.4.0",
|
"criterion 0.4.0",
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
@@ -8298,7 +8298,7 @@ dependencies = [
|
|||||||
name = "node-inspect"
|
name = "node-inspect"
|
||||||
version = "0.9.0-dev"
|
version = "0.9.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
"sc-client-api",
|
"sc-client-api",
|
||||||
@@ -8352,7 +8352,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.2",
|
"clap 4.4.3",
|
||||||
"generate-bags",
|
"generate-bags",
|
||||||
"kitchensink-runtime",
|
"kitchensink-runtime",
|
||||||
]
|
]
|
||||||
@@ -8361,7 +8361,7 @@ dependencies = [
|
|||||||
name = "node-template"
|
name = "node-template"
|
||||||
version = "4.0.0-dev"
|
version = "4.0.0-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
@@ -8404,7 +8404,7 @@ dependencies = [
|
|||||||
name = "node-template-release"
|
name = "node-template-release"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"flate2",
|
"flate2",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"glob",
|
"glob",
|
||||||
@@ -10794,7 +10794,7 @@ dependencies = [
|
|||||||
name = "parachain-template-node"
|
name = "parachain-template-node"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"color-print",
|
"color-print",
|
||||||
"cumulus-client-cli",
|
"cumulus-client-cli",
|
||||||
"cumulus-client-collator",
|
"cumulus-client-collator",
|
||||||
@@ -11530,7 +11530,7 @@ dependencies = [
|
|||||||
name = "polkadot-cli"
|
name = "polkadot-cli"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"frame-benchmarking-cli",
|
"frame-benchmarking-cli",
|
||||||
"futures",
|
"futures",
|
||||||
"log",
|
"log",
|
||||||
@@ -12350,7 +12350,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.4.2",
|
"clap 4.4.3",
|
||||||
"collectives-polkadot-runtime",
|
"collectives-polkadot-runtime",
|
||||||
"color-print",
|
"color-print",
|
||||||
"contracts-rococo-runtime",
|
"contracts-rococo-runtime",
|
||||||
@@ -12965,7 +12965,7 @@ version = "1.0.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"color-eyre",
|
"color-eyre",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
@@ -13111,7 +13111,7 @@ dependencies = [
|
|||||||
name = "polkadot-voter-bags"
|
name = "polkadot-voter-bags"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"generate-bags",
|
"generate-bags",
|
||||||
"polkadot-runtime",
|
"polkadot-runtime",
|
||||||
"sp-io",
|
"sp-io",
|
||||||
@@ -13873,7 +13873,7 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
|||||||
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.2",
|
"clap 4.4.3",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"kusama-runtime-constants",
|
"kusama-runtime-constants",
|
||||||
"log",
|
"log",
|
||||||
@@ -14581,7 +14581,7 @@ version = "0.10.0-dev"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"array-bytes",
|
"array-bytes",
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"fdlimit",
|
"fdlimit",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
@@ -15685,7 +15685,7 @@ dependencies = [
|
|||||||
name = "sc-storage-monitor"
|
name = "sc-storage-monitor"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"fs4",
|
"fs4",
|
||||||
"log",
|
"log",
|
||||||
"sc-client-db",
|
"sc-client-db",
|
||||||
@@ -17216,7 +17216,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.2",
|
"clap 4.4.3",
|
||||||
"honggfuzz",
|
"honggfuzz",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"sp-npos-elections",
|
"sp-npos-elections",
|
||||||
@@ -17933,7 +17933,7 @@ dependencies = [
|
|||||||
name = "subkey"
|
name = "subkey"
|
||||||
version = "3.0.0"
|
version = "3.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -17975,7 +17975,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.2",
|
"clap 4.4.3",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"sc-cli",
|
"sc-cli",
|
||||||
@@ -18434,7 +18434,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.2",
|
"clap 4.4.3",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"log",
|
"log",
|
||||||
@@ -18482,7 +18482,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.2",
|
"clap 4.4.3",
|
||||||
"futures",
|
"futures",
|
||||||
"futures-timer",
|
"futures-timer",
|
||||||
"log",
|
"log",
|
||||||
@@ -19128,7 +19128,7 @@ version = "0.10.0-dev"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap 4.4.2",
|
"clap 4.4.3",
|
||||||
"frame-remote-externalities",
|
"frame-remote-externalities",
|
||||||
"frame-try-runtime",
|
"frame-try-runtime",
|
||||||
"hex",
|
"hex",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ authors.workspace = true
|
|||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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"
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ build = "build.rs"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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.188", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.73"
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ path = "src/main.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.73"
|
async-trait = "0.1.73"
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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"] }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ wasm-opt = false
|
|||||||
crate-type = ["cdylib", "rlib"]
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"], optional = true }
|
clap = { version = "4.4.3", 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"
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ assert_matches = "1.5"
|
|||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
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.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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" }
|
||||||
|
|||||||
@@ -13,7 +13,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.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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"
|
||||||
|
|||||||
@@ -13,7 +13,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.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ edition.workspace = true
|
|||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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" }
|
||||||
|
|||||||
@@ -19,6 +19,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.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
tokio = { version = "1.24.2", features = ["macros"] }
|
tokio = { version = "1.24.2", features = ["macros"] }
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
name = "node-template"
|
name = "node-template"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
futures = { version = "0.3.21", features = ["thread-pool"]}
|
futures = { version = "0.3.21", features = ["thread-pool"]}
|
||||||
|
|
||||||
sc-cli = { path = "../../../client/cli" }
|
sc-cli = { path = "../../../client/cli" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ publish = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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" }
|
||||||
|
|||||||
@@ -38,7 +38,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.2", features = ["derive"], optional = true }
|
clap = { version = "4.4.3", 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.188", features = ["derive"] }
|
serde = { version = "1.0.188", features = ["derive"] }
|
||||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||||
@@ -135,7 +135,7 @@ pallet-timestamp = { path = "../../../frame/timestamp" }
|
|||||||
substrate-cli-test-utils = { path = "../../../test-utils/cli" }
|
substrate-cli-test-utils = { path = "../../../test-utils/cli" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = { version = "4.4.2", optional = true }
|
clap = { version = "4.4.3", optional = true }
|
||||||
clap_complete = { version = "4.0.2", optional = true }
|
clap_complete = { version = "4.0.2", optional = true }
|
||||||
node-inspect = { path = "../inspect", optional = true}
|
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}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ publish = false
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ crate-type = ["rlib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
node-cli = { path = "../../node/cli" }
|
node-cli = { path = "../../node/cli" }
|
||||||
sc-chain-spec = { path = "../../../client/chain-spec" }
|
sc-chain-spec = { path = "../../../client/chain-spec" }
|
||||||
|
|||||||
@@ -17,5 +17,5 @@ path = "src/main.rs"
|
|||||||
name = "subkey"
|
name = "subkey"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
sc-cli = { path = "../../../client/cli" }
|
sc-cli = { path = "../../../client/cli" }
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
array-bytes = "6.1"
|
array-bytes = "6.1"
|
||||||
chrono = "0.4.27"
|
chrono = "0.4.27"
|
||||||
clap = { version = "4.4.2", features = ["derive", "string"] }
|
clap = { version = "4.4.3", features = ["derive", "string"] }
|
||||||
fdlimit = "0.2.1"
|
fdlimit = "0.2.1"
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
libp2p-identity = { version = "0.1.3", features = ["peerid", "ed25519"]}
|
libp2p-identity = { version = "0.1.3", features = ["peerid", "ed25519"]}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ description = "Storage monitor service for substrate"
|
|||||||
homepage = "https://substrate.io"
|
homepage = "https://substrate.io"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive", "string"] }
|
clap = { version = "4.4.3", features = ["derive", "string"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
fs4 = "0.6.3"
|
fs4 = "0.6.3"
|
||||||
sc-client-db = { path = "../db", default-features = false}
|
sc-client-db = { path = "../db", default-features = false}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ publish = false
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
honggfuzz = "0.5"
|
honggfuzz = "0.5"
|
||||||
rand = { version = "0.8", features = ["std", "small_rng"] }
|
rand = { version = "0.8", features = ["std", "small_rng"] }
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ publish = false
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
honggfuzz = "0.5"
|
honggfuzz = "0.5"
|
||||||
rand = { version = "0.8", features = ["std", "small_rng"] }
|
rand = { version = "0.8", features = ["std", "small_rng"] }
|
||||||
sp-npos-elections = { path = ".." }
|
sp-npos-elections = { path = ".." }
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ publish = false
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
fs_extra = "1.3"
|
fs_extra = "1.3"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
|
|||||||
@@ -15,7 +15,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.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/substrate-frame-cli"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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" }
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ kitchensink-runtime = { path = "../../../../bin/node/runtime" }
|
|||||||
generate-bags = { path = ".." }
|
generate-bags = { path = ".." }
|
||||||
|
|
||||||
# third-party
|
# third-party
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", features = ["derive"] }
|
||||||
|
|||||||
@@ -35,7 +35,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.57"
|
async-trait = "0.1.57"
|
||||||
clap = { version = "4.4.2", features = ["derive"] }
|
clap = { version = "4.4.3", 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