diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 7a4a5d1018..22fa865c02 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/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" @@ -1306,9 +1315,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 +1489,13 @@ 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", + "subtle", ] [[package]] @@ -1880,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", ] @@ -1898,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", @@ -1920,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", @@ -1947,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", @@ -1961,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", @@ -1989,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", @@ -2018,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", @@ -2030,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", @@ -2042,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", @@ -2052,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", @@ -2075,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", @@ -2086,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", @@ -2103,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", @@ -2118,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", @@ -2127,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", @@ -2323,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", @@ -3736,7 +3745,7 @@ dependencies = [ "pin-project 1.0.10", "rand 0.7.3", "salsa20", - "sha3", + "sha3 0.9.1", ] [[package]] @@ -4358,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", ] @@ -4734,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", @@ -4748,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", @@ -4764,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", @@ -4779,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", @@ -4803,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", @@ -4823,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", @@ -4843,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", @@ -4858,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", @@ -4874,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", @@ -4899,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", @@ -4983,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", @@ -5000,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", @@ -5016,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", @@ -5039,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", @@ -5057,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", @@ -5072,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", @@ -5095,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", @@ -5111,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", @@ -5131,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", @@ -5148,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", @@ -5165,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", @@ -5183,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", @@ -5199,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", @@ -5216,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", @@ -5231,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", @@ -5245,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", @@ -5262,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", @@ -5285,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", @@ -5301,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", @@ -5316,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", @@ -5330,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", @@ -5346,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", @@ -5367,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", @@ -5383,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", @@ -5397,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", @@ -5420,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", @@ -5431,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", @@ -5440,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", @@ -5454,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", @@ -5472,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", @@ -5491,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", @@ -5508,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", @@ -5525,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", @@ -5536,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", @@ -5553,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", @@ -5569,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", @@ -7972,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", @@ -8319,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", @@ -8330,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", @@ -8357,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", @@ -8380,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", @@ -8396,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", @@ -8413,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", @@ -8424,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", @@ -8462,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", @@ -8490,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", @@ -8515,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", @@ -8539,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", @@ -8582,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", @@ -8606,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", @@ -8619,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", @@ -8644,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", @@ -8655,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", @@ -8683,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", @@ -8700,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", @@ -8716,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", @@ -8734,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", @@ -8772,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", @@ -8796,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", @@ -8813,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", @@ -8828,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", @@ -8878,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", @@ -8894,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", @@ -8922,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", @@ -8935,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", @@ -8944,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", @@ -8975,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", @@ -9000,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", @@ -9017,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", @@ -9081,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", @@ -9095,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", @@ -9116,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", @@ -9134,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", @@ -9165,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", @@ -9176,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", @@ -9203,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", @@ -9216,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", @@ -9486,13 +9497,13 @@ 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", - "digest 0.10.1", + "digest 0.10.2", ] [[package]] @@ -9507,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" @@ -9604,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", @@ -9655,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", @@ -9672,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", @@ -9684,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", @@ -9697,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", @@ -9712,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", @@ -9725,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", @@ -9737,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", @@ -9749,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", @@ -9767,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", @@ -9786,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", @@ -9809,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", @@ -9821,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", @@ -9833,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", @@ -9861,7 +9882,6 @@ dependencies = [ "schnorrkel", "secrecy", "serde", - "sha2 0.10.0", "sp-core-hashing", "sp-debug-derive", "sp-externalities", @@ -9872,8 +9892,6 @@ dependencies = [ "substrate-bip39", "thiserror", "tiny-bip39", - "tiny-keccak", - "twox-hash", "wasmi", "zeroize", ] @@ -9881,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", @@ -9905,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", @@ -9914,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", @@ -9924,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", @@ -9935,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", @@ -9953,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", @@ -9967,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", @@ -9991,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", @@ -10002,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", @@ -10019,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", @@ -10028,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", @@ -10043,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", @@ -10054,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", @@ -10064,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", @@ -10074,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", @@ -10084,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", @@ -10106,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", @@ -10123,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", @@ -10135,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", @@ -10144,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", @@ -10158,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", @@ -10169,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", @@ -10192,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", @@ -10210,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", @@ -10223,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", @@ -10239,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", @@ -10251,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", @@ -10260,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", @@ -10276,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", @@ -10291,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", @@ -10308,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", @@ -10319,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", @@ -10487,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", ] @@ -10495,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", @@ -10517,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", @@ -10531,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", @@ -10557,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", @@ -10567,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", @@ -10578,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", @@ -11155,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", @@ -11223,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", ]