From 5485848f89e2f66e2fd81e98f2f207f5e2e3f99e Mon Sep 17 00:00:00 2001 From: Dmitry Markin Date: Tue, 28 Feb 2023 14:36:00 +0200 Subject: [PATCH 1/2] Bump `crossbeam-utils` 0.8.9 -> 0.8.14 --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8df8a174f9c..ee1dbc5e4b1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1357,12 +1357,11 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.9" +version = "0.8.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff1f980957787286a554052d03c7aee98d99cc32e09f6d45f0a814133c87978" +checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" dependencies = [ "cfg-if", - "once_cell", ] [[package]] From 7d6b051735df458a54b9011cfaf6e144de00b672 Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Wed, 1 Mar 2023 09:55:26 +0000 Subject: [PATCH 2/2] update lockfile for {"substrate"} --- Cargo.lock | 399 ++++++++++++++++++++++++++++------------------------- 1 file changed, 211 insertions(+), 188 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da806fcead00..46f3c5b1b6b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,13 +323,24 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" +[[package]] +name = "async-channel" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +dependencies = [ + "concurrent-queue 2.1.0", + "event-listener", + "futures-core", +] + [[package]] name = "async-io" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b" dependencies = [ - "concurrent-queue", + "concurrent-queue 1.2.2", "futures-lite", "libc", "log", @@ -455,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "hash-db", "log", @@ -1024,6 +1035,15 @@ dependencies = [ "cache-padded", ] +[[package]] +name = "concurrent-queue" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" +dependencies = [ + "crossbeam-utils", +] + [[package]] name = "const-oid" version = "0.9.0" @@ -2256,7 +2276,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", ] @@ -2279,7 +2299,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-support-procedural", @@ -2304,7 +2324,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "Inflector", "array-bytes", @@ -2351,7 +2371,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2362,7 +2382,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2379,7 +2399,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -2408,7 +2428,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "log", @@ -2424,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "bitflags", "environmental", @@ -2457,7 +2477,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "Inflector", "cfg-expr", @@ -2472,7 +2492,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2484,7 +2504,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro2", "quote", @@ -2494,7 +2514,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -2518,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -2529,7 +2549,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "log", @@ -2547,7 +2567,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -2562,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "sp-api", @@ -2571,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "parity-scale-codec", @@ -2753,7 +2773,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "chrono", "frame-election-provider-support", @@ -4532,7 +4552,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "log", @@ -4551,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "anyhow", "jsonrpsee", @@ -5113,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5128,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5144,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5158,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5182,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5202,7 +5222,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5221,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5236,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5255,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5279,7 +5299,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5297,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5316,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5333,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5350,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5368,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5391,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5404,7 +5424,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5422,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5440,7 +5460,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5463,7 +5483,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5479,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5499,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5516,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5533,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5550,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5566,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5582,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5599,7 +5619,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5619,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5630,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5647,7 +5667,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5671,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5688,7 +5708,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5703,7 +5723,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5721,7 +5741,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5736,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5755,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5772,7 +5792,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5793,7 +5813,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5809,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5823,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5846,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5857,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "log", "sp-arithmetic", @@ -5866,7 +5886,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "sp-api", @@ -5875,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5892,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5906,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5924,7 +5944,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -5943,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-support", "frame-system", @@ -5959,7 +5979,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5975,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5987,7 +6007,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6004,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6019,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6035,7 +6055,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6050,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-benchmarking", "frame-support", @@ -8978,7 +8998,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "log", "sp-core", @@ -8989,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -9016,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "futures-timer", @@ -9039,7 +9059,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9049,28 +9069,31 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-state-machine", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "memmap2", "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", "sc-network-common", "sc-telemetry", "serde", "serde_json", + "sp-blockchain", "sp-core", "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9081,7 +9104,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "chrono", @@ -9121,7 +9144,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "fnv", "futures", @@ -9147,7 +9170,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "hash-db", "kvdb", @@ -9173,7 +9196,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -9198,7 +9221,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "fork-tree", @@ -9237,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "jsonrpsee", @@ -9259,7 +9282,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "async-trait", @@ -9293,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "jsonrpsee", @@ -9312,7 +9335,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9325,7 +9348,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9365,7 +9388,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "finality-grandpa", "futures", @@ -9385,7 +9408,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -9408,7 +9431,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9432,7 +9455,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9445,7 +9468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "log", "sc-allocator", @@ -9458,7 +9481,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "anyhow", "cfg-if", @@ -9476,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ansi_term", "futures", @@ -9491,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "async-trait", @@ -9506,12 +9529,12 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", + "async-channel", "async-trait", "asynchronous-codec", - "backtrace", "bytes", "either", "fnv", @@ -9549,7 +9572,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "cid", "futures", @@ -9568,7 +9591,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "bitflags", @@ -9594,7 +9617,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ahash 0.8.2", "futures", @@ -9612,7 +9635,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "futures", @@ -9633,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "async-trait", @@ -9665,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "futures", @@ -9684,7 +9707,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "bytes", @@ -9714,7 +9737,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "libp2p", @@ -9727,7 +9750,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9736,7 +9759,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "jsonrpsee", @@ -9766,7 +9789,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9785,7 +9808,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "http", "jsonrpsee", @@ -9800,7 +9823,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "futures", @@ -9826,7 +9849,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "directories", @@ -9892,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "log", "parity-scale-codec", @@ -9903,7 +9926,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "clap 4.0.15", "fs4", @@ -9919,7 +9942,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9938,7 +9961,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "libc", @@ -9957,7 +9980,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "chrono", "futures", @@ -9976,7 +9999,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ansi_term", "atty", @@ -10007,7 +10030,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10018,7 +10041,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -10045,7 +10068,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -10059,7 +10082,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "backtrace", "futures", @@ -10567,7 +10590,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "hash-db", "log", @@ -10585,7 +10608,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "blake2", "proc-macro-crate", @@ -10597,7 +10620,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10610,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "integer-sqrt", "num-traits", @@ -10624,7 +10647,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10637,7 +10660,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "sp-api", @@ -10649,7 +10672,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "log", @@ -10667,7 +10690,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -10685,7 +10708,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "parity-scale-codec", @@ -10703,7 +10726,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "merlin", @@ -10726,7 +10749,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10745,7 +10768,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "finality-grandpa", "log", @@ -10763,7 +10786,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10775,7 +10798,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10788,7 +10811,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "base58", @@ -10831,7 +10854,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "blake2", "byteorder", @@ -10845,7 +10868,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro2", "quote", @@ -10856,7 +10879,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10865,7 +10888,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro2", "quote", @@ -10875,7 +10898,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "environmental", "parity-scale-codec", @@ -10886,7 +10909,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10901,7 +10924,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "bytes", "ed25519", @@ -10926,7 +10949,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "lazy_static", "sp-core", @@ -10937,7 +10960,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures", @@ -10954,7 +10977,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "thiserror", "zstd", @@ -10963,7 +10986,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10981,7 +11004,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -10995,7 +11018,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "sp-api", "sp-core", @@ -11005,7 +11028,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "backtrace", "lazy_static", @@ -11015,7 +11038,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "rustc-hash", "serde", @@ -11025,7 +11048,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "either", "hash256-std-hasher", @@ -11047,7 +11070,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11065,7 +11088,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "Inflector", "proc-macro-crate", @@ -11077,7 +11100,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -11091,7 +11114,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -11103,7 +11126,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "hash-db", "log", @@ -11123,12 +11146,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11141,7 +11164,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "futures-timer", @@ -11156,7 +11179,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "sp-std", @@ -11168,7 +11191,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "sp-api", "sp-runtime", @@ -11177,7 +11200,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "log", @@ -11193,7 +11216,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11216,7 +11239,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11233,7 +11256,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11244,7 +11267,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11258,7 +11281,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "parity-scale-codec", "scale-info", @@ -11478,7 +11501,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "platforms", ] @@ -11486,7 +11509,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11505,7 +11528,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "hyper", "log", @@ -11517,7 +11540,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "jsonrpsee", @@ -11530,7 +11553,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "jsonrpsee", "log", @@ -11549,7 +11572,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "array-bytes", "async-trait", @@ -11575,7 +11598,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11585,7 +11608,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11596,7 +11619,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "ansi_term", "build-helper", @@ -12322,9 +12345,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3390c0409daaa6027d6681393316f4ccd3ff82e1590a1e4725014e3ae2bf1920" +checksum = "879380c0061b165ba1f036325b7f3478bc1a947814d9fc36d22c5d8e960b11bd" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -12397,7 +12420,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b7e0518966b145f22c16137da5c9796fcdb43b73" +source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" dependencies = [ "async-trait", "clap 4.0.15",