Unverified Commit 3bc7afae authored by Squirrel's avatar Squirrel Committed by GitHub
Browse files

Companion PR for ss58 crate (#3953)

* Companion PR for ss58 crate

* cargo fmt

* Rename

* into()

* into()

* updating substrate (ideally use bot merge)
parent 7c63ac83
Pipeline #161691 canceled with stages
in 31 minutes and 48 seconds
......@@ -461,14 +461,14 @@ dependencies = [
[[package]]
name = "beefy-gadget"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"beefy-primitives",
"fnv",
"futures 0.3.17",
"log",
"parity-scale-codec",
"parking_lot 0.11.1",
"parking_lot",
"sc-client-api",
"sc-keystore",
"sc-network",
......@@ -489,7 +489,7 @@ dependencies = [
[[package]]
name = "beefy-gadget-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"beefy-gadget",
"beefy-primitives",
......@@ -509,12 +509,12 @@ dependencies = [
[[package]]
name = "beefy-merkle-tree"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
[[package]]
name = "beefy-primitives"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"parity-scale-codec",
"scale-info",
......@@ -1100,15 +1100,6 @@ dependencies = [
"vec_map",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
[[package]]
name = "cloudabi"
version = "0.1.0"
......@@ -1733,15 +1724,6 @@ version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"
[[package]]
name = "erased-serde"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"
dependencies = [
"serde",
]
[[package]]
name = "errno"
version = "0.2.5"
......@@ -1883,7 +1865,7 @@ dependencies = [
"log",
"num-traits",
"parity-scale-codec",
"parking_lot 0.11.1",
"parking_lot",
"scale-info",
]
......@@ -1927,7 +1909,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"parity-scale-codec",
]
......@@ -1945,7 +1927,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -1965,7 +1947,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"Inflector",
"chrono",
......@@ -1991,7 +1973,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -2005,7 +1987,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -2033,7 +2015,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"bitflags",
"frame-metadata",
......@@ -2060,7 +2042,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
......@@ -2072,7 +2054,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.1.0",
......@@ -2084,7 +2066,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"proc-macro2",
"quote",
......@@ -2094,7 +2076,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-support-test-pallet",
......@@ -2117,7 +2099,7 @@ dependencies = [
[[package]]
name = "frame-support-test-pallet"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -2128,7 +2110,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"log",
......@@ -2145,7 +2127,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -2160,7 +2142,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"parity-scale-codec",
"sp-api",
......@@ -2169,7 +2151,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"sp-api",
......@@ -2382,7 +2364,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
[[package]]
name = "generate-bags"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"chrono",
"frame-election-provider-support",
......@@ -2994,7 +2976,7 @@ dependencies = [
"jsonrpc-server-utils",
"log",
"net2",
"parking_lot 0.11.1",
"parking_lot",
"unicase",
]
......@@ -3009,7 +2991,7 @@ dependencies = [
"jsonrpc-server-utils",
"log",
"parity-tokio-ipc",
"parking_lot 0.11.1",
"parking_lot",
"tower-service",
]
......@@ -3023,7 +3005,7 @@ dependencies = [
"jsonrpc-core",
"lazy_static",
"log",
"parking_lot 0.11.1",
"parking_lot",
"rand 0.7.3",
"serde",
]
......@@ -3057,7 +3039,7 @@ dependencies = [
"jsonrpc-server-utils",
"log",
"parity-ws",
"parking_lot 0.11.1",
"parking_lot",
"slab",
]
......@@ -3250,7 +3232,7 @@ checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"
dependencies = [
"kvdb",
"parity-util-mem",
"parking_lot 0.11.1",
"parking_lot",
]
[[package]]
......@@ -3265,7 +3247,7 @@ dependencies = [
"num_cpus",
"owning_ref",
"parity-util-mem",
"parking_lot 0.11.1",
"parking_lot",
"regex",
"rocksdb",
"smallvec",
......@@ -3360,7 +3342,7 @@ dependencies = [
"libp2p-websocket",
"libp2p-yamux",
"multiaddr",
"parking_lot 0.11.1",
"parking_lot",
"pin-project 1.0.8",
"smallvec",
"wasm-timer",
......@@ -3385,7 +3367,7 @@ dependencies = [
"multiaddr",
"multihash 0.14.0",
"multistream-select",
"parking_lot 0.11.1",
"parking_lot",
"pin-project 1.0.8",
"prost",
"prost-build",
......@@ -3544,7 +3526,7 @@ dependencies = [
"libp2p-core",
"log",
"nohash-hasher",
"parking_lot 0.11.1",
"parking_lot",
"rand 0.7.3",
"smallvec",
"unsigned-varint 0.7.0",
......@@ -3756,7 +3738,7 @@ checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"
dependencies = [
"futures 0.3.17",
"libp2p-core",
"parking_lot 0.11.1",
"parking_lot",
"thiserror",
"yamux",
]
......@@ -3925,15 +3907,6 @@ dependencies = [
"statrs",
]
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
[[package]]
name = "lock_api"
version = "0.4.1"
......@@ -4611,7 +4584,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-assets"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4625,7 +4598,7 @@ dependencies = [
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -4641,7 +4614,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -4656,7 +4629,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4680,7 +4653,7 @@ dependencies = [
[[package]]
name = "pallet-bags-list"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4700,7 +4673,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4715,7 +4688,7 @@ dependencies = [
[[package]]
name = "pallet-beefy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"beefy-primitives",
"frame-support",
......@@ -4731,7 +4704,7 @@ dependencies = [
[[package]]
name = "pallet-beefy-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"beefy-merkle-tree",
"beefy-primitives",
......@@ -4756,7 +4729,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4841,7 +4814,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4858,7 +4831,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4874,7 +4847,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -4898,7 +4871,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4916,7 +4889,7 @@ dependencies = [
[[package]]
name = "pallet-gilt"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4931,7 +4904,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4954,7 +4927,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"enumflags2",
"frame-benchmarking",
......@@ -4970,7 +4943,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -4990,7 +4963,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5007,7 +4980,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5024,7 +4997,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
......@@ -5042,7 +5015,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-primitives"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5058,7 +5031,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -5075,7 +5048,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5090,7 +5063,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5104,7 +5077,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5121,7 +5094,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -5144,7 +5117,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5159,7 +5132,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5173,7 +5146,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5189,7 +5162,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5210,7 +5183,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5226,7 +5199,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5240,7 +5213,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
......@@ -5263,7 +5236,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"proc-macro-crate 1.1.0",
"proc-macro2",
......@@ -5274,7 +5247,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"log",
"sp-arithmetic",
......@@ -5283,7 +5256,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5297,7 +5270,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5315,7 +5288,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5334,7 +5307,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-support",
"frame-system",
......@@ -5351,7 +5324,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
......@@ -5368,7 +5341,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
......@@ -5379,7 +5352,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5396,7 +5369,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"
source = "git+https://github.com/paritytech/substrate?branch=master#cafe12e7785bf92e5dc04780c10e7f8330a15a4c"
dependencies = [
"frame-benchmarking",
"frame-support",
......@@ -5412,7 +5385,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#66fd76181742a1fa27b4ab5c41eb15d9765e6774"