mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Bump the known_good_semver group with 6 updates (#3347)
Bumps the known_good_semver group with 6 updates: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` | | [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.113` | | [clap](https://github.com/clap-rs/clap) | `4.4.18` | `4.5.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.48` | `2.0.49` | | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.30` | `0.9.31` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` | Updates `serde` from 1.0.195 to 1.0.196 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.196</h2> <ul> <li>Improve formatting of "invalid type" error messages involving floats (<a href="https://redirect.github.com/serde-rs/serde/issues/2682">#2682</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/ede9762a583c3cc3b87c10a53551828fad339525"><code>ede9762</code></a> Release 1.0.196</li> <li><a href="https://github.com/serde-rs/serde/commit/d438c2d67bf30e3edab31c2272c4829c12cf4cb5"><code>d438c2d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2682">#2682</a> from dtolnay/decimalpoint</li> <li><a href="https://github.com/serde-rs/serde/commit/bef110b92a171ac568a47339f5bd97938a8c9da2"><code>bef110b</code></a> Format Unexpected::Float with decimal point</li> <li><a href="https://github.com/serde-rs/serde/commit/b971ef11d1b53da7673e0c8199e87509c003c1a8"><code>b971ef1</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2681">#2681</a> from dtolnay/workspacedeps</li> <li><a href="https://github.com/serde-rs/serde/commit/29d9f693996d199748136d5561a971ed68626724"><code>29d9f69</code></a> Fix workspace.dependencies default-features future compat warning</li> <li><a href="https://github.com/serde-rs/serde/commit/aecb4083bde754155752f5d7d442b64eb7dc636f"><code>aecb408</code></a> Sort workspace dependencies</li> <li><a href="https://github.com/serde-rs/serde/commit/1c675ab3a38e46df4e62465800970f8b20a2055d"><code>1c675ab</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2678">#2678</a> from rodoufu/workspaceDependencies</li> <li><a href="https://github.com/serde-rs/serde/commit/dd619630a337139424725697ccd9a9f7596a2d3a"><code>dd61963</code></a> Adding workspace dependencies</li> <li><a href="https://github.com/serde-rs/serde/commit/111803ab0768d010c606f2fc0d0add12750d5eef"><code>111803a</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2673">#2673</a> from Sky9x/msrv-badge</li> <li><a href="https://github.com/serde-rs/serde/commit/0024f74f34fbbdc44a7b22457faebe36c5cbe7f8"><code>0024f74</code></a> Use shields.io's MSRV badges</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.111 to 1.0.113 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.113</h2> <ul> <li>Add <code>swap_remove</code> and <code>shift_remove</code> methods on Map (<a href="https://redirect.github.com/serde-rs/json/issues/1109">#1109</a>)</li> </ul> <h2>v1.0.112</h2> <ul> <li>Improve formatting of "invalid type" error messages involving floats (<a href="https://redirect.github.com/serde-rs/json/issues/1107">#1107</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/09d865b34b9701be52764dc9bf571b1a16e9d3dc"><code>09d865b</code></a> Release 1.0.113</li> <li><a href="https://github.com/serde-rs/json/commit/5aeab4eaf69d7959f013f8081865c264d6c00551"><code>5aeab4e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1109">#1109</a> from serde-rs/remove</li> <li><a href="https://github.com/serde-rs/json/commit/ca3c2ca3696cab79b8b279be7569ee1647250f1e"><code>ca3c2ca</code></a> Add swap_remove and shift_remove methods on Map</li> <li><a href="https://github.com/serde-rs/json/commit/7fece969e3b480ec620419d65c2aeb08776bebcb"><code>7fece96</code></a> Release 1.0.112</li> <li><a href="https://github.com/serde-rs/json/commit/6a6d2bbd9e8b8bd72573b863f12a4ec991f33232"><code>6a6d2bb</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1107">#1107</a> from serde-rs/unexpectedfloat</li> <li><a href="https://github.com/serde-rs/json/commit/83d7bad54ba5db3a44198d6df0ff2e81621683fa"><code>83d7bad</code></a> Format f64 in error messages using ryu</li> <li><a href="https://github.com/serde-rs/json/commit/107c2d1c42817f0d71f07a4d5b0ea2f29dbce8b8"><code>107c2d1</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1106">#1106</a> from serde-rs/invalidvalue</li> <li><a href="https://github.com/serde-rs/json/commit/62ca3e4c01c2e62cd5c2a32e9104f386e5ce7808"><code>62ca3e4</code></a> Handle Unexpected::Unit in Error::invalid_value</li> <li><a href="https://github.com/serde-rs/json/commit/296fafb8f32e8442ef8e4d5725c15ffca726b288"><code>296fafb</code></a> Factor out JSON-specific Display impl for serde::de::Unexpected</li> <li><a href="https://github.com/serde-rs/json/commit/e56cc696bd7c112e5dd4ccfa23d094c3a1c1c1ff"><code>e56cc69</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1105">#1105</a> from keienWang/master</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/v1.0.111...v1.0.113">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.4.18 to 4.5.0 <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.5.0] - 2024-02-08</h2> <h3>Compatibility</h3> <ul> <li>Update MSRV to 1.74</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/a751c5fe65cd33cb09e85ff3039b4fd0182cdb6e"><code>a751c5f</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/9ec6c942b81c370a8c14652e42295933244555ac"><code>9ec6c94</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/0735119775c2d27fef6b3c232cb9ef2fcbbd963f"><code>0735119</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c4d3959506f5068f86ffb7ab34b622bd2da40dd8"><code>c4d3959</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5344">#5344</a> from epage/encode</li> <li><a href="https://github.com/clap-rs/clap/commit/f750e577789e1dd34c6950d8c8fe16d1bfd1f49c"><code>f750e57</code></a> fix(lex): Use new-ish OsStr API</li> <li><a href="https://github.com/clap-rs/clap/commit/1d9a554cdfddffcb92d197706b9720e2760cb443"><code>1d9a554</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5343">#5343</a> from epage/msrv</li> <li><a href="https://github.com/clap-rs/clap/commit/4b45d361b1b96eb1f37b7d1db2684203ca828a94"><code>4b45d36</code></a> chore: Update MSRV to 1.74</li> <li><a href="https://github.com/clap-rs/clap/commit/55b1f945157d4d0e480dea6c492e04d0b541088a"><code>55b1f94</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5342">#5342</a> from epage/divan</li> <li><a href="https://github.com/clap-rs/clap/commit/ea77b98da3f321069ae136a241a2d266c2b28bd7"><code>ea77b98</code></a> test(complete): Make it order independent</li> <li><a href="https://github.com/clap-rs/clap/commit/b0fea2bac60819bdb042e10c032817fded67f815"><code>b0fea2b</code></a> test(bench): Switch to divan</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.0">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.48 to 2.0.49 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.49</h2> <ul> <li>Improve error location when parsing from an empty string literal using <code>LitStr::parse</code> (<a href="https://redirect.github.com/dtolnay/syn/issues/1590">#1590</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/e64c0636042bcd8cf56f9e6c3e828a49cb434649"><code>e64c063</code></a> Release 2.0.49</li> <li><a href="https://github.com/dtolnay/syn/commit/981359c5f46f25f3db42d1b341cc607f634688e7"><code>981359c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1590">#1590</a> from dtolnay/streof</li> <li><a href="https://github.com/dtolnay/syn/commit/51298d40a447b9e5b3cd8c898c2ea9d24b31cd6d"><code>51298d4</code></a> Improve error location at eof in LitStr::parse</li> <li><a href="https://github.com/dtolnay/syn/commit/270c63384a9d891f65880a03a5a92f0bf4605bbf"><code>270c633</code></a> Update test suite to nightly-2024-02-13</li> <li><a href="https://github.com/dtolnay/syn/commit/dc9cf16b9b0601d2d393d059c46a8f8e0220cc21"><code>dc9cf16</code></a> Remove FilterAttrs trait when unused</li> <li><a href="https://github.com/dtolnay/syn/commit/7dcfac79eda716fa806d68cc0aa811f3be717dc0"><code>7dcfac7</code></a> Ignore dead_code warning in test</li> <li><a href="https://github.com/dtolnay/syn/commit/98318441089f9a9bb596fc010ed14c3b593d4bda"><code>9831844</code></a> Update signature of Emitter::emit_diagnostic in nightly-2024-02-07</li> <li><a href="https://github.com/dtolnay/syn/commit/9e8033f63da93dfb6a3e698449c6edff5e56727d"><code>9e8033f</code></a> Update test suite to nightly-2024-02-07</li> <li><a href="https://github.com/dtolnay/syn/commit/cb3348cd94be50995054796facdfa055b6e0e9e8"><code>cb3348c</code></a> Update test suite to nightly-2024-01-23</li> <li><a href="https://github.com/dtolnay/syn/commit/15b9dbcd67bc56f3da7d33bbede46f7380fc7164"><code>15b9dbc</code></a> Update test suite to nightly-2024-01-19</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/syn/compare/2.0.48...2.0.49">compare view</a></li> </ul> </details> <br /> Updates `serde_yaml` from 0.9.30 to 0.9.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/serde-yaml/releases">serde_yaml's releases</a>.</em></p> <blockquote> <h2>0.9.31</h2> <ul> <li>Add <code>swap_remove</code> and <code>shift_remove</code> methods on Mapping (<a href="https://redirect.github.com/dtolnay/serde-yaml/issues/408">#408</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/serde-yaml/commit/2a77483b23897115bdd69af32ae34d593268d555"><code>2a77483</code></a> Release 0.9.31</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/d8d1a839cf42ef4627c66bebd743f5fecd24e3ed"><code>d8d1a83</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/serde-yaml/issues/408">#408</a> from dtolnay/remove</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/f8a99a496836ccfa6c547af9136986d13011be98"><code>f8a99a4</code></a> Add swap_remove and shift_remove methods on Mapping</li> <li><a href="https://github.com/dtolnay/serde-yaml/commit/8b26413e3307e39329dc68a96b065058aec38f9a"><code>8b26413</code></a> Work around dead_code warning in tests</li> <li>See full diff in <a href="https://github.com/dtolnay/serde-yaml/compare/0.9.30...0.9.31">compare view</a></li> </ul> </details> <br /> Updates `serde_derive` from 1.0.195 to 1.0.196 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde_derive's releases</a>.</em></p> <blockquote> <h2>v1.0.196</h2> <ul> <li>Improve formatting of "invalid type" error messages involving floats (<a href="https://redirect.github.com/serde-rs/serde/issues/2682">#2682</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/ede9762a583c3cc3b87c10a53551828fad339525"><code>ede9762</code></a> Release 1.0.196</li> <li><a href="https://github.com/serde-rs/serde/commit/d438c2d67bf30e3edab31c2272c4829c12cf4cb5"><code>d438c2d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2682">#2682</a> from dtolnay/decimalpoint</li> <li><a href="https://github.com/serde-rs/serde/commit/bef110b92a171ac568a47339f5bd97938a8c9da2"><code>bef110b</code></a> Format Unexpected::Float with decimal point</li> <li><a href="https://github.com/serde-rs/serde/commit/b971ef11d1b53da7673e0c8199e87509c003c1a8"><code>b971ef1</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2681">#2681</a> from dtolnay/workspacedeps</li> <li><a href="https://github.com/serde-rs/serde/commit/29d9f693996d199748136d5561a971ed68626724"><code>29d9f69</code></a> Fix workspace.dependencies default-features future compat warning</li> <li><a href="https://github.com/serde-rs/serde/commit/aecb4083bde754155752f5d7d442b64eb7dc636f"><code>aecb408</code></a> Sort workspace dependencies</li> <li><a href="https://github.com/serde-rs/serde/commit/1c675ab3a38e46df4e62465800970f8b20a2055d"><code>1c675ab</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2678">#2678</a> from rodoufu/workspaceDependencies</li> <li><a href="https://github.com/serde-rs/serde/commit/dd619630a337139424725697ccd9a9f7596a2d3a"><code>dd61963</code></a> Adding workspace dependencies</li> <li><a href="https://github.com/serde-rs/serde/commit/111803ab0768d010c606f2fc0d0add12750d5eef"><code>111803a</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2673">#2673</a> from Sky9x/msrv-badge</li> <li><a href="https://github.com/serde-rs/serde/commit/0024f74f34fbbdc44a7b22457faebe36c5cbe7f8"><code>0024f74</code></a> Use shields.io's MSRV badges</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196">compare view</a></li> </ul> </details> <br /> 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:
@@ -20,11 +20,11 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
name = "minimal-node"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
futures-timer = "3.0.1"
|
||||
jsonrpsee = { version = "0.22", features = ["server"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
sc-executor = { path = "../../../client/executor" }
|
||||
|
||||
@@ -20,9 +20,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
name = "node-template"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
|
||||
@@ -42,7 +42,7 @@ sp-std = { path = "../../../primitives/std", default-features = false }
|
||||
sp-storage = { path = "../../../primitives/storage", default-features = false }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", default-features = false }
|
||||
sp-version = { path = "../../../primitives/version", default-features = false, features = ["serde"] }
|
||||
serde_json = { version = "1.0.111", default-features = false, features = ["alloc"] }
|
||||
serde_json = { version = "1.0.113", default-features = false, features = ["alloc"] }
|
||||
sp-genesis-builder = { default-features = false, path = "../../../primitives/genesis-builder" }
|
||||
|
||||
# Used for the node template's RPCs
|
||||
|
||||
@@ -16,7 +16,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-testing = { path = "../testing" }
|
||||
@@ -24,8 +24,8 @@ kitchensink-runtime = { path = "../runtime" }
|
||||
sc-client-api = { path = "../../../client/api" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
|
||||
kvdb = "0.13.0"
|
||||
kvdb-rocksdb = "0.19.0"
|
||||
|
||||
@@ -41,9 +41,9 @@ crate-type = ["cdylib", "rlib"]
|
||||
[dependencies]
|
||||
# third-party dependencies
|
||||
array-bytes = "6.1"
|
||||
clap = { version = "4.4.18", features = ["derive"], optional = true }
|
||||
clap = { version = "4.5.0", features = ["derive"], optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
jsonrpsee = { version = "0.22", features = ["server"] }
|
||||
futures = "0.3.21"
|
||||
log = { workspace = true, default-features = true }
|
||||
@@ -116,7 +116,7 @@ sc-cli = { path = "../../../client/cli", optional = true }
|
||||
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true }
|
||||
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
|
||||
try-runtime-cli = { path = "../../../utils/frame/try-runtime/cli", optional = true }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
[dev-dependencies]
|
||||
sc-keystore = { path = "../../../client/keystore" }
|
||||
@@ -159,13 +159,13 @@ sp-consensus-babe = { path = "../../../primitives/consensus/babe" }
|
||||
sp-externalities = { path = "../../../primitives/externalities" }
|
||||
sp-keyring = { path = "../../../primitives/keyring" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
scale-info = { version = "2.10.0", features = ["derive", "serde"] }
|
||||
sp-trie = { path = "../../../primitives/trie" }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.4.18", optional = true }
|
||||
clap = { version = "4.5.0", optional = true }
|
||||
clap_complete = { version = "4.0.2", optional = true }
|
||||
node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
|
||||
frame-benchmarking-cli = { path = "../../../utils/frame/benchmarking-cli", optional = true }
|
||||
|
||||
@@ -15,7 +15,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
thiserror = "1.0"
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
|
||||
@@ -26,7 +26,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
|
||||
static_assertions = "1.1.0"
|
||||
log = { workspace = true }
|
||||
serde_json = { version = "1.0.111", default-features = false, features = ["alloc", "arbitrary_precision"] }
|
||||
serde_json = { version = "1.0.113", default-features = false, features = ["alloc", "arbitrary_precision"] }
|
||||
|
||||
# pallet-asset-conversion: turn on "num-traits" feature
|
||||
primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "num-traits", "scale-info"] }
|
||||
|
||||
@@ -23,8 +23,8 @@ name = "chain-spec-builder"
|
||||
crate-type = ["rlib"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
sc-chain-spec = { path = "../../../client/chain-spec" }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
sp-tracing = { path = "../../../primitives/tracing" }
|
||||
|
||||
@@ -20,5 +20,5 @@ path = "src/main.rs"
|
||||
name = "subkey"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
|
||||
@@ -18,8 +18,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
memmap2 = "0.9.3"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-chain-spec-derive = { path = "derive" }
|
||||
sc-executor = { path = "../executor" }
|
||||
|
||||
@@ -21,4 +21,4 @@ proc-macro = true
|
||||
proc-macro-crate = "3.0.0"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = "2.0.48"
|
||||
syn = "2.0.49"
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
chrono = "0.4.31"
|
||||
clap = { version = "4.4.18", features = ["derive", "string", "wrap_help"] }
|
||||
clap = { version = "4.5.0", features = ["derive", "string", "wrap_help"] }
|
||||
fdlimit = "0.3.0"
|
||||
futures = "0.3.21"
|
||||
itertools = "0.10.3"
|
||||
@@ -29,8 +29,8 @@ parity-scale-codec = "3.6.1"
|
||||
rand = "0.8.5"
|
||||
regex = "1.6.0"
|
||||
rpassword = "7.0.0"
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0.48"
|
||||
bip39 = "2.0.0"
|
||||
tokio = { version = "1.22.0", features = ["parking_lot", "rt-multi-thread", "signal"] }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.22", features = ["client-core", "macros", "server"] }
|
||||
futures = "0.3.21"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-consensus-babe = { path = ".." }
|
||||
sc-consensus-epochs = { path = "../../epochs" }
|
||||
@@ -33,7 +33,7 @@ sp-keystore = { path = "../../../../primitives/keystore" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
tokio = "1.22.0"
|
||||
sc-consensus = { path = "../../common" }
|
||||
sc-keystore = { path = "../../../keystore" }
|
||||
|
||||
@@ -44,7 +44,7 @@ tokio = "1.22.0"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
serde = "1.0.195"
|
||||
serde = "1.0.196"
|
||||
tempfile = "3.1.0"
|
||||
sc-block-builder = { path = "../../block-builder" }
|
||||
sc-network-test = { path = "../../network/test" }
|
||||
|
||||
@@ -17,7 +17,7 @@ futures = "0.3.21"
|
||||
jsonrpsee = { version = "0.22", features = ["client-core", "macros", "server"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-consensus-beefy = { path = ".." }
|
||||
sp-consensus-beefy = { path = "../../../../primitives/consensus/beefy" }
|
||||
@@ -26,7 +26,7 @@ sp-core = { path = "../../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
sc-rpc = { path = "../../../rpc", features = ["test-helpers"] }
|
||||
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
|
||||
@@ -28,7 +28,7 @@ log = { workspace = true, default-features = true }
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0"
|
||||
fork-tree = { path = "../../../utils/fork-tree" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
@@ -57,7 +57,7 @@ sp-runtime = { path = "../../../primitives/runtime" }
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
finality-grandpa = { version = "0.16.2", features = ["derive-codec", "test-helpers"] }
|
||||
serde = "1.0.195"
|
||||
serde = "1.0.196"
|
||||
tokio = "1.22.0"
|
||||
sc-network = { path = "../../network" }
|
||||
sc-network-test = { path = "../../network/test" }
|
||||
|
||||
@@ -18,7 +18,7 @@ futures = "0.3.16"
|
||||
jsonrpsee = { version = "0.22", features = ["client-core", "macros", "server"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-client-api = { path = "../../../api" }
|
||||
sc-consensus-grandpa = { path = ".." }
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0"
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
jsonrpsee = { version = "0.22", features = ["client-core", "macros", "server"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
sp-api = { path = "../../../primitives/api" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
@@ -25,4 +25,4 @@ sp-mmr-primitives = { path = "../../../primitives/merkle-mountain-range" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
@@ -36,8 +36,8 @@ parking_lot = "0.12.1"
|
||||
partial_sort = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.22.0", features = ["macros", "sync"] }
|
||||
|
||||
@@ -18,8 +18,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-mixnet = { path = "../mixnet" }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.22", features = ["server"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
tokio = { version = "1.22.0", features = ["parking_lot"] }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
|
||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||
|
||||
@@ -44,7 +44,7 @@ futures-util = { version = "0.3.30", default-features = false }
|
||||
rand = "0.8.5"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
substrate-test-runtime = { path = "../../test-utils/runtime" }
|
||||
|
||||
@@ -21,7 +21,7 @@ futures = "0.3.21"
|
||||
jsonrpsee = { version = "0.22", features = ["server"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -37,8 +37,8 @@ log = { workspace = true, default-features = true }
|
||||
futures-timer = "3.0.1"
|
||||
exit-future = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-trie = { path = "../../primitives/trie" }
|
||||
|
||||
@@ -12,7 +12,7 @@ homepage = "https://substrate.io"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive", "string"] }
|
||||
clap = { version = "4.5.0", features = ["derive", "string"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
fs4 = "0.7.0"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
|
||||
@@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
jsonrpsee = { version = "0.22", features = ["client-core", "macros", "server"] }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0.48"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -24,8 +24,8 @@ rand = "0.8.5"
|
||||
rand_pcg = "0.3.1"
|
||||
derive_more = "0.99"
|
||||
regex = "1"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-crypto-hashing = { path = "../../primitives/crypto/hashing" }
|
||||
|
||||
@@ -25,7 +25,7 @@ parking_lot = "0.12.1"
|
||||
pin-project = "1.0.12"
|
||||
sc-utils = { path = "../utils" }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0.48"
|
||||
wasm-timer = "0.2.5"
|
||||
|
||||
@@ -26,7 +26,7 @@ log = { workspace = true, default-features = true }
|
||||
parking_lot = "0.12.1"
|
||||
regex = "1.6.0"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = "1.0.195"
|
||||
serde = "1.0.196"
|
||||
thiserror = "1.0.48"
|
||||
tracing = "0.1.29"
|
||||
tracing-log = "0.1.3"
|
||||
|
||||
@@ -21,4 +21,4 @@ proc-macro = true
|
||||
proc-macro-crate = "3.0.0"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = { version = "1.0.28", features = ["proc-macro"] }
|
||||
syn = { version = "2.0.48", features = ["extra-traits", "full", "parsing", "proc-macro"] }
|
||||
syn = { version = "2.0.49", features = ["extra-traits", "full", "parsing", "proc-macro"] }
|
||||
|
||||
@@ -23,7 +23,7 @@ futures-timer = "3.0.2"
|
||||
linked-hash-map = "0.5.4"
|
||||
log = { workspace = true, default-features = true }
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
thiserror = "1.0.48"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -16,11 +16,11 @@ async-trait = "0.1.74"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
log = { workspace = true, default-features = true }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
thiserror = "1.0.48"
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-core = { path = "../../../primitives/core", default-features = false }
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
@@ -16,7 +16,7 @@ array-bytes = { version = "6.1", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
binary-merkle-tree = { path = "../../utils/binary-merkle-tree", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -15,7 +15,7 @@ workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-authorship = { path = "../authorship", default-features = false }
|
||||
|
||||
@@ -21,7 +21,7 @@ linregress = { version = "0.5.1", optional = true }
|
||||
log = { workspace = true }
|
||||
paste = "1.0"
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-support-procedural = { path = "../support/procedural", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -20,4 +20,4 @@ proc-macro = true
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["full"] }
|
||||
syn = { version = "2.0.49", features = ["full"] }
|
||||
|
||||
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
"max-encoded-len",
|
||||
] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"], optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
"derive",
|
||||
] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"], optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "2.0.48", features = ["full", "visit"] }
|
||||
syn = { version = "2.0.49", features = ["full", "visit"] }
|
||||
quote = "1.0.28"
|
||||
proc-macro2 = "1.0.56"
|
||||
proc-macro-crate = "3.0.0"
|
||||
|
||||
@@ -16,7 +16,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
honggfuzz = "0.5"
|
||||
rand = { version = "0.8", features = ["small_rng", "std"] }
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ workspace = true
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true, features = ["derive"] }
|
||||
serde = { version = "1.0.196", optional = true, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
environmental = { version = "1.1.4", default-features = false }
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ frame-support = { default-features = false, path = "../support" }
|
||||
frame-system = { default-features = false, path = "../system" }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
|
||||
sp-application-crypto = { default-features = false, path = "../../primitives/application-crypto" }
|
||||
sp-arithmetic = { default-features = false, path = "../../primitives/arithmetic" }
|
||||
sp-io = { default-features = false, path = "../../primitives/io" }
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-balances = { path = "../balances", default-features = false }
|
||||
|
||||
@@ -11,7 +11,7 @@ edition.workspace = true
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["max-encoded-len"] }
|
||||
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
|
||||
paste = { version = "1.0.14", default-features = false }
|
||||
serde = { version = "1.0.188", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"], optional = true }
|
||||
docify = "0.2.5"
|
||||
|
||||
frame-support = { path = "../support", default-features = false, features = ["experimental"] }
|
||||
|
||||
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
"derive",
|
||||
] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"], optional = true }
|
||||
sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -16,7 +16,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = [
|
||||
"derive",
|
||||
] }
|
||||
|
||||
@@ -21,7 +21,7 @@ proc-macro = true
|
||||
proc-macro-crate = "3.0.0"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["full", "visit"] }
|
||||
syn = { version = "2.0.49", features = ["full", "visit"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
thousands = { version = "0.2.0", optional = true }
|
||||
zstd = { version = "0.12.4", default-features = false, optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
array-bytes = { version = "6.1", default-features = false }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] }
|
||||
@@ -46,7 +46,7 @@ sp-crypto-hashing-proc-macro = { path = "../../primitives/crypto/hashing/proc-ma
|
||||
k256 = { version = "0.13.1", default-features = false, features = ["ecdsa"] }
|
||||
environmental = { version = "1.1.4", default-features = false }
|
||||
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false }
|
||||
serde_json = { version = "1.0.111", default-features = false, features = ["alloc"] }
|
||||
serde_json = { version = "1.0.113", default-features = false, features = ["alloc"] }
|
||||
docify = "0.2.7"
|
||||
static_assertions = "1.1.0"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ cfg-expr = "0.15.5"
|
||||
itertools = "0.10.3"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["full", "visit-mut"] }
|
||||
syn = { version = "2.0.49", features = ["full", "visit-mut"] }
|
||||
frame-support-procedural-tools = { path = "tools" }
|
||||
macro_magic = { version = "0.5.0", features = ["proc_support"] }
|
||||
proc-macro-warning = { version = "1.0.0", default-features = false }
|
||||
|
||||
@@ -18,5 +18,5 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
proc-macro-crate = "3.0.0"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["extra-traits", "full", "visit"] }
|
||||
syn = { version = "2.0.49", features = ["extra-traits", "full", "visit"] }
|
||||
frame-support-procedural-tools-derive = { path = "derive" }
|
||||
|
||||
@@ -20,4 +20,4 @@ proc-macro = true
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = { version = "1.0.28", features = ["proc-macro"] }
|
||||
syn = { version = "2.0.48", features = ["extra-traits", "full", "parsing", "proc-macro"] }
|
||||
syn = { version = "2.0.49", features = ["extra-traits", "full", "parsing", "proc-macro"] }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
static_assertions = "1.1.0"
|
||||
serde = { version = "1.0.195", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
frame-metadata = { version = "16.0.0", default-features = false, features = ["current"] }
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
|
||||
frame-support = { path = "../..", default-features = false }
|
||||
frame-system = { path = "../../../system", default-features = false }
|
||||
sp-runtime = { path = "../../../../primitives/runtime", default-features = false }
|
||||
|
||||
@@ -20,7 +20,7 @@ cfg-if = "1.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive", "serde"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"] }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false, features = ["serde"] }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"], optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
"derive",
|
||||
] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
@@ -29,7 +29,7 @@ sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
pallet-balances = { path = "../balances" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -30,10 +30,10 @@ frame-benchmarking = { path = "../../benchmarking", default-features = false, op
|
||||
# Other dependencies
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
sp-storage = { path = "../../../primitives/storage", default-features = false }
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
array-bytes = { version = "6.1", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", optional = true }
|
||||
serde = { version = "1.0.196", optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -23,7 +23,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
docify = "0.2.7"
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", features = ["derive"], optional = true }
|
||||
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
|
||||
@@ -20,7 +20,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
syn = { version = "2.0.49", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
proc-macro2 = "1.0.56"
|
||||
blake2 = { version = "0.10.4", default-features = false }
|
||||
proc-macro-crate = "3.0.0"
|
||||
|
||||
@@ -21,7 +21,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, optional = true, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, optional = true, features = ["alloc", "derive"] }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-io = { path = "../io", default-features = false }
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
integer-sqrt = "0.1.2"
|
||||
num-traits = { version = "0.2.17", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
static_assertions = "1.1.0"
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
async-trait = { version = "0.1.74", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
sp-api = { path = "../../api", default-features = false }
|
||||
sp-application-crypto = { path = "../../application-crypto", default-features = false }
|
||||
sp-consensus-slots = { path = "../slots", default-features = false }
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, optional = true, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, optional = true, features = ["alloc", "derive"] }
|
||||
sp-api = { path = "../../api", default-features = false }
|
||||
sp-application-crypto = { path = "../../application-crypto", default-features = false }
|
||||
sp-core = { path = "../../core", default-features = false }
|
||||
|
||||
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
grandpa = { package = "finality-grandpa", version = "0.16.2", default-features = false, features = ["derive-codec"] }
|
||||
log = { workspace = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", features = ["alloc", "derive"], default-features = false, optional = true }
|
||||
serde = { version = "1.0.196", features = ["alloc", "derive"], default-features = false, optional = true }
|
||||
sp-api = { path = "../../api", default-features = false }
|
||||
sp-application-crypto = { path = "../../application-crypto", default-features = false }
|
||||
sp-core = { path = "../../core", default-features = false }
|
||||
|
||||
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
scale-codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["derive"], optional = true }
|
||||
sp-api = { path = "../../api", default-features = false }
|
||||
sp-application-crypto = { path = "../../application-crypto", default-features = false, features = ["bandersnatch-experimental"] }
|
||||
sp-consensus-slots = { path = "../slots", default-features = false }
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
serde = { version = "1.0.195", optional = true, default-features = false, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", optional = true, default-features = false, features = ["alloc", "derive"] }
|
||||
bounded-collections = { version = "0.2.0", default-features = false }
|
||||
primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "scale-info"] }
|
||||
impl-serde = { version = "0.4.0", default-features = false, optional = true }
|
||||
@@ -63,7 +63,7 @@ bandersnatch_vrfs = { git = "https://github.com/w3f/ring-vrf", rev = "e9782f9",
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.6.0"
|
||||
|
||||
|
||||
@@ -20,5 +20,5 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["full", "parsing"] }
|
||||
syn = { version = "2.0.49", features = ["full", "parsing"] }
|
||||
sp-crypto-hashing = { path = "..", default-features = false }
|
||||
|
||||
@@ -20,7 +20,7 @@ proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.28"
|
||||
syn = "2.0.48"
|
||||
syn = "2.0.49"
|
||||
proc-macro2 = "1.0.56"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-api = { path = "../api", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
serde_json = { version = "1.0.111", default-features = false, features = ["alloc", "arbitrary_precision"] }
|
||||
serde_json = { version = "1.0.113", default-features = false, features = ["alloc", "arbitrary_precision"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -19,7 +19,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
log = { workspace = true }
|
||||
mmr-lib = { package = "ckb-merkle-mountain-range", version = "0.5.2", default-features = false }
|
||||
serde = { version = "1.0.195", features = ["alloc", "derive"], default-features = false, optional = true }
|
||||
serde = { version = "1.0.196", features = ["alloc", "derive"], default-features = false, optional = true }
|
||||
sp-api = { path = "../api", default-features = false }
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
sp-debug-derive = { path = "../debug-derive", default-features = false }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
sp-arithmetic = { path = "../arithmetic", default-features = false }
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
|
||||
@@ -17,7 +17,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
honggfuzz = "0.5"
|
||||
rand = { version = "0.8", features = ["small_rng", "std"] }
|
||||
sp-npos-elections = { path = ".." }
|
||||
|
||||
@@ -17,8 +17,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde = { version = "1.0.196", features = ["derive"] }
|
||||
sp-core = { path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
@@ -24,4 +24,4 @@ proc-macro-crate = "3.0.0"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
expander = "2.0.0"
|
||||
syn = { version = "2.0.48", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
syn = { version = "2.0.49", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
|
||||
@@ -25,7 +25,7 @@ log = { workspace = true }
|
||||
paste = "1.0"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
sp-application-crypto = { path = "../application-crypto", default-features = false }
|
||||
sp-arithmetic = { path = "../arithmetic", default-features = false }
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
@@ -38,7 +38,7 @@ simple-mermaid = { version = "0.1.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
sp-api = { path = "../api" }
|
||||
sp-state-machine = { path = "../state-machine" }
|
||||
|
||||
@@ -16,7 +16,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
|
||||
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
impl-serde = { version = "0.4.0", optional = true, default-features = false }
|
||||
ref-cast = "1.0.0"
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
sp-debug-derive = { path = "../debug-derive", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["derive"], optional = true }
|
||||
sp-application-crypto = { path = "../application-crypto", default-features = false }
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
|
||||
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
impl-serde = { version = "0.4.0", default-features = false, optional = true }
|
||||
parity-wasm = { version = "0.45", optional = true }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
serde = { version = "1.0.196", default-features = false, features = ["alloc", "derive"], optional = true }
|
||||
thiserror = { version = "1.0.48", optional = true }
|
||||
sp-crypto-hashing-proc-macro = { path = "../crypto/hashing/proc-macro" }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
|
||||
@@ -22,7 +22,7 @@ proc-macro = true
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.48", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
syn = { version = "2.0.49", features = ["extra-traits", "fold", "full", "visit"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-version = { path = ".." }
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
bounded-collections = { version = "0.2.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.195", default-features = false, optional = true, features = ["alloc", "derive"] }
|
||||
serde = { version = "1.0.196", default-features = false, optional = true, features = ["alloc", "derive"] }
|
||||
smallvec = "1.11.0"
|
||||
sp-arithmetic = { path = "../arithmetic", default-features = false }
|
||||
sp-debug-derive = { path = "../debug-derive", default-features = false }
|
||||
|
||||
@@ -14,7 +14,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
flate2 = "1.0"
|
||||
fs_extra = "1.3"
|
||||
glob = "0.3"
|
||||
|
||||
@@ -20,8 +20,8 @@ array-bytes = "6.1"
|
||||
async-trait = "0.1.74"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
sc-client-api = { path = "../../client/api" }
|
||||
sc-client-db = { path = "../../client/db", default-features = false, features = [
|
||||
"test-helpers",
|
||||
|
||||
@@ -62,8 +62,8 @@ sc-executor-common = { path = "../../client/executor/common" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
substrate-test-runtime-client = { path = "client" }
|
||||
sp-tracing = { path = "../../primitives/tracing" }
|
||||
serde = { version = "1.0.195", features = ["alloc", "derive"], default-features = false }
|
||||
serde_json = { version = "1.0.111", default-features = false, features = ["alloc"] }
|
||||
serde = { version = "1.0.196", features = ["alloc", "derive"], default-features = false }
|
||||
serde_json = { version = "1.0.113", default-features = false, features = ["alloc"] }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { path = "../../utils/wasm-builder", optional = true }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
chrono = "0.4"
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
comfy-table = { version = "7.1.0", default-features = false }
|
||||
handlebars = "4.2.2"
|
||||
@@ -29,8 +29,8 @@ linked-hash-map = "0.5.4"
|
||||
log = { workspace = true, default-features = true }
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
rand_pcg = "0.3.1"
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
thiserror = "1.0.48"
|
||||
thousands = "0.2.0"
|
||||
frame-benchmarking = { path = "../../../frame/benchmarking" }
|
||||
|
||||
@@ -14,7 +14,7 @@ readme = "README.md"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
frame-support = { path = "../../../frame/support" }
|
||||
frame-system = { path = "../../../frame/system" }
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
|
||||
@@ -17,4 +17,4 @@ kitchensink-runtime = { path = "../../../../bin/node/runtime" }
|
||||
generate-bags = { path = ".." }
|
||||
|
||||
# third-party
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
|
||||
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
jsonrpsee = { version = "0.22", features = ["http-client"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
log = { workspace = true, default-features = true }
|
||||
serde = "1.0.195"
|
||||
serde = "1.0.196"
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-crypto-hashing = { path = "../../../primitives/crypto/hashing" }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||
|
||||
@@ -32,4 +32,4 @@ sc-rpc-api = { path = "../../../../client/rpc-api" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.113"
|
||||
|
||||
@@ -38,12 +38,12 @@ frame-try-runtime = { path = "../../../../frame/try-runtime", optional = true }
|
||||
substrate-rpc-client = { path = "../../rpc/client" }
|
||||
|
||||
async-trait = "0.1.74"
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
clap = { version = "4.5.0", features = ["derive"] }
|
||||
hex = { version = "0.4.3", default-features = false }
|
||||
log = { workspace = true, default-features = true }
|
||||
parity-scale-codec = "3.6.1"
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
zstd = { version = "0.12.4", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user