Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
a571e871
Unverified
Commit
a571e871
authored
Nov 23, 2020
by
Max Inden
Browse files
Revert ""Update Substrate""
This reverts commit
377b221e
.
parent
377b221e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
a571e871
...
...
@@ -79,6 +79,15 @@ dependencies = [
"opaque-debug 0.3.0",
]
[[package]]
name = "ahash"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29661b60bec623f0586702976ff4d0c9942dcb6723161c2df0eea78455cfedfb"
dependencies = [
"const-random",
]
[[package]]
name = "ahash"
version = "0.3.8"
...
...
@@ -230,7 +239,7 @@ dependencies = [
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"once_cell
1.5.1
",
"vec-arena",
]
...
...
@@ -244,7 +253,7 @@ dependencies = [
"async-io",
"futures-lite",
"num_cpus",
"once_cell",
"once_cell
1.5.1
",
]
[[package]]
...
...
@@ -259,7 +268,7 @@ dependencies = [
"libc",
"log",
"nb-connect",
"once_cell",
"once_cell
1.5.1
",
"parking",
"polling",
"vec-arena",
...
...
@@ -296,7 +305,7 @@ dependencies = [
"log",
"memchr",
"num_cpus",
"once_cell",
"once_cell
1.5.1
",
"pin-project-lite",
"pin-utils",
"slab",
...
...
@@ -437,6 +446,21 @@ dependencies = [
"which",
]
[[package]]
name = "bip39"
version = "0.6.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7059804e226b3ac116519a252d7f5fb985a5ccc0e93255e036a5f7e7283323f4"
dependencies = [
"failure",
"hashbrown 0.1.8",
"hmac 0.7.1",
"once_cell 0.1.8",
"pbkdf2 0.3.0",
"rand 0.6.5",
"sha2 0.8.2",
]
[[package]]
name = "bitflags"
version = "1.2.1"
...
...
@@ -553,7 +577,7 @@ dependencies = [
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
"once_cell
1.5.1
",
]
[[package]]
...
...
@@ -746,7 +770,7 @@ dependencies = [
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"once_cell
1.5.1
",
"owo-colors",
"tracing-error",
]
...
...
@@ -791,6 +815,26 @@ dependencies = [
"web-sys",
]
[[package]]
name = "const-random"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02dc82c12dc2ee6e1ded861cf7d582b46f66f796d1b6c93fa28b911ead95da02"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc757bbb9544aa296c2ae00c679e81f886b37e28e59097defe0cf524306f6685"
dependencies = [
"getrandom 0.2.0",
"proc-macro-hack",
]
[[package]]
name = "const_fn"
version = "0.4.3"
...
...
@@ -970,7 +1014,7 @@ dependencies = [
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
"scopeguard
1.1.0
",
]
[[package]]
...
...
@@ -984,7 +1028,7 @@ dependencies = [
"crossbeam-utils 0.8.0",
"lazy_static",
"memoffset",
"scopeguard",
"scopeguard
1.1.0
",
]
[[package]]
...
...
@@ -1359,7 +1403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f29abf4740a4778632fe27a4f681ef5b7a6f659aeba3330ac66f48e20cfa3b7"
dependencies = [
"indenter",
"once_cell",
"once_cell
1.5.1
",
]
[[package]]
...
...
@@ -1495,7 +1539,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -1513,7 +1557,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1531,7 +1575,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"chrono",
"frame-benchmarking",
...
...
@@ -1553,7 +1597,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -1569,7 +1613,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "12.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -1580,14 +1624,14 @@ dependencies = [
[[package]]
name = "frame-support"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"bitflags",
"frame-metadata",
"frame-support-procedural",
"impl-trait-for-tuples 0.1.3",
"log",
"once_cell",
"once_cell
1.5.1
",
"parity-scale-codec",
"paste",
"serde",
...
...
@@ -1605,7 +1649,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support-procedural-tools",
"proc-macro2 1.0.24",
...
...
@@ -1616,7 +1660,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate",
...
...
@@ -1628,7 +1672,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
...
...
@@ -1638,7 +1682,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"impl-trait-for-tuples 0.1.3",
...
...
@@ -1654,7 +1698,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -1668,7 +1712,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -1834,7 +1878,7 @@ version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
dependencies = [
"once_cell",
"once_cell
1.5.1
",
]
[[package]]
...
...
@@ -1936,6 +1980,17 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
"cfg-if 0.1.10",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "ghash"
version = "0.3.0"
...
...
@@ -2061,6 +2116,26 @@ dependencies = [
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da"
dependencies = [
"byteorder",
"scopeguard 0.3.3",
]
[[package]]
name = "hashbrown"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead"
dependencies = [
"ahash 0.2.19",
"autocfg 0.1.7",
]
[[package]]
name = "hashbrown"
version = "0.8.2"
...
...
@@ -3132,7 +3207,7 @@ dependencies = [
"libp2p-core",
"libp2p-swarm",
"log",
"lru",
"lru
0.6.1
",
"minicbor",
"rand 0.7.3",
"smallvec 1.5.0",
...
...
@@ -3296,13 +3371,22 @@ dependencies = [
"statrs",
]
[[package]]
name = "lock_api"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
dependencies = [
"scopeguard 0.3.3",
]
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
"scopeguard
1.1.0
",
]
[[package]]
...
...
@@ -3311,7 +3395,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
"scopeguard",
"scopeguard
1.1.0
",
]
[[package]]
...
...
@@ -3336,6 +3420,15 @@ dependencies = [
"serde_json",
]
[[package]]
name = "lru"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"
dependencies = [
"hashbrown 0.6.3",
]
[[package]]
name = "lru"
version = "0.6.1"
...
...
@@ -3796,6 +3889,15 @@ version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[package]]
name = "once_cell"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
dependencies = [
"parking_lot 0.7.1",
]
[[package]]
name = "once_cell"
version = "1.5.1"
...
...
@@ -3850,7 +3952,7 @@ checksum = "7a1250cdd103eef6bd542b5ae82989f931fc00a41a27f60377338241594410f3"
[[package]]
name = "pallet-authority-discovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3866,7 +3968,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -3881,7 +3983,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3906,7 +4008,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3920,7 +4022,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3936,7 +4038,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3951,7 +4053,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3966,7 +4068,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -3987,7 +4089,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4003,7 +4105,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4023,7 +4125,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4040,7 +4142,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4054,7 +4156,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4070,7 +4172,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4084,7 +4186,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4099,7 +4201,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4120,7 +4222,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4136,7 +4238,7 @@ dependencies = [
[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4149,7 +4251,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -4164,7 +4266,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4179,7 +4281,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4199,7 +4301,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4215,7 +4317,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4229,7 +4331,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4251,7 +4353,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.24",
...
...
@@ -4262,7 +4364,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4276,7 +4378,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4294,7 +4396,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4311,7 +4413,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -4329,7 +4431,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -4342,7 +4444,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4357,7 +4459,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4373,7 +4475,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#
0840c58849bc84e7fd72627745bda243741adcd8
"
source = "git+https://github.com/paritytech/substrate#
c180950de63dbdfaa11053a8a56f35e694ed9e36
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4525,6 +4627,16 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[package]]
name = "parking_lot"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
dependencies = [
"lock_api 0.1.5",
"parking_lot_core 0.4.0",
]
[[package]]
name = "parking_lot"
version = "0.9.0"
...
...
@@ -4557,6 +4669,19 @@ dependencies = [
"parking_lot_core 0.8.0",
]
[[package]]
name = "parking_lot_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
dependencies = [
"libc",
"rand 0.6.5",
"rustc_version",
"smallvec 0.6.13",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"