diff --git a/Cargo.lock b/Cargo.lock index ad6c38efbdf2..b27ac8837cbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,16 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" dependencies = [ - "gimli", + "gimli 0.26.1", +] + +[[package]] +name = "addr2line" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" +dependencies = [ + "gimli 0.27.0", ] [[package]] @@ -355,16 +364,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.64" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f" +checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" dependencies = [ - "addr2line", + "addr2line 0.19.0", "cc", "cfg-if", "libc", - "miniz_oxide", - "object 0.27.1", + "miniz_oxide 0.6.2", + "object 0.30.0", "rustc-demangle", ] @@ -410,7 +419,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "async-trait", @@ -444,7 +453,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "beefy-gadget", "futures", @@ -463,7 +472,7 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "sp-api", "sp-beefy", @@ -1031,7 +1040,7 @@ dependencies = [ "cranelift-codegen-shared", "cranelift-entity", "cranelift-isle", - "gimli", + "gimli 0.26.1", "log", "regalloc2", "smallvec", @@ -1950,7 +1959,7 @@ dependencies = [ "crc32fast", "libc", "libz-sys", - "miniz_oxide", + "miniz_oxide 0.4.4", ] [[package]] @@ -1986,7 +1995,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", ] @@ -2010,7 +2019,7 @@ checksum = "85dcb89d2b10c5f6133de2efd8c11959ce9dbb46a2f7a4cab208c4eeda6ce1ab" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -2033,7 +2042,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "Inflector", "array-bytes", @@ -2080,7 +2089,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2091,7 +2100,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2108,7 +2117,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -2137,7 +2146,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "log", @@ -2153,7 +2162,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "bitflags", "frame-metadata", @@ -2185,7 +2194,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "Inflector", "cfg-expr", @@ -2199,7 +2208,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2211,7 +2220,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro2", "quote", @@ -2221,7 +2230,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2244,7 +2253,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -2255,7 +2264,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "log", @@ -2273,7 +2282,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -2288,7 +2297,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -2297,7 +2306,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "parity-scale-codec", @@ -2468,7 +2477,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "chrono", "frame-election-provider-support", @@ -2551,6 +2560,12 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" + [[package]] name = "git2" version = "0.14.2" @@ -4042,6 +4057,15 @@ dependencies = [ "autocfg", ] +[[package]] +name = "miniz_oxide" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" +dependencies = [ + "adler", +] + [[package]] name = "mio" version = "0.8.5" @@ -4057,7 +4081,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "log", @@ -4076,7 +4100,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "anyhow", "jsonrpsee", @@ -4446,22 +4470,22 @@ dependencies = [ [[package]] name = "object" -version = "0.27.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" +checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" dependencies = [ + "crc32fast", + "hashbrown", + "indexmap", "memchr", ] [[package]] name = "object" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" +checksum = "239da7f290cfa979f43f85a8efeee9a8a76d0827c356d37f9d3d7254d6b537fb" dependencies = [ - "crc32fast", - "hashbrown", - "indexmap", "memchr", ] @@ -4581,7 +4605,7 @@ checksum = "20448fd678ec04e6ea15bbe0476874af65e98a01515d667aa49f1434dc44ebf4" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4596,7 +4620,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -4612,7 +4636,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -4627,7 +4651,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4651,7 +4675,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4671,7 +4695,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -4690,7 +4714,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4705,7 +4729,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -4721,7 +4745,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "beefy-merkle-tree", @@ -4744,7 +4768,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4762,7 +4786,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4781,7 +4805,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4798,7 +4822,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -4815,7 +4839,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4833,7 +4857,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4856,7 +4880,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4869,7 +4893,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4887,7 +4911,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4905,7 +4929,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4928,7 +4952,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4944,7 +4968,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4964,7 +4988,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4981,7 +5005,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -4998,7 +5022,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5015,7 +5039,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5031,7 +5055,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5047,7 +5071,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -5064,7 +5088,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5084,7 +5108,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -5094,7 +5118,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -5111,7 +5135,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5134,7 +5158,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5151,7 +5175,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5166,7 +5190,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5184,7 +5208,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5199,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5218,7 +5242,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5235,7 +5259,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -5256,7 +5280,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5272,7 +5296,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -5286,7 +5310,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5309,7 +5333,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5320,7 +5344,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "log", "sp-arithmetic", @@ -5329,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5346,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -5360,7 +5384,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5378,7 +5402,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5397,7 +5421,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-support", "frame-system", @@ -5413,7 +5437,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5429,7 +5453,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5441,7 +5465,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5458,7 +5482,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5474,7 +5498,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5489,7 +5513,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8251,7 +8275,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "log", "sp-core", @@ -8262,7 +8286,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -8289,7 +8313,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "futures-timer", @@ -8312,7 +8336,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8328,7 +8352,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -8343,7 +8367,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8354,7 +8378,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "chrono", @@ -8394,7 +8418,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "fnv", "futures", @@ -8420,7 +8444,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "hash-db", "kvdb", @@ -8445,7 +8469,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -8470,7 +8494,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "fork-tree", @@ -8508,7 +8532,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "jsonrpsee", @@ -8530,7 +8554,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8543,7 +8567,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -8566,7 +8590,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "lru", "parity-scale-codec", @@ -8590,7 +8614,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -8603,7 +8627,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "log", "sc-allocator", @@ -8616,7 +8640,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "cfg-if", "libc", @@ -8633,7 +8657,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ahash", "array-bytes", @@ -8673,7 +8697,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "finality-grandpa", "futures", @@ -8693,7 +8717,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ansi_term", "futures", @@ -8708,7 +8732,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "async-trait", @@ -8723,11 +8747,12 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "async-trait", "asynchronous-codec", + "backtrace", "bytes", "either", "fnv", @@ -8764,7 +8789,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "cid", "futures", @@ -8783,7 +8808,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "bitflags", @@ -8809,7 +8834,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ahash", "futures", @@ -8827,7 +8852,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "futures", @@ -8848,7 +8873,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "async-trait", @@ -8880,7 +8905,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "futures", @@ -8899,7 +8924,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "bytes", @@ -8929,7 +8954,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "libp2p", @@ -8942,7 +8967,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8951,7 +8976,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "jsonrpsee", @@ -8980,7 +9005,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8999,7 +9024,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "http", "jsonrpsee", @@ -9014,7 +9039,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "futures", @@ -9040,7 +9065,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "directories", @@ -9105,7 +9130,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "log", "parity-scale-codec", @@ -9116,7 +9141,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9135,7 +9160,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "libc", @@ -9154,7 +9179,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "chrono", "futures", @@ -9173,7 +9198,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ansi_term", "atty", @@ -9204,7 +9229,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9215,7 +9240,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -9241,7 +9266,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -9255,8 +9280,9 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ + "backtrace", "futures", "futures-timer", "lazy_static", @@ -9728,7 +9754,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "hash-db", "log", @@ -9746,7 +9772,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "blake2", "proc-macro-crate", @@ -9758,7 +9784,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9771,7 +9797,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "integer-sqrt", "num-traits", @@ -9785,7 +9811,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9798,7 +9824,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "parity-scale-codec", @@ -9810,7 +9836,7 @@ dependencies = [ [[package]] name = "sp-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9827,7 +9853,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "sp-api", @@ -9839,7 +9865,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "log", @@ -9857,7 +9883,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -9875,7 +9901,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "merlin", @@ -9898,7 +9924,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9910,7 +9936,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -9923,7 +9949,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "base58", @@ -9965,7 +9991,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "blake2", "byteorder", @@ -9979,7 +10005,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro2", "quote", @@ -9990,7 +10016,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -9999,7 +10025,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro2", "quote", @@ -10009,7 +10035,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "environmental", "parity-scale-codec", @@ -10020,7 +10046,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "finality-grandpa", "log", @@ -10038,7 +10064,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10052,7 +10078,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "bytes", "ed25519", @@ -10077,7 +10103,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "lazy_static", "sp-core", @@ -10088,7 +10114,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures", @@ -10105,7 +10131,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "thiserror", "zstd", @@ -10114,7 +10140,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10132,7 +10158,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10146,7 +10172,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "sp-api", "sp-core", @@ -10156,7 +10182,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "backtrace", "lazy_static", @@ -10166,7 +10192,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "rustc-hash", "serde", @@ -10176,7 +10202,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "either", "hash256-std-hasher", @@ -10198,7 +10224,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10216,7 +10242,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "Inflector", "proc-macro-crate", @@ -10228,7 +10254,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10242,7 +10268,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10254,7 +10280,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "hash-db", "log", @@ -10274,12 +10300,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10292,7 +10318,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "futures-timer", @@ -10307,7 +10333,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "sp-std", @@ -10319,7 +10345,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "sp-api", "sp-runtime", @@ -10328,7 +10354,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "log", @@ -10344,7 +10370,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ahash", "hash-db", @@ -10367,7 +10393,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10384,7 +10410,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10395,7 +10421,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "impl-trait-for-tuples", "log", @@ -10408,7 +10434,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "parity-scale-codec", "scale-info", @@ -10622,7 +10648,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "platforms", ] @@ -10630,7 +10656,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10649,7 +10675,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "hyper", "log", @@ -10661,7 +10687,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "async-trait", "jsonrpsee", @@ -10674,7 +10700,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "jsonrpsee", "log", @@ -10693,7 +10719,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "array-bytes", "async-trait", @@ -10719,7 +10745,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "futures", "substrate-test-utils-derive", @@ -10729,7 +10755,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10740,7 +10766,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "ansi_term", "build-helper", @@ -11488,7 +11514,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c16472e7e4a588d8e202c1ab3e865cf6e7b201c5" +source = "git+https://github.com/paritytech/substrate?branch=master#6fe8cd4ec19f7013b0ba2e790dce880ad07020b0" dependencies = [ "clap", "frame-remote-externalities", @@ -12013,7 +12039,7 @@ dependencies = [ "cranelift-frontend", "cranelift-native", "cranelift-wasm", - "gimli", + "gimli 0.26.1", "log", "object 0.29.0", "target-lexicon", @@ -12030,7 +12056,7 @@ checksum = "5c587c62e91c5499df62012b87b88890d0eb470b2ffecc5964e9da967b70c77c" dependencies = [ "anyhow", "cranelift-entity", - "gimli", + "gimli 0.26.1", "indexmap", "log", "object 0.29.0", @@ -12047,12 +12073,12 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "047839b5dabeae5424a078c19b8cc897e5943a7fadc69e3d888b9c9a897666b3" dependencies = [ - "addr2line", + "addr2line 0.17.0", "anyhow", "bincode", "cfg-if", "cpp_demangle", - "gimli", + "gimli 0.26.1", "log", "object 0.29.0", "rustc-demangle",