From cab52dc1f46944d33e31276df9375a8914be586d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 10:22:00 +0000 Subject: [PATCH] Bump tempfile from 3.5.0 to 3.6.0 (#2698) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cumulus/Cargo.lock | 482 ++++++++++++++------------ cumulus/polkadot-parachain/Cargo.toml | 2 +- cumulus/test/service/Cargo.toml | 2 +- 3 files changed, 262 insertions(+), 224 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index fc3bcdccca..b1220305d5 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "hash-db", "log", @@ -3872,13 +3872,13 @@ dependencies = [ [[package]] name = "errno" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" +checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" dependencies = [ "errno-dragonfly", "libc", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -4151,7 +4151,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", ] @@ -4174,7 +4174,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-support-procedural", @@ -4199,7 +4199,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -4246,7 +4246,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4257,7 +4257,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4274,7 +4274,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -4303,7 +4303,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-recursion", "futures", @@ -4324,7 +4324,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "bitflags", "environmental", @@ -4359,7 +4359,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "Inflector", "cfg-expr", @@ -4376,7 +4376,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4388,7 +4388,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro2", "quote", @@ -4398,7 +4398,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "cfg-if", "frame-support", @@ -4417,7 +4417,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -4432,7 +4432,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "sp-api", @@ -4441,7 +4441,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "parity-scale-codec", @@ -5282,12 +5282,13 @@ checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" [[package]] name = "io-lifetimes" -version = "1.0.2" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e394faa0efb47f9f227f1cd89978f854542b318a6f64fa695489c9c993056656" +checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ + "hermit-abi 0.3.1", "libc", - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] @@ -5321,8 +5322,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" dependencies = [ "hermit-abi 0.3.1", - "io-lifetimes 1.0.2", - "rustix 0.37.3", + "io-lifetimes 1.0.11", + "rustix 0.37.19", "windows-sys 0.48.0", ] @@ -5688,9 +5689,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.139" +version = "0.2.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" +checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" [[package]] name = "libloading" @@ -6260,9 +6261,9 @@ checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" [[package]] name = "linux-raw-sys" -version = "0.3.0" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" +checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "lock_api" @@ -6346,9 +6347,9 @@ dependencies = [ [[package]] name = "macro_magic" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e7c1b5ffe892e88b288611ccf55f9c4f4e43214aea6f7f80f0c2c53c85e68e" +checksum = "0a2d6d7fe4741b5621cf7c8048e472933877c7ea870cbf1420da55ea9f3bb08c" dependencies = [ "macro_magic_core", "macro_magic_macros", @@ -6358,9 +6359,9 @@ dependencies = [ [[package]] name = "macro_magic_core" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e812c59de90e5d50405131c676dad7d239de39ccc975620c72d467c70138851" +checksum = "3005604258419767cacc5989c2dd75263f8b33773dd680734f598eb88baf5370" dependencies = [ "derive-syn-parse", "macro_magic_core_macros", @@ -6371,9 +6372,9 @@ dependencies = [ [[package]] name = "macro_magic_core_macros" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b1906fa06ee8c02b24595e121be94e0036cb64f9dce5e587edd1e823c87c94" +checksum = "de6267819c9042df1a9e62ca279e5a34254ad5dfdcb13ff988f560d75576e8b4" dependencies = [ "proc-macro2", "quote", @@ -6382,9 +6383,9 @@ dependencies = [ [[package]] name = "macro_magic_macros" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49e8939ee52e99672a887d8ee13776d0f54262c058ce7e911185fed8e43e3a59" +checksum = "dc7176ac15ab2ed7f335e2398f729b9562dae0c233705bc1e1e3acd8452d403d" dependencies = [ "macro_magic_core", "quote", @@ -6559,7 +6560,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "log", @@ -6578,7 +6579,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "anyhow", "jsonrpsee", @@ -7082,7 +7083,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "frame-benchmarking", @@ -7103,7 +7104,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7121,7 +7122,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7136,7 +7137,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7152,7 +7153,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7168,7 +7169,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7182,7 +7183,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7206,7 +7207,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7226,7 +7227,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7241,7 +7242,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7260,7 +7261,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -7284,7 +7285,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7390,7 +7391,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7434,7 +7435,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7451,7 +7452,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "bitflags", "environmental", @@ -7481,7 +7482,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "bitflags", "parity-scale-codec", @@ -7494,7 +7495,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro2", "quote", @@ -7504,7 +7505,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7518,10 +7519,28 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-core-fellowship" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7539,7 +7558,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7562,7 +7581,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7575,7 +7594,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7593,7 +7612,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "docify", "frame-benchmarking", @@ -7612,7 +7631,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "blake2", "frame-benchmarking", @@ -7630,7 +7649,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7653,7 +7672,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7669,7 +7688,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7689,7 +7708,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7706,7 +7725,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7720,7 +7739,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7737,7 +7756,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7756,7 +7775,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7773,7 +7792,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7789,7 +7808,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7806,7 +7825,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7824,7 +7843,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "pallet-nfts", @@ -7835,7 +7854,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7851,7 +7870,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7868,7 +7887,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7888,7 +7907,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -7899,7 +7918,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -7916,7 +7935,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7955,7 +7974,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7972,7 +7991,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -7987,7 +8006,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8005,7 +8024,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8020,7 +8039,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8036,10 +8055,28 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-salary" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8056,7 +8093,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -8077,7 +8114,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8093,7 +8130,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -8107,7 +8144,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8130,7 +8167,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8141,7 +8178,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "log", "sp-arithmetic", @@ -8150,7 +8187,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "sp-api", @@ -8159,7 +8196,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8176,7 +8213,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8191,7 +8228,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8209,7 +8246,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8228,7 +8265,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-support", "frame-system", @@ -8244,7 +8281,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8260,7 +8297,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8272,7 +8309,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8289,7 +8326,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8304,7 +8341,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8320,7 +8357,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -8335,7 +8372,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-benchmarking", "frame-support", @@ -11379,7 +11416,7 @@ checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" dependencies = [ "bitflags", "errno 0.2.8", - "io-lifetimes 1.0.2", + "io-lifetimes 1.0.11", "libc", "linux-raw-sys 0.1.3", "windows-sys 0.42.0", @@ -11387,16 +11424,16 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.3" +version = "0.37.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" +checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" dependencies = [ "bitflags", - "errno 0.3.0", - "io-lifetimes 1.0.2", + "errno 0.3.1", + "io-lifetimes 1.0.11", "libc", - "linux-raw-sys 0.3.0", - "windows-sys 0.45.0", + "linux-raw-sys 0.3.8", + "windows-sys 0.48.0", ] [[package]] @@ -11498,7 +11535,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "log", "sp-core", @@ -11509,7 +11546,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -11538,7 +11575,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "futures-timer", @@ -11561,7 +11598,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11576,7 +11613,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11595,7 +11632,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11606,7 +11643,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11646,7 +11683,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "fnv", "futures", @@ -11673,7 +11710,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "hash-db", "kvdb", @@ -11699,7 +11736,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -11724,7 +11761,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -11753,7 +11790,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "fork-tree", @@ -11789,7 +11826,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "jsonrpsee", @@ -11811,7 +11848,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -11847,7 +11884,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "jsonrpsee", @@ -11866,7 +11903,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11879,7 +11916,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ahash 0.8.2", "array-bytes 4.2.0", @@ -11919,7 +11956,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "finality-grandpa", "futures", @@ -11939,7 +11976,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -11962,7 +11999,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -11984,7 +12021,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -11996,7 +12033,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "anyhow", "cfg-if", @@ -12014,7 +12051,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ansi_term", "futures", @@ -12030,7 +12067,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -12044,7 +12081,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12090,7 +12127,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-channel", "cid", @@ -12111,7 +12148,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12138,7 +12175,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ahash 0.8.2", "futures", @@ -12156,7 +12193,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12178,7 +12215,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12212,7 +12249,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12230,7 +12267,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -12260,7 +12297,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12269,7 +12306,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "jsonrpsee", @@ -12300,7 +12337,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12319,7 +12356,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "http", "jsonrpsee", @@ -12334,7 +12371,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12360,7 +12397,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "directories", @@ -12426,7 +12463,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "log", "parity-scale-codec", @@ -12437,7 +12474,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "clap", "fs4", @@ -12453,7 +12490,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12472,7 +12509,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "libc", @@ -12491,7 +12528,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "chrono", "futures", @@ -12510,7 +12547,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ansi_term", "atty", @@ -12541,7 +12578,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12552,7 +12589,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -12578,7 +12615,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -12594,7 +12631,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-channel", "futures", @@ -13152,7 +13189,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "hash-db", "log", @@ -13172,7 +13209,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "Inflector", "blake2", @@ -13186,7 +13223,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -13199,7 +13236,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "integer-sqrt", "num-traits", @@ -13213,7 +13250,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -13226,7 +13263,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "sp-api", @@ -13238,7 +13275,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "log", @@ -13256,7 +13293,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures", @@ -13271,7 +13308,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "parity-scale-codec", @@ -13289,7 +13326,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "parity-scale-codec", @@ -13310,7 +13347,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13329,7 +13366,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "finality-grandpa", "log", @@ -13347,7 +13384,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -13359,7 +13396,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "bitflags", @@ -13403,7 +13440,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "blake2b_simd", "byteorder", @@ -13417,7 +13454,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro2", "quote", @@ -13428,7 +13465,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13437,7 +13474,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro2", "quote", @@ -13447,7 +13484,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "environmental", "parity-scale-codec", @@ -13458,7 +13495,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13473,7 +13510,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "bytes", "ed25519", @@ -13499,7 +13536,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "lazy_static", "sp-core", @@ -13510,7 +13547,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "parity-scale-codec", @@ -13524,7 +13561,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -13533,7 +13570,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13544,7 +13581,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13562,7 +13599,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -13576,7 +13613,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "sp-api", "sp-core", @@ -13586,7 +13623,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "backtrace", "lazy_static", @@ -13596,7 +13633,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "rustc-hash", "serde", @@ -13606,7 +13643,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "either", "hash256-std-hasher", @@ -13628,7 +13665,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13646,7 +13683,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "Inflector", "proc-macro-crate", @@ -13658,7 +13695,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -13672,7 +13709,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -13685,7 +13722,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "hash-db", "log", @@ -13705,7 +13742,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "log", "parity-scale-codec", @@ -13723,12 +13760,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13741,7 +13778,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "futures-timer", @@ -13756,7 +13793,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "sp-std", @@ -13768,7 +13805,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "sp-api", "sp-runtime", @@ -13777,7 +13814,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "log", @@ -13793,7 +13830,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ahash 0.8.2", "hash-db", @@ -13816,7 +13853,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13833,7 +13870,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13844,7 +13881,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13857,7 +13894,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "parity-scale-codec", "scale-info", @@ -14055,7 +14092,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "platforms", ] @@ -14063,7 +14100,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14082,7 +14119,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "hyper", "log", @@ -14094,7 +14131,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "jsonrpsee", @@ -14107,7 +14144,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "jsonrpsee", "log", @@ -14126,7 +14163,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -14152,7 +14189,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "futures", "substrate-test-utils-derive", @@ -14162,7 +14199,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -14173,7 +14210,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "ansi_term", "build-helper", @@ -14272,15 +14309,16 @@ checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" [[package]] name = "tempfile" -version = "3.5.0" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" dependencies = [ + "autocfg", "cfg-if", "fastrand", "redox_syscall 0.3.5", - "rustix 0.37.3", - "windows-sys 0.45.0", + "rustix 0.37.19", + "windows-sys 0.48.0", ] [[package]] @@ -14833,7 +14871,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31b57a1884b00ed979ba85343e308ed73756cb41" +source = "git+https://github.com/paritytech/substrate?branch=master#55bb6298e74d86be12732fd0f120185ee8fbfe97" dependencies = [ "async-trait", "clap", diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 2f643b875f..3c23c58273 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -96,7 +96,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate" [dev-dependencies] assert_cmd = "2.0" nix = { version = "0.26.1", features = ["signal"] } -tempfile = "3.5.0" +tempfile = "3.6.0" tokio = { version = "1.28.2", features = ["macros", "time", "parking_lot"] } wait-timeout = "0.2" # purge_chain_works works with rococo-local and needs to allow this diff --git a/cumulus/test/service/Cargo.toml b/cumulus/test/service/Cargo.toml index 9aecf3a922..f20f008cc6 100644 --- a/cumulus/test/service/Cargo.toml +++ b/cumulus/test/service/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] } tokio = { version = "1.28.2", features = ["macros"] } tracing = "0.1.37" url = "2.4.0" -tempfile = "3.5.0" +tempfile = "3.6.0" # Substrate frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }