diff --git a/Cargo.lock b/Cargo.lock index 62b1c89c6a..126ad678ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,12 +79,6 @@ dependencies = [ "opaque-debug 0.3.0", ] -[[package]] -name = "ahash" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" - [[package]] name = "ahash" version = "0.4.7" @@ -176,7 +170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" dependencies = [ "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -332,7 +326,7 @@ checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -1425,7 +1419,7 @@ checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -1516,7 +1510,7 @@ checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -1580,7 +1574,7 @@ checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -1687,7 +1681,7 @@ checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "synstructure", ] @@ -1748,12 +1742,12 @@ dependencies = [ [[package]] name = "fixed-hash" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11498d382790b7a8f2fd211780bec78619bba81cdad3a283997c0c41f836759c" +checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", - "rand 0.7.3", + "rand 0.8.1", "rustc-hex", "static_assertions", ] @@ -1786,7 +1780,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", ] @@ -1804,7 +1798,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -1822,7 +1816,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "Inflector", "chrono", @@ -1845,7 +1839,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -1861,7 +1855,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "serde", @@ -1872,12 +1866,12 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "bitflags", "frame-metadata", "frame-support-procedural", - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "log", "once_cell", "parity-scale-codec", @@ -1897,43 +1891,44 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ + "Inflector", "frame-support-procedural-tools", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "serde", "sp-core", @@ -1946,7 +1941,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-api", @@ -2091,7 +2086,7 @@ dependencies = [ "proc-macro-hack", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -2135,7 +2130,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project 1.0.2", + "pin-project 1.0.3", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2212,6 +2207,17 @@ dependencies = [ "wasi 0.9.0+wasi-snapshot-preview1", ] +[[package]] +name = "getrandom" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "wasi 0.10.0+wasi-snapshot-preview1", +] + [[package]] name = "ghash" version = "0.3.1" @@ -2338,23 +2344,13 @@ dependencies = [ "crunchy", ] -[[package]] -name = "hashbrown" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25" -dependencies = [ - "ahash 0.3.8", - "autocfg 1.0.1", -] - [[package]] name = "hashbrown" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" dependencies = [ - "ahash 0.4.7", + "ahash", ] [[package]] @@ -2554,7 +2550,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.2", + "pin-project 1.0.3", "socket2", "tokio 0.2.24", "tower-service", @@ -2665,7 +2661,7 @@ checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -2676,7 +2672,7 @@ checksum = "6f65a8ecf74feeacdab8d38cb129e550ca871cccaa7d1921d8636ecd75534903" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -2686,7 +2682,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" dependencies = [ "autocfg 1.0.1", - "hashbrown 0.9.1", + "hashbrown", "serde", ] @@ -2834,7 +2830,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -2928,7 +2924,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "frame-executive", @@ -3003,9 +2999,9 @@ dependencies = [ [[package]] name = "kvdb" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0315ef2f688e33844400b31f11c263f2b3dc21d8b9355c6891c5f185fae43f9a" +checksum = "92312348daade49976a6dc59263ad39ed54f840aacb5664874f7c9aa16e5f848" dependencies = [ "parity-util-mem", "smallvec 1.6.0", @@ -3013,20 +3009,20 @@ dependencies = [ [[package]] name = "kvdb-memorydb" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73de822b260a3bdfb889dbbb65bb2d473eee2253973d6fa4a5d149a2a4a7c66e" +checksum = "986052a8d16c692eaebe775391f9a3ac26714f3907132658500b601dec94c8c2" dependencies = [ "kvdb", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", ] [[package]] name = "kvdb-rocksdb" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44947dd392f09475af614d740fe0320b66d01cb5b977f664bbbb5e45a70ea4c1" +checksum = "8d92c36be64baba5ea549116ff0d7ffd445456a7be8aaee21ec05882b980cd11" dependencies = [ "fs-swap", "kvdb", @@ -3034,7 +3030,7 @@ dependencies = [ "num_cpus", "owning_ref", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "regex", "rocksdb", "smallvec 1.6.0", @@ -3113,7 +3109,7 @@ dependencies = [ "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.2", + "pin-project 1.0.3", "smallvec 1.6.0", "wasm-timer", ] @@ -3138,7 +3134,7 @@ dependencies = [ "multistream-select", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.2", + "pin-project 1.0.3", "prost", "prost-build", "rand 0.7.3", @@ -3159,7 +3155,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156" dependencies = [ "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -3264,7 +3260,7 @@ dependencies = [ "rand 0.7.3", "sha2 0.9.2", "smallvec 1.6.0", - "uint", + "uint 0.8.5", "unsigned-varint", "void", "wasm-timer", @@ -3371,7 +3367,7 @@ checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ "futures 0.3.8", "log", - "pin-project 1.0.2", + "pin-project 1.0.3", "rand 0.7.3", "salsa20", "sha3", @@ -3608,7 +3604,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635" dependencies = [ - "hashbrown 0.9.1", + "hashbrown", ] [[package]] @@ -3698,12 +3694,12 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.24.1" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36f36ddb0b2cdc25d38babba472108798e3477f02be5165f038c5e393e50c57a" +checksum = "6cbd2a22f201c03cc1706a727842490abfea17b7b53260358239828208daba3c" dependencies = [ "hash-db", - "hashbrown 0.8.2", + "hashbrown", "parity-util-mem", ] @@ -3762,7 +3758,7 @@ checksum = "2e071b3159835ee91df62dbdbfdd7ec366b7ea77c838f43aff4acda6b61bcfb9" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -3880,7 +3876,7 @@ dependencies = [ "proc-macro-error", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "synstructure", ] @@ -3899,7 +3895,7 @@ dependencies = [ "bytes 0.5.6", "futures 0.3.8", "log", - "pin-project 1.0.2", + "pin-project 1.0.3", "smallvec 1.6.0", "unsigned-varint", ] @@ -4105,6 +4101,12 @@ dependencies = [ "parking_lot 0.11.1", ] +[[package]] +name = "oorandom" +version = "11.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" + [[package]] name = "opaque-debug" version = "0.2.3" @@ -4144,7 +4146,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4160,11 +4162,11 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "sp-authorship", "sp-inherents", @@ -4175,7 +4177,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-benchmarking", "frame-support", @@ -4200,7 +4202,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4216,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4228,7 +4230,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4243,7 +4245,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-benchmarking", "frame-support", @@ -4258,7 +4260,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4272,7 +4274,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4295,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4309,7 +4311,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4328,7 +4330,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4344,7 +4346,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4358,7 +4360,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4373,7 +4375,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4387,7 +4389,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4402,7 +4404,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4417,7 +4419,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4430,7 +4432,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "enumflags2", "frame-support", @@ -4445,7 +4447,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-benchmarking", "frame-support", @@ -4460,7 +4462,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4480,7 +4482,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4494,7 +4496,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4514,18 +4516,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4539,12 +4541,12 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "serde", "sp-inherents", @@ -4556,7 +4558,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4570,7 +4572,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4587,7 +4589,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4605,7 +4607,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "parity-scale-codec", @@ -4618,11 +4620,11 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "pallet-balances", "parity-scale-codec", "serde", @@ -4633,7 +4635,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-support", "frame-system", @@ -4648,7 +4650,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "enumflags2", "frame-support", @@ -4724,7 +4726,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -4754,15 +4756,15 @@ dependencies = [ [[package]] name = "parity-util-mem" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297ff91fa36aec49ce183484b102f6b75b46776822bd81525bfc4cc9b0dd0f5c" +checksum = "8f17f15cb05897127bf36a240085a1f0bbef7bce3024849eccf7f93f6171bc27" dependencies = [ - "cfg-if 0.1.10", - "hashbrown 0.8.2", - "impl-trait-for-tuples 0.1.3", + "cfg-if 1.0.0", + "hashbrown", + "impl-trait-for-tuples 0.2.0", "parity-util-mem-derive", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "primitive-types", "smallvec 1.6.0", "winapi 0.3.9", @@ -4775,7 +4777,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" dependencies = [ "proc-macro2 1.0.24", - "syn 1.0.57", + "syn 1.0.58", "synstructure", ] @@ -5007,7 +5009,7 @@ dependencies = [ "pest_meta", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -5042,11 +5044,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7" +checksum = "5a83804639aad6ba65345661744708855f9fbcb71176ea8d28d05aeb11d975e7" dependencies = [ - "pin-project-internal 1.0.2", + "pin-project-internal 1.0.3", ] [[package]] @@ -5057,18 +5059,18 @@ checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "pin-project-internal" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f" +checksum = "b7bcc46b8f73443d15bc1c5fecbb315718491fa9187fa483f0e359323cde8b3a" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -5104,7 +5106,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5119,7 +5121,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5138,7 +5140,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "frame-benchmarking-cli", "log", @@ -5157,7 +5159,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-node-network-protocol", @@ -5172,7 +5174,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.7.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "parity-scale-codec", "sp-core", @@ -5183,7 +5185,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5196,7 +5198,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "async-trait", "futures 0.3.8", @@ -5213,7 +5215,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-erasure-coding", @@ -5230,7 +5232,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -5251,7 +5253,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "futures 0.3.8", @@ -5270,7 +5272,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5286,7 +5288,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5301,7 +5303,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5318,7 +5320,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5332,7 +5334,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -5356,7 +5358,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "futures 0.3.8", @@ -5372,7 +5374,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-node-subsystem", @@ -5387,7 +5389,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "async-std", "lazy_static", @@ -5403,7 +5405,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", @@ -5415,7 +5417,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -5429,7 +5431,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "async-std", "async-trait", @@ -5441,7 +5443,7 @@ dependencies = [ "mick-jaeger", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.2", + "pin-project 1.0.3", "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5459,14 +5461,14 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "async-trait", "futures 0.3.8", "futures-timer 3.0.2", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.2", + "pin-project 1.0.3", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5482,13 +5484,13 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "async-trait", "futures 0.3.8", "futures-timer 3.0.2", "parity-scale-codec", - "pin-project 1.0.2", + "pin-project 1.0.3", "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5507,11 +5509,12 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "async-trait", "futures 0.3.8", "futures-timer 3.0.2", + "oorandom", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5525,7 +5528,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -5548,7 +5551,7 @@ dependencies = [ [[package]] name = "polkadot-pov-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "polkadot-node-network-protocol", @@ -5563,7 +5566,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "frame-system", @@ -5590,7 +5593,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -5620,7 +5623,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "frame-executive", @@ -5685,7 +5688,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "frame-support", @@ -5721,7 +5724,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -5738,8 +5741,8 @@ dependencies = [ "pallet-vesting", "parity-scale-codec", "polkadot-primitives", - "rand 0.7.3", - "rand_chacha 0.2.2", + "rand 0.8.1", + "rand_chacha 0.3.0", "rustc-hex", "serde", "sp-api", @@ -5758,7 +5761,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.3" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", @@ -5837,7 +5840,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "arrayvec 0.5.2", "futures 0.3.8", @@ -5855,7 +5858,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5865,7 +5868,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -5889,7 +5892,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "frame-executive", @@ -5943,7 +5946,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "frame-benchmarking", "frame-system", @@ -5963,7 +5966,7 @@ dependencies = [ "polkadot-runtime-parachains", "polkadot-service", "polkadot-test-runtime", - "rand 0.7.3", + "rand 0.8.1", "sc-authority-discovery", "sc-chain-spec", "sc-cli", @@ -5995,7 +5998,7 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "futures 0.3.8", "log", @@ -6088,14 +6091,14 @@ dependencies = [ [[package]] name = "primitive-types" -version = "0.7.3" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809" +checksum = "b3824ae2c5e27160113b9e029a10ec9e3f0237bad8029f69c7724393c9fdefd8" dependencies = [ "fixed-hash", "impl-codec", "impl-serde", - "uint", + "uint 0.9.0", ] [[package]] @@ -6116,7 +6119,7 @@ dependencies = [ "proc-macro-error-attr", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "version_check", ] @@ -6213,7 +6216,7 @@ dependencies = [ "itertools 0.8.2", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -6332,7 +6335,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom", + "getrandom 0.1.16", "libc", "rand_chacha 0.2.2", "rand_core 0.5.1", @@ -6340,6 +6343,18 @@ dependencies = [ "rand_pcg 0.2.1", ] +[[package]] +name = "rand" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34" +dependencies = [ + "libc", + "rand_chacha 0.3.0", + "rand_core 0.6.1", + "rand_hc 0.3.0", +] + [[package]] name = "rand_chacha" version = "0.1.1" @@ -6360,6 +6375,16 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +dependencies = [ + "ppv-lite86", + "rand_core 0.6.1", +] + [[package]] name = "rand_core" version = "0.3.1" @@ -6381,7 +6406,16 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom", + "getrandom 0.1.16", +] + +[[package]] +name = "rand_core" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +dependencies = [ + "getrandom 0.2.1", ] [[package]] @@ -6411,6 +6445,15 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_hc" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +dependencies = [ + "rand_core 0.6.1", +] + [[package]] name = "rand_isaac" version = "0.1.1" @@ -6536,7 +6579,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" dependencies = [ - "getrandom", + "getrandom 0.1.16", "redox_syscall", "rust-argon2", ] @@ -6567,7 +6610,7 @@ checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -6736,7 +6779,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "frame-executive", "frame-support", @@ -6925,7 +6968,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -6953,7 +6996,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -6976,7 +7019,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6993,9 +7036,9 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "sc-chain-spec-derive", "sc-consensus-babe", @@ -7014,18 +7057,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "atty", "chrono", @@ -7068,18 +7111,18 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "fnv", @@ -7089,7 +7132,7 @@ dependencies = [ "lazy_static", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-executor", "sp-api", "sp-blockchain", @@ -7113,7 +7156,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "blake2-rfc", "hash-db", @@ -7125,7 +7168,7 @@ dependencies = [ "parity-db", "parity-scale-codec", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-client-api", "sc-executor", "sc-state-db", @@ -7143,7 +7186,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7154,7 +7197,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "fork-tree", @@ -7166,7 +7209,7 @@ dependencies = [ "num-rational", "num-traits 0.2.14", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "pdqselect", "rand 0.7.3", "retain_mut", @@ -7199,7 +7242,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -7223,11 +7266,11 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "fork-tree", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-client-api", "sp-blockchain", "sp-runtime", @@ -7236,13 +7279,13 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-client-api", "sc-telemetry", "sp-api", @@ -7262,7 +7305,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "sc-client-api", @@ -7276,7 +7319,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -7284,7 +7327,7 @@ dependencies = [ "log", "parity-scale-codec", "parity-wasm 0.41.0", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", @@ -7305,7 +7348,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -7321,7 +7364,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "parity-scale-codec", @@ -7336,7 +7379,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "parity-scale-codec", @@ -7354,7 +7397,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -7363,7 +7406,7 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "pin-project 0.4.27", "rand 0.7.3", "sc-block-builder", @@ -7391,7 +7434,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -7415,7 +7458,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "ansi_term 0.12.1", "futures 0.3.8", @@ -7433,7 +7476,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -7441,7 +7484,7 @@ dependencies = [ "futures-util", "hex", "merlin", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "rand 0.7.3", "serde_json", "sp-application-crypto", @@ -7453,12 +7496,12 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "hash-db", "lazy_static", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-client-api", "sc-executor", "sp-api", @@ -7472,7 +7515,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "async-std", "async-trait", @@ -7525,7 +7568,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7540,7 +7583,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "bytes 0.5.6", "fnv", @@ -7551,7 +7594,7 @@ dependencies = [ "log", "num_cpus", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "rand 0.7.3", "sc-client-api", "sc-keystore", @@ -7567,7 +7610,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "libp2p", @@ -7580,7 +7623,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7589,7 +7632,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "hash-db", @@ -7597,7 +7640,7 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-block-builder", "sc-client-api", "sc-executor", @@ -7623,7 +7666,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -7633,7 +7676,7 @@ dependencies = [ "jsonrpc-pubsub", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "serde", "serde_json", "sp-chain-spec", @@ -7647,7 +7690,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -7665,7 +7708,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "directories 3.0.1", "exit-future 0.2.0", @@ -7679,7 +7722,7 @@ dependencies = [ "log", "parity-scale-codec", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "pin-project 0.4.27", "rand 0.7.3", "sc-block-builder", @@ -7729,13 +7772,13 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "parity-scale-codec", "parity-util-mem", "parity-util-mem-derive", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-client-api", "sp-core", "thiserror", @@ -7744,7 +7787,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7764,13 +7807,13 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", "libp2p", "log", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "pin-project 0.4.27", "rand 0.7.3", "serde", @@ -7785,14 +7828,14 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "ansi_term 0.12.1", "erased-serde", "lazy_static", "log", "once_cell", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "regex", "rustc-hash", "sc-telemetry", @@ -7809,14 +7852,14 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", "linked-hash-map", "log", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "retain_mut", "serde", "sp-blockchain", @@ -7831,7 +7874,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-diagnose", @@ -7839,7 +7882,7 @@ dependencies = [ "log", "parity-scale-codec", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sc-client-api", "sc-transaction-graph", "sp-api", @@ -7873,7 +7916,7 @@ dependencies = [ "arrayref", "arrayvec 0.5.2", "curve25519-dalek 2.1.0", - "getrandom", + "getrandom 0.1.16", "merlin", "rand 0.7.3", "rand_core 0.5.1", @@ -7918,7 +7961,7 @@ checksum = "b12bd20b94c7cdfda8c7ba9b92ad0d9a56e3fa018c25fca83b51aa664c9b4c0d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -8024,7 +8067,7 @@ checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -8230,7 +8273,7 @@ checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -8296,7 +8339,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "sp-core", @@ -8308,7 +8351,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "hash-db", "parity-scale-codec", @@ -8324,19 +8367,19 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "blake2-rfc", "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "serde", @@ -8348,7 +8391,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "integer-sqrt", "num-traits 0.2.14", @@ -8361,7 +8404,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-api", @@ -8373,7 +8416,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8384,7 +8427,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-api", @@ -8396,13 +8439,13 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "log", "lru", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sp-api", "sp-consensus", "sp-database", @@ -8414,7 +8457,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "serde", "serde_json", @@ -8423,14 +8466,14 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", "libp2p", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "serde", "sp-api", "sp-core", @@ -8449,7 +8492,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-api", @@ -8463,7 +8506,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "merlin", "parity-scale-codec", @@ -8483,7 +8526,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8492,7 +8535,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8504,7 +8547,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "base58", "blake2-rfc", @@ -8523,7 +8566,7 @@ dependencies = [ "num-traits 0.2.14", "parity-scale-codec", "parity-util-mem", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "primitive-types", "rand 0.7.3", "regex", @@ -8548,26 +8591,26 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "kvdb", - "parking_lot 0.10.2", + "parking_lot 0.11.1", ] [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "environmental", "parity-scale-codec", @@ -8578,7 +8621,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "finality-grandpa", "log", @@ -8595,10 +8638,10 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sp-core", "sp-std", "thiserror", @@ -8607,14 +8650,14 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "hash-db", "libsecp256k1", "log", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "sp-core", "sp-externalities", "sp-keystore", @@ -8631,7 +8674,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "lazy_static", "sp-core", @@ -8642,14 +8685,14 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "async-trait", "derive_more 0.99.11", "futures 0.3.8", "merlin", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "schnorrkel", "serde", "sp-core", @@ -8659,7 +8702,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "serde", @@ -8671,18 +8714,18 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "sp-api", "sp-core", @@ -8692,7 +8735,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "backtrace", ] @@ -8700,7 +8743,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "serde", "sp-core", @@ -8709,11 +8752,11 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "either", "hash256-std-hasher", - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "log", "parity-scale-codec", "parity-util-mem", @@ -8730,9 +8773,9 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "primitive-types", "sp-externalities", @@ -8747,19 +8790,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "Inflector", "proc-macro-crate", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "serde", "serde_json", @@ -8768,7 +8811,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-api", @@ -8781,7 +8824,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8791,13 +8834,13 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "hash-db", "log", "num-traits 0.2.14", "parity-scale-codec", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.0", "sp-core", @@ -8813,12 +8856,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8831,7 +8874,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "sp-core", @@ -8844,7 +8887,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -8857,9 +8900,9 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "sp-api", "sp-inherents", @@ -8871,7 +8914,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "log", "parity-scale-codec", @@ -8884,7 +8927,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "derive_more 0.99.11", "futures 0.3.8", @@ -8900,7 +8943,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "hash-db", "memory-db", @@ -8914,7 +8957,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "futures-core", @@ -8926,7 +8969,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8938,9 +8981,9 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ - "impl-trait-for-tuples 0.1.3", + "impl-trait-for-tuples 0.2.0", "parity-scale-codec", "sp-std", "wasmi", @@ -9031,7 +9074,7 @@ dependencies = [ "proc-macro-error", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -9052,7 +9095,7 @@ dependencies = [ "heck", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -9071,7 +9114,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "platforms", ] @@ -9079,7 +9122,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.8", @@ -9102,7 +9145,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "async-std", "derive_more 0.99.11", @@ -9116,7 +9159,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#1b840aa0d7eb88919b7503843cff3a7ddf66564c" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.1.30", "futures 0.3.8", @@ -9143,7 +9186,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "cfg-if 0.1.10", "frame-executive", @@ -9185,7 +9228,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "parity-scale-codec", @@ -9206,7 +9249,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "futures 0.3.8", "substrate-test-utils-derive", @@ -9216,11 +9259,11 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "proc-macro-crate", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -9242,7 +9285,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#80d7559675662a8a51f4a9d618286addb9a9a575" +source = "git+https://github.com/paritytech/substrate?branch=master#c9d93653e567f10867273b0171f3025419795c37" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9279,9 +9322,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.57" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" +checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", @@ -9296,7 +9339,7 @@ checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "unicode-xid 0.2.1", ] @@ -9372,7 +9415,7 @@ checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -9578,7 +9621,7 @@ checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -9770,7 +9813,7 @@ checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", ] [[package]] @@ -9843,12 +9886,12 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" [[package]] name = "trie-db" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e55f7ace33d6237e14137e386f4e1672e2a5c6bbc97fef9f438581a143971f0" +checksum = "5cc176c377eb24d652c9c69c832c832019011b6106182bf84276c66b66d5c9a6" dependencies = [ "hash-db", - "hashbrown 0.8.2", + "hashbrown", "log", "rustc-hex", "smallvec 1.6.0", @@ -9885,7 +9928,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.7.3", + "rand 0.6.5", "static_assertions", ] @@ -9913,6 +9956,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e11fe9a9348741cf134085ad57c249508345fe16411b3d7fb4ff2da2f1d6382e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + [[package]] name = "unicase" version = "2.6.0" @@ -10125,7 +10180,7 @@ dependencies = [ "log", "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "wasm-bindgen-shared", ] @@ -10159,7 +10214,7 @@ checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -10445,7 +10500,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "bitvec", "frame-executive", @@ -10585,7 +10640,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "parity-scale-codec", ] @@ -10593,7 +10648,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "frame-support", "parity-scale-codec", @@ -10609,7 +10664,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#09c43bb8f29c1930b29c0a0910798b531c1effce" +source = "git+https://github.com/paritytech/polkadot?branch=master#c59408004db39c25f078e3e1961e640159b1bdda" dependencies = [ "frame-support", "impl-trait-for-tuples 0.2.0", @@ -10665,7 +10720,7 @@ checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", - "syn 1.0.57", + "syn 1.0.58", "synstructure", ] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 69a3d76777..6f0f7432e7 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" # Other dependencies codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = [ "derive" ] } hash-db = { version = "0.15.2", default-features = false } -memory-db = { version = "0.24.0", default-features = false } +memory-db = { version = "0.25.0", default-features = false } trie-db = { version = "0.22.0", default-features = false } # Cumulus dependencies @@ -25,7 +25,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", default-fe sp-externalities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" } # Polkadot dependencies -parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ] , branch = "master" } +parachain = { package = "polkadot-parachain", git = "https://github.com/paritytech/polkadot", default-features = false, features = [ "wasm-api" ], branch = "master" } [dev-dependencies] sc-client-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }