From ced17915083c24cf47a8599ef0942bbce1d22259 Mon Sep 17 00:00:00 2001 From: koushiro Date: Fri, 11 Feb 2022 19:53:18 +0800 Subject: [PATCH 1/2] update digest to v0.10.2 Signed-off-by: koushiro --- Cargo.lock | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 05a2d607b4b1..85be68607fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,9 +1306,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-common" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0" +checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06" dependencies = [ "generic-array 0.14.4", ] @@ -1480,13 +1480,12 @@ dependencies = [ [[package]] name = "digest" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b" +checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" dependencies = [ "block-buffer 0.10.0", "crypto-common", - "generic-array 0.14.4", ] [[package]] @@ -9503,7 +9502,7 @@ checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6" dependencies = [ "cfg-if 1.0.0", "cpufeatures 0.2.1", - "digest 0.10.1", + "digest 0.10.2", ] [[package]] From 4044fdbc946561758d7a214ee41026fe08c48b20 Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Wed, 16 Feb 2022 08:27:06 +0000 Subject: [PATCH 2/2] update lockfile for {"substrate"} --- Cargo.lock | 369 ++++++++++++++++++++++++++++------------------------- 1 file changed, 195 insertions(+), 174 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56489f9ab75f..22fa865c029c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "beefy-primitives", "fnv", @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -491,12 +491,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -570,6 +570,15 @@ dependencies = [ "opaque-debug 0.3.0", ] +[[package]] +name = "blake2" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b94ba84325db59637ffc528bbe8c7f86c02c57cff5c0e2b9b00f9a851f42f309" +dependencies = [ + "digest 0.10.2", +] + [[package]] name = "blake2-rfc" version = "0.2.18" @@ -1486,6 +1495,7 @@ checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" dependencies = [ "block-buffer 0.10.0", "crypto-common", + "subtle", ] [[package]] @@ -1879,7 +1889,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", ] @@ -1897,7 +1907,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -1919,7 +1929,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "Inflector", "chrono", @@ -1946,7 +1956,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -1960,7 +1970,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -1988,7 +1998,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "bitflags", "frame-metadata", @@ -2017,7 +2027,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2029,7 +2039,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2041,7 +2051,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro2", "quote", @@ -2051,7 +2061,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2074,7 +2084,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -2085,7 +2095,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "log", @@ -2102,7 +2112,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -2117,7 +2127,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "sp-api", @@ -2126,7 +2136,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "sp-api", @@ -2322,7 +2332,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "chrono", "frame-election-provider-support", @@ -3735,7 +3745,7 @@ dependencies = [ "pin-project 1.0.10", "rand 0.7.3", "salsa20", - "sha3", + "sha3 0.9.1", ] [[package]] @@ -4357,7 +4367,7 @@ dependencies = [ "generic-array 0.14.4", "multihash-derive", "sha2 0.9.8", - "sha3", + "sha3 0.9.1", "unsigned-varint 0.5.1", ] @@ -4733,7 +4743,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -4747,7 +4757,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -4763,7 +4773,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -4778,7 +4788,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -4802,7 +4812,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4822,7 +4832,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-election-provider-support", "frame-support", @@ -4842,7 +4852,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -4857,7 +4867,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "beefy-primitives", "frame-support", @@ -4873,7 +4883,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4898,7 +4908,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -4982,7 +4992,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -4999,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5015,7 +5025,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5038,7 +5048,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5056,7 +5066,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5071,7 +5081,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5094,7 +5104,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5110,7 +5120,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5130,7 +5140,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5147,7 +5157,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5164,7 +5174,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5182,7 +5192,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5198,7 +5208,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5215,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5230,7 +5240,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5244,7 +5254,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5261,7 +5271,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5284,7 +5294,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5300,7 +5310,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5315,7 +5325,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5329,7 +5339,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5345,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5366,7 +5376,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5382,7 +5392,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5396,7 +5406,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5419,7 +5429,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5430,7 +5440,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "log", "sp-arithmetic", @@ -5439,7 +5449,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5453,7 +5463,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5471,7 +5481,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5490,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-support", "frame-system", @@ -5507,7 +5517,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5524,7 +5534,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5535,7 +5545,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5552,7 +5562,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -5568,7 +5578,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-benchmarking", "frame-support", @@ -7971,7 +7981,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "env_logger 0.9.0", "jsonrpsee 0.8.0", @@ -8318,7 +8328,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "log", "sp-core", @@ -8329,7 +8339,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures 0.3.21", @@ -8356,7 +8366,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "futures-timer", @@ -8379,7 +8389,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8395,7 +8405,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8412,7 +8422,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8423,7 +8433,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "chrono", "clap", @@ -8461,7 +8471,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "fnv", "futures 0.3.21", @@ -8489,7 +8499,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "hash-db", "kvdb", @@ -8514,7 +8524,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures 0.3.21", @@ -8538,7 +8548,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "fork-tree", @@ -8581,7 +8591,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -8605,7 +8615,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8618,7 +8628,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures 0.3.21", @@ -8643,7 +8653,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "sc-client-api", "sp-authorship", @@ -8654,7 +8664,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "lazy_static", "libsecp256k1", @@ -8682,7 +8692,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "environmental", "parity-scale-codec", @@ -8699,7 +8709,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "log", "parity-scale-codec", @@ -8715,7 +8725,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8733,8 +8743,9 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ + "ahash", "async-trait", "dyn-clone", "finality-grandpa", @@ -8771,7 +8782,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -8795,7 +8806,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "ansi_term", "futures 0.3.21", @@ -8812,7 +8823,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "hex", @@ -8827,7 +8838,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-std", "async-trait", @@ -8877,8 +8888,9 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ + "ahash", "futures 0.3.21", "futures-timer", "libp2p", @@ -8893,7 +8905,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "bytes 1.1.0", "fnv", @@ -8921,7 +8933,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "libp2p", @@ -8934,7 +8946,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8943,7 +8955,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "hash-db", @@ -8974,7 +8986,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -8999,7 +9011,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9016,7 +9028,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "directories", @@ -9080,7 +9092,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "log", "parity-scale-codec", @@ -9094,7 +9106,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9115,7 +9127,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "chrono", "futures 0.3.21", @@ -9133,7 +9145,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "ansi_term", "atty", @@ -9164,7 +9176,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9175,7 +9187,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9202,7 +9214,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "log", @@ -9215,7 +9227,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9485,9 +9497,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900d964dd36bb15bcf2f2b35694c072feab74969a54f2bbeec7a2d725d2bdcb6" +checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec" dependencies = [ "cfg-if 1.0.0", "cpufeatures 0.2.1", @@ -9506,6 +9518,16 @@ dependencies = [ "opaque-debug 0.3.0", ] +[[package]] +name = "sha3" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31f935e31cf406e8c0e96c2815a5516181b7004ae8c5f296293221e9b1e356bd" +dependencies = [ + "digest 0.10.2", + "keccak", +] + [[package]] name = "sharded-slab" version = "0.1.4" @@ -9603,7 +9625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7" dependencies = [ "aes-gcm", - "blake2", + "blake2 0.9.2", "chacha20poly1305", "rand 0.8.5", "rand_core 0.6.3", @@ -9654,7 +9676,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "hash-db", "log", @@ -9671,9 +9693,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ - "blake2-rfc", + "blake2 0.10.2", "proc-macro-crate 1.1.0", "proc-macro2", "quote", @@ -9683,7 +9705,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -9696,7 +9718,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "integer-sqrt", "num-traits", @@ -9711,7 +9733,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -9724,7 +9746,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "parity-scale-codec", @@ -9736,7 +9758,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "sp-api", @@ -9748,7 +9770,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "log", @@ -9766,7 +9788,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures 0.3.21", @@ -9785,7 +9807,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "merlin", @@ -9808,7 +9830,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -9820,7 +9842,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9832,7 +9854,7 @@ dependencies = [ [[package]] name = "sp-core" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "base58", "bitflags", @@ -9860,7 +9882,6 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.10.0", "sp-core-hashing", "sp-debug-derive", "sp-externalities", @@ -9871,8 +9892,6 @@ dependencies = [ "substrate-bip39", "thiserror", "tiny-bip39", - "tiny-keccak", - "twox-hash", "wasmi", "zeroize", ] @@ -9880,20 +9899,21 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ - "blake2-rfc", + "blake2 0.10.2", "byteorder", - "sha2 0.10.0", + "digest 0.10.2", + "sha2 0.10.1", + "sha3 0.10.0", "sp-std", - "tiny-keccak", "twox-hash", ] [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro2", "quote", @@ -9904,7 +9924,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "kvdb", "parking_lot 0.11.2", @@ -9913,7 +9933,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro2", "quote", @@ -9923,7 +9943,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.11.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "environmental", "parity-scale-codec", @@ -9934,7 +9954,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "finality-grandpa", "log", @@ -9952,7 +9972,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9966,7 +9986,7 @@ dependencies = [ [[package]] name = "sp-io" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "hash-db", @@ -9990,7 +10010,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "lazy_static", "sp-core", @@ -10001,7 +10021,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.11.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures 0.3.21", @@ -10018,7 +10038,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "thiserror", "zstd", @@ -10027,7 +10047,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -10042,7 +10062,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10053,7 +10073,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "sp-api", "sp-core", @@ -10063,7 +10083,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "backtrace", "lazy_static", @@ -10073,7 +10093,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "rustc-hash", "serde", @@ -10083,7 +10103,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "either", "hash256-std-hasher", @@ -10105,7 +10125,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10122,7 +10142,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10134,7 +10154,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "serde", "serde_json", @@ -10143,7 +10163,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -10157,7 +10177,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "scale-info", @@ -10168,7 +10188,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.11.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "hash-db", "log", @@ -10191,12 +10211,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" [[package]] name = "sp-storage" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10209,7 +10229,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "log", "sp-core", @@ -10222,7 +10242,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures-timer", @@ -10238,7 +10258,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "sp-std", @@ -10250,7 +10270,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "sp-api", "sp-runtime", @@ -10259,7 +10279,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "log", @@ -10275,7 +10295,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "hash-db", "memory-db", @@ -10290,7 +10310,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10307,7 +10327,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10318,7 +10338,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "impl-trait-for-tuples", "log", @@ -10486,7 +10506,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "platforms", ] @@ -10494,7 +10514,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -10516,7 +10536,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-std", "futures-util", @@ -10530,7 +10550,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "async-trait", "futures 0.3.21", @@ -10556,7 +10576,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -10566,7 +10586,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10577,7 +10597,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "ansi_term", "build-helper", @@ -11154,7 +11174,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#b9927cdca03830d07bc1cdd8b8d80a3d32f64bd1" +source = "git+https://github.com/paritytech/substrate?branch=master#42eec5bbf2345551e641ffe6bea43403475d0129" dependencies = [ "clap", "jsonrpsee 0.4.1", @@ -11222,6 +11242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" dependencies = [ "cfg-if 1.0.0", + "digest 0.10.2", "rand 0.8.5", "static_assertions", ]