diff --git a/Cargo.lock b/Cargo.lock index 11d28e7f8308..0ab4b44fe2ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "hash-db", "log", @@ -2574,7 +2574,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", ] @@ -2597,7 +2597,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-support-procedural", @@ -2622,7 +2622,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "Inflector", "array-bytes", @@ -2670,7 +2670,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2681,7 +2681,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2698,7 +2698,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -2727,7 +2727,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-recursion", "futures", @@ -2748,7 +2748,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "aquamarine", "bitflags", @@ -2783,7 +2783,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "Inflector", "cfg-expr", @@ -2801,7 +2801,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2813,7 +2813,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro2", "quote", @@ -2823,7 +2823,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2850,7 +2850,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -2863,7 +2863,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "cfg-if", "frame-support", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -2897,7 +2897,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "sp-api", @@ -2906,7 +2906,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "parity-scale-codec", @@ -3088,7 +3088,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "chrono", "frame-election-provider-support", @@ -5059,7 +5059,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "log", @@ -5078,7 +5078,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "anyhow", "jsonrpsee", @@ -5591,7 +5591,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5606,7 +5606,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -5622,7 +5622,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -5636,7 +5636,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5680,7 +5680,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5699,7 +5699,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5714,7 +5714,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5811,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5846,7 +5846,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5869,7 +5869,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5882,7 +5882,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5901,7 +5901,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "docify", "frame-benchmarking", @@ -5920,7 +5920,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5959,7 +5959,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5979,7 +5979,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5996,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6049,7 +6049,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6065,7 +6065,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6081,7 +6081,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -6098,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6118,7 +6118,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6129,7 +6129,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -6146,7 +6146,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6170,7 +6170,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6187,7 +6187,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6202,7 +6202,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6220,7 +6220,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6235,7 +6235,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6254,7 +6254,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6271,7 +6271,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -6292,7 +6292,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6327,7 +6327,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6350,7 +6350,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6361,7 +6361,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "log", "sp-arithmetic", @@ -6370,7 +6370,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "sp-api", @@ -6379,7 +6379,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6396,7 +6396,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6411,7 +6411,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6429,7 +6429,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6448,7 +6448,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-support", "frame-system", @@ -6464,7 +6464,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6480,7 +6480,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6492,7 +6492,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6509,7 +6509,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6524,7 +6524,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6540,7 +6540,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6555,7 +6555,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -9685,7 +9685,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "log", "sp-core", @@ -9696,7 +9696,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "futures", @@ -9724,7 +9724,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "futures-timer", @@ -9747,7 +9747,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9762,7 +9762,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9781,7 +9781,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9792,7 +9792,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "chrono", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "fnv", "futures", @@ -9857,7 +9857,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "hash-db", "kvdb", @@ -9883,7 +9883,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "futures", @@ -9908,7 +9908,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "fork-tree", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "jsonrpsee", @@ -9966,7 +9966,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "async-channel", @@ -10000,7 +10000,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "jsonrpsee", @@ -10019,7 +10019,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10032,7 +10032,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -10073,7 +10073,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "finality-grandpa", "futures", @@ -10093,7 +10093,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "futures", @@ -10116,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10138,7 +10138,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10150,7 +10150,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "anyhow", "cfg-if", @@ -10167,7 +10167,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ansi_term", "futures", @@ -10183,7 +10183,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10197,7 +10197,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "async-channel", @@ -10238,7 +10238,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-channel", "cid", @@ -10258,7 +10258,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "bitflags", @@ -10275,7 +10275,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ahash 0.8.2", "futures", @@ -10293,7 +10293,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "async-channel", @@ -10314,7 +10314,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "async-channel", @@ -10348,7 +10348,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "futures", @@ -10366,7 +10366,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "bytes", @@ -10400,7 +10400,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10409,7 +10409,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "jsonrpsee", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "http", "jsonrpsee", @@ -10474,7 +10474,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "futures", @@ -10500,7 +10500,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "directories", @@ -10564,7 +10564,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "log", "parity-scale-codec", @@ -10575,7 +10575,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "clap 4.2.5", "fs4", @@ -10589,7 +10589,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10608,7 +10608,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "libc", @@ -10627,7 +10627,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "chrono", "futures", @@ -10646,7 +10646,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ansi_term", "atty", @@ -10675,7 +10675,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10686,7 +10686,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "futures", @@ -10712,7 +10712,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "futures", @@ -10728,7 +10728,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-channel", "futures", @@ -11276,7 +11276,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "hash-db", "log", @@ -11297,7 +11297,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "Inflector", "blake2", @@ -11311,7 +11311,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11324,7 +11324,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "integer-sqrt", "num-traits", @@ -11338,7 +11338,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11351,7 +11351,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "sp-api", "sp-inherents", @@ -11362,7 +11362,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "log", @@ -11380,7 +11380,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "futures", @@ -11395,7 +11395,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "parity-scale-codec", @@ -11412,7 +11412,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "parity-scale-codec", @@ -11431,7 +11431,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11450,7 +11450,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "finality-grandpa", "log", @@ -11468,7 +11468,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11480,7 +11480,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "bitflags", @@ -11525,7 +11525,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "blake2b_simd", "byteorder", @@ -11538,7 +11538,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "quote", "sp-core-hashing", @@ -11548,7 +11548,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11557,7 +11557,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro2", "quote", @@ -11567,7 +11567,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "environmental", "parity-scale-codec", @@ -11578,7 +11578,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11592,7 +11592,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "bytes", "ed25519", @@ -11617,7 +11617,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "lazy_static", "sp-core", @@ -11628,7 +11628,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11640,7 +11640,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11649,7 +11649,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11660,7 +11660,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11678,7 +11678,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11692,7 +11692,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "sp-api", "sp-core", @@ -11702,7 +11702,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "backtrace", "lazy_static", @@ -11712,7 +11712,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "rustc-hash", "serde", @@ -11722,7 +11722,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "either", "hash256-std-hasher", @@ -11744,7 +11744,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11762,7 +11762,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "Inflector", "proc-macro-crate", @@ -11774,7 +11774,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11789,7 +11789,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11803,7 +11803,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "hash-db", "log", @@ -11824,7 +11824,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 3.2.0", @@ -11848,12 +11848,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11866,7 +11866,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "parity-scale-codec", @@ -11879,7 +11879,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "sp-std", @@ -11891,7 +11891,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "sp-api", "sp-runtime", @@ -11900,7 +11900,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "parity-scale-codec", @@ -11915,7 +11915,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11938,7 +11938,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11955,7 +11955,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11966,7 +11966,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11979,7 +11979,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -12220,12 +12220,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12244,7 +12244,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "hyper", "log", @@ -12256,7 +12256,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "jsonrpsee", @@ -12269,7 +12269,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12286,7 +12286,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "array-bytes", "async-trait", @@ -12312,7 +12312,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12322,7 +12322,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12333,7 +12333,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "ansi_term", "build-helper", @@ -13238,7 +13238,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#696d09b3d1da1b2045fe46200df1d9f6d6d9d829" +source = "git+https://github.com/paritytech/substrate?branch=master#e806cefa1ebf0edfe493dafa184f7e50d8772a68" dependencies = [ "async-trait", "clap 4.2.5",