Unverified Commit 85312288 authored by Folyd's avatar Folyd Committed by GitHub
Browse files

Companion to substrate#8943: Disable color-eyre default features (#3203)

* Disable color-eyre default features

* update Substrate

Co-authored-by: parity-processbot <>
parent c1940f13
Pipeline #150102 failed
......@@ -1056,29 +1056,15 @@ dependencies = [
[[package]]
name = "color-eyre"
version = "0.5.10"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b29030875fd8376e4a28ef497790d5b4a7843d8d1396bf08ce46f5eec562c5c"
checksum = "1f1885697ee8a177096d42f158922251a41973117f6d8a234cee94b9509157b7"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6eee477a4a8a72f4addd4de416eb56d54bc307b284d6601bafdee1f4ea462d1"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
......@@ -1903,7 +1889,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"parity-scale-codec",
]
......@@ -1921,7 +1907,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -1940,7 +1926,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"Inflector",
"chrono",
......@@ -1963,7 +1949,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -1976,7 +1962,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -1991,7 +1977,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "13.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"parity-scale-codec",
"serde",
......@@ -2002,7 +1988,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"bitflags",
"frame-metadata",
......@@ -2029,7 +2015,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
......@@ -2041,7 +2027,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.0.0",
......@@ -2053,7 +2039,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"proc-macro2",
"quote",
......@@ -2063,7 +2049,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-metadata",
"frame-support",
......@@ -2083,7 +2069,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
......@@ -2100,7 +2086,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -2114,7 +2100,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -2123,7 +2109,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"parity-scale-codec",
......@@ -4071,7 +4057,7 @@ dependencies = [
[[package]]
name = "max-encoded-len"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"impl-trait-for-tuples",
"max-encoded-len-derive",
......@@ -4082,7 +4068,7 @@ dependencies = [
[[package]]
name = "max-encoded-len-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -4585,7 +4571,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -4600,7 +4586,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -4614,7 +4600,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4637,7 +4623,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4667,7 +4653,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4703,7 +4689,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4719,7 +4705,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4734,7 +4720,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4755,7 +4741,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "4.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4772,7 +4758,7 @@ dependencies = [
[[package]]
name = "pallet-gilt"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4786,7 +4772,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "3.1.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4808,7 +4794,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4823,7 +4809,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4842,7 +4828,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4858,7 +4844,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4873,7 +4859,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
......@@ -4890,7 +4876,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-primitives"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -4906,7 +4892,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -4924,7 +4910,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4939,7 +4925,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -4952,7 +4938,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -4968,7 +4954,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4990,7 +4976,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5006,7 +4992,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -5019,7 +5005,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"enumflags2",
"frame-support",
......@@ -5033,7 +5019,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5048,7 +5034,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -5067,7 +5053,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5083,7 +5069,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -5096,7 +5082,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -5120,7 +5106,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -5131,7 +5117,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"log",
"sp-arithmetic",
......@@ -5140,7 +5126,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -5153,7 +5139,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5171,7 +5157,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5186,7 +5172,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-support",
"frame-system",
......@@ -5202,7 +5188,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -5219,7 +5205,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
......@@ -5230,7 +5216,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5246,7 +5232,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5261,7 +5247,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -7511,7 +7497,7 @@ dependencies = [
[[package]]
name = "remote-externalities"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"env_logger 0.8.2",
"hex",
......@@ -7814,7 +7800,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"async-trait",
"derive_more",
......@@ -7843,7 +7829,7 @@ dependencies = [
[[package]]
name = "sc-basic-authorship"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"futures 0.3.15",
"futures-timer 3.0.2",
......@@ -7866,7 +7852,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"parity-scale-codec",
"sc-client-api",
......@@ -7882,7 +7868,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"impl-trait-for-tuples",
"parity-scale-codec",
......@@ -7903,7 +7889,7 @@ dependencies = [
[[package]]
name = "sc-chain-spec-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
......@@ -7914,7 +7900,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"chrono",
"fdlimit",
......@@ -7952,7 +7938,7 @@ dependencies = [
[[package]]
name = "sc-client-api"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"derive_more",
"fnv",
......@@ -7986,7 +7972,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"blake2-rfc",
"hash-db",
......@@ -8016,7 +8002,7 @@ dependencies = [
[[package]]
name = "sc-consensus"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"parking_lot 0.11.1",
"sc-client-api",
......@@ -8028,7 +8014,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"async-trait",
"derive_more",
......@@ -8074,7 +8060,7 @@ dependencies = [
[[package]]
name = "sc-consensus-babe-rpc"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"derive_more",
"futures 0.3.15",
......@@ -8098,7 +8084,7 @@ dependencies = [
[[package]]
name = "sc-consensus-epochs"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"fork-tree",
"parity-scale-codec",
......@@ -8111,7 +8097,7 @@ dependencies = [
[[package]]
name = "sc-consensus-slots"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"async-trait",
"futures 0.3.15",
......@@ -8139,7 +8125,7 @@ dependencies = [
[[package]]
name = "sc-consensus-uncles"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"sc-client-api",
"sp-authorship",
......@@ -8150,7 +8136,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"derive_more",
"lazy_static",
......@@ -8179,7 +8165,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"derive_more",
"parity-scale-codec",
......@@ -8196,7 +8182,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"log",
"parity-scale-codec",
......@@ -8211,7 +8197,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "0.9.0"
source = "git+https://github.com/paritytech/substrate#eb9033b826b9e8115c20707fe66af0ceb177e99c"
source = "git+https://github.com/paritytech/substrate#2c84b31c86a62353ad3dbf04fae971b18470c9f5"
dependencies = [
"log",
"parity-scale-codec",
......@@ -8228,7 +8214,7 @@ dependencies = [
[[package]]