From 2218df9b74b076c53a6ea1386a7cc6e461c12a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 14 Jan 2021 17:50:56 +0100 Subject: [PATCH] Update to latest (#289) --- cumulus/Cargo.lock | 662 ++++++++++++----------- cumulus/rococo-parachains/src/command.rs | 1 + 2 files changed, 347 insertions(+), 316 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 0f3a825e79..1abab78355 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -293,7 +293,7 @@ dependencies = [ "memchr", "num_cpus", "once_cell", - "pin-project-lite 0.2.0", + "pin-project-lite 0.2.4", "pin-utils", "slab", "wasm-bindgen-futures", @@ -1034,7 +1034,7 @@ dependencies = [ "cumulus-test-client", "cumulus-test-runtime", "env_logger", - "futures 0.3.9", + "futures 0.3.10", "log", "parity-scale-codec", "parking_lot 0.9.0", @@ -1067,7 +1067,7 @@ version = "0.1.0" dependencies = [ "cumulus-test-client", "cumulus-test-runtime", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "parity-scale-codec", "polkadot-primitives", @@ -1106,7 +1106,7 @@ dependencies = [ "cumulus-primitives", "cumulus-test-service", "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -1207,7 +1207,7 @@ dependencies = [ "cumulus-collator", "cumulus-consensus", "cumulus-primitives", - "futures 0.3.9", + "futures 0.3.10", "polkadot-overseer", "polkadot-primitives", "polkadot-service", @@ -1342,7 +1342,7 @@ dependencies = [ "cumulus-primitives", "cumulus-service", "cumulus-test-runtime", - "futures 0.3.9", + "futures 0.3.10", "jsonrpc-core", "pallet-sudo", "parity-scale-codec", @@ -1677,7 +1677,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", ] [[package]] @@ -1749,7 +1749,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8feb87a63249689640ac9c011742c33139204e3c134293d3054022276869133b" dependencies = [ "either", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 2.0.2", "log", "num-traits 0.2.14", @@ -1764,7 +1764,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", - "rand 0.8.1", + "rand 0.8.2", "rustc-hex", "static_assertions", ] @@ -1797,7 +1797,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", ] @@ -1815,7 +1815,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -1833,7 +1833,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "Inflector", "chrono", @@ -1856,7 +1856,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -1872,7 +1872,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "serde", @@ -1883,7 +1883,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "bitflags", "frame-metadata", @@ -1908,7 +1908,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1932,7 +1932,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", @@ -1942,7 +1942,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "impl-trait-for-tuples 0.2.0", @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-api", @@ -2006,9 +2006,9 @@ checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed" [[package]] name = "futures" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c70be434c505aee38639abccb918163b63158a4b4bb791b45b7023044bdc3c9c" +checksum = "309f13e3f4be6d5917178c84db67c0b9a09177ac16d4f9a7313a767a68adaa77" dependencies = [ "futures-channel", "futures-core", @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f01c61843314e95f96cc9245702248733a3a3d744e43e2e755e3c7af8348a0a9" +checksum = "7a3b03bd32f6ec7885edeb99acd1e47e20e34fd4dfd3c6deed6fcac8a9d28f6a" dependencies = [ "futures-core", "futures-sink", @@ -2031,9 +2031,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8d3b0917ff63a2a96173133c02818fac4a746b0a57569d3baca9ec0e945e08" +checksum = "ed8aeae2b6ab243ebabe6f54cd4cf53054d98883d5d326128af7d57a9ca5cd3d" [[package]] name = "futures-cpupool" @@ -2052,7 +2052,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" dependencies = [ "futures 0.1.30", - "futures 0.3.9", + "futures 0.3.10", "lazy_static", "log", "parking_lot 0.9.0", @@ -2063,9 +2063,9 @@ dependencies = [ [[package]] name = "futures-executor" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ee9ca2f7eb4475772cf39dd1cd06208dce2670ad38f4d9c7262b3e15f127068" +checksum = "3f7836b36b7533d16fd5937311d98ba8965ab81030de8b0024c299dd5d51fb9b" dependencies = [ "futures-core", "futures-task", @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e37c1a51b037b80922864b8eed90692c5cd8abd4c71ce49b77146caa47f3253b" +checksum = "d41234e71d5e8ca73d01563974ef6f50e516d71e18f1a2f1184742e31f5d469f" [[package]] name = "futures-lite" @@ -2090,15 +2090,15 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.0", + "pin-project-lite 0.2.4", "waker-fn", ] [[package]] name = "futures-macro" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f8719ca0e1f3c5e34f3efe4570ef2c0610ca6da85ae7990d472e9cbfba13664" +checksum = "3520e0eb4e704e88d771b92d51273ee212997f0d8282f17f5d8ff1cb39104e42" dependencies = [ "proc-macro-hack", "proc-macro2 1.0.24", @@ -2108,15 +2108,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6adabac1290109cfa089f79192fb6244ad2c3f1cc2281f3e1dd987592b71feb" +checksum = "c72d188479368953c6c8c7140e40d7a4401674ab3b98a41e60e515d6cbdbe5de" [[package]] name = "futures-task" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a92a0843a2ff66823a8f7c77bffe9a09be2b64e533562c412d63075643ec0038" +checksum = "08944cea9021170d383287169859c0ca8147d9ec285978393109954448f33cc7" dependencies = [ "once_cell", ] @@ -2135,9 +2135,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "036a2107cdeb57f6d7322f1b6c363dad67cd63ca3b7d1b925bdf75bd5d96cda9" +checksum = "d3dd206efbe2ca683b2ce138ccdf61e1b0a63f5816dcedc9d8654c500ba0cea6" dependencies = [ "futures 0.1.30", "futures-channel", @@ -2147,7 +2147,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.0", + "pin-project-lite 0.2.4", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -2161,7 +2161,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b" dependencies = [ "bytes 0.5.6", - "futures 0.3.9", + "futures 0.3.10", "memchr", "pin-project 0.4.27", ] @@ -2643,7 +2643,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16d7c5e361e6b05c882b4847dd98992534cebc6fcde7f4bc98225bcf10fd6d0d" dependencies = [ "async-io", - "futures 0.3.9", + "futures 0.3.10", "futures-lite", "if-addrs", "ipnet", @@ -2733,7 +2733,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 2.0.2", ] @@ -2941,7 +2941,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "frame-executive", @@ -3101,7 +3101,7 @@ checksum = "2e17c636b5fe5ff900ccc2840b643074bfac321551d821243a781d0d46f06588" dependencies = [ "atomic", "bytes 0.5.6", - "futures 0.3.9", + "futures 0.3.10", "lazy_static", "libp2p-core", "libp2p-core-derive", @@ -3142,7 +3142,7 @@ dependencies = [ "ed25519-dalek", "either", "fnv", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "lazy_static", "libsecp256k1", @@ -3182,7 +3182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3257a41f376aa23f237231971fee7e350e4d8353cfcf233aef34d6d6b638f0c" dependencies = [ "flate2", - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", ] @@ -3192,7 +3192,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e09bab25af01326b4ed9486d31325911437448edda30bc57681502542d49f20" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "log", ] @@ -3205,7 +3205,7 @@ checksum = "6fd8cdd5ef1dd0b7346975477216d752de976b92e43051bc8bd808c372ea6cec" dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "libp2p-swarm", "log", @@ -3225,7 +3225,7 @@ dependencies = [ "byteorder", "bytes 0.5.6", "fnv", - "futures 0.3.9", + "futures 0.3.10", "futures_codec", "hex_fmt", "libp2p-core", @@ -3247,7 +3247,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c43bc51a9bc3780288c526615ba0f5f8216820ea6dcc02b89e8daee526c5fccb" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "libp2p-swarm", "log", @@ -3267,7 +3267,7 @@ dependencies = [ "bytes 0.5.6", "either", "fnv", - "futures 0.3.9", + "futures 0.3.10", "futures_codec", "libp2p-core", "libp2p-swarm", @@ -3292,7 +3292,7 @@ dependencies = [ "async-io", "data-encoding", "dns-parser", - "futures 0.3.9", + "futures 0.3.10", "if-watch", "lazy_static", "libp2p-core", @@ -3311,7 +3311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce3200fbe6608e623bd9efa459cc8bafa0e4efbb0a2dfcdd0e1387ff4181264b" dependencies = [ "bytes 0.5.6", - "futures 0.3.9", + "futures 0.3.10", "futures_codec", "libp2p-core", "log", @@ -3330,7 +3330,7 @@ checksum = "0580e0d18019d254c9c349c03ff7b22e564b6f2ada70c045fc39738e144f2139" dependencies = [ "bytes 0.5.6", "curve25519-dalek 3.0.0", - "futures 0.3.9", + "futures 0.3.10", "lazy_static", "libp2p-core", "log", @@ -3350,7 +3350,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50b2ec86a18cbf09d7df440e7786a2409640c774e476e9a3b4d031382c3d7588" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "libp2p-swarm", "log", @@ -3366,7 +3366,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a7b1bdcbe46a3a2159c231601ed29645282653c0a96ce3a2ad8352c9fbe6800" dependencies = [ "bytes 0.5.6", - "futures 0.3.9", + "futures 0.3.10", "futures_codec", "libp2p-core", "log", @@ -3382,7 +3382,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "log", "pin-project 1.0.4", "rand 0.7.3", @@ -3398,7 +3398,7 @@ checksum = "620e2950decbf77554b5aed3824f7d0e2c04923f28c70f9bff1a402c47ef6b1e" dependencies = [ "async-trait", "bytes 0.5.6", - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "libp2p-swarm", "log", @@ -3417,7 +3417,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdf5894ee1ee63a38aa58d58a16e3dcf7ede6b59ea7b22302c00c1a41d7aec41" dependencies = [ "either", - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "log", "rand 0.7.3", @@ -3433,7 +3433,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d2113a7dab2b502c55fe290910cd7399a2aa04fe70a2f5a415a87a1db600c0e" dependencies = [ "async-std", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "if-addrs", "ipnet", @@ -3449,7 +3449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af05fe92c2a3aa320bc82a308ddb7b33bef3b060154c5a4b9fb0b01f15385fc0" dependencies = [ "async-std", - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "log", ] @@ -3460,7 +3460,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37cd44ea05a4523f40183f60ab6e6a80e400a5ddfc98b0df1c55edeb85576cd9" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -3476,7 +3476,7 @@ checksum = "270c80528e21089ea25b41dd1ab8fd834bdf093ebee422fed3b68699a857a083" dependencies = [ "async-tls", "either", - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "log", "quicksink", @@ -3494,7 +3494,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36799de9092c35782f080032eddbc8de870f94a0def87cf9f8883efccd5cacf0" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "libp2p-core", "parking_lot 0.11.1", "thiserror", @@ -3747,13 +3747,22 @@ dependencies = [ "zeroize", ] +[[package]] +name = "metered-channel" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" +dependencies = [ + "futures 0.3.10", + "futures-timer 3.0.2", +] + [[package]] name = "mick-jaeger" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "rand 0.7.3", "thrift", ] @@ -3910,7 +3919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dda822043bba2d6da31c4e14041f9794f8fb130a5959289038d0b809d8888614" dependencies = [ "bytes 0.5.6", - "futures 0.3.9", + "futures 0.3.10", "log", "pin-project 1.0.4", "smallvec 1.6.1", @@ -4163,7 +4172,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4179,7 +4188,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4194,7 +4203,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -4219,7 +4228,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -4233,7 +4242,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4247,7 +4256,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4262,7 +4271,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4286,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4291,7 +4300,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -4312,7 +4321,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4328,7 +4337,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4347,7 +4356,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4363,7 +4372,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4377,7 +4386,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4392,7 +4401,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4406,7 +4415,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4421,7 +4430,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4436,7 +4445,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4449,7 +4458,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "enumflags2", "frame-support", @@ -4464,7 +4473,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -4479,7 +4488,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4499,7 +4508,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4513,7 +4522,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4533,7 +4542,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4544,7 +4553,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4558,7 +4567,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-benchmarking", "frame-support", @@ -4575,7 +4584,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4589,11 +4598,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", - "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "serde", "smallvec 1.6.1", @@ -4606,14 +4614,13 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "serde", "sp-api", "sp-blockchain", "sp-core", @@ -4624,20 +4631,18 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "frame-support", + "pallet-transaction-payment", "parity-scale-codec", - "serde", "sp-api", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-treasury" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4652,7 +4657,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-support", "frame-system", @@ -4667,7 +4672,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "enumflags2", "frame-support", @@ -5098,9 +5103,9 @@ checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" [[package]] name = "pin-project-lite" -version = "0.2.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c" +checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827" [[package]] name = "pin-utils" @@ -5123,9 +5128,9 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -5138,9 +5143,9 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -5157,9 +5162,10 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "frame-benchmarking-cli", + "futures 0.3.10", "log", "polkadot-parachain", "polkadot-service", @@ -5176,9 +5182,9 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5191,7 +5197,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.7.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "parity-scale-codec", "sp-core", @@ -5202,7 +5208,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5215,10 +5221,10 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "async-trait", - "futures 0.3.9", + "futures 0.3.10", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -5232,9 +5238,9 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5249,10 +5255,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "kvdb", "kvdb-rocksdb", @@ -5271,10 +5277,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", - "futures 0.3.9", + "futures 0.3.10", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5290,9 +5296,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -5306,9 +5312,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -5321,9 +5327,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -5338,9 +5344,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -5352,9 +5358,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-overseer", @@ -5376,10 +5382,10 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5392,9 +5398,9 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", @@ -5407,7 +5413,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "async-std", "lazy_static", @@ -5423,21 +5429,22 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", "sc-network", + "strum 0.20.0", ] [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "parity-scale-codec", "polkadot-primitives", "polkadot-statement-table", @@ -5449,12 +5456,12 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "async-std", "async-trait", "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "lazy_static", "log", @@ -5479,10 +5486,10 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "async-trait", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "parity-scale-codec", "parking_lot 0.11.1", @@ -5502,11 +5509,12 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "async-trait", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", + "metered-channel", "parity-scale-codec", "pin-project 1.0.4", "polkadot-node-jaeger", @@ -5527,10 +5535,10 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "async-trait", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "oorandom", "polkadot-node-primitives", @@ -5545,10 +5553,10 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "log", "parity-scale-codec", "parking_lot 0.11.1", @@ -5568,9 +5576,9 @@ dependencies = [ [[package]] name = "polkadot-pov-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -5583,7 +5591,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "frame-system", @@ -5610,7 +5618,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -5640,7 +5648,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "frame-executive", @@ -5705,7 +5713,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "frame-support", @@ -5741,7 +5749,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -5758,7 +5766,7 @@ dependencies = [ "pallet-vesting", "parity-scale-codec", "polkadot-primitives", - "rand 0.8.1", + "rand 0.8.2", "rand_chacha 0.3.0", "rustc-hex", "serde", @@ -5778,11 +5786,11 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.3" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "frame-benchmarking", "frame-system-rpc-runtime-api", - "futures 0.3.9", + "futures 0.3.10", "hex-literal 0.3.1", "kusama-runtime", "pallet-babe", @@ -5857,10 +5865,10 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "arrayvec 0.5.2", - "futures 0.3.9", + "futures 0.3.10", "indexmap", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -5875,7 +5883,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -5885,7 +5893,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -5909,7 +5917,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "frame-executive", @@ -5963,12 +5971,12 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "frame-benchmarking", "frame-system", "futures 0.1.30", - "futures 0.3.9", + "futures 0.3.10", "hex", "pallet-balances", "pallet-staking", @@ -5983,7 +5991,7 @@ dependencies = [ "polkadot-runtime-parachains", "polkadot-service", "polkadot-test-runtime", - "rand 0.8.1", + "rand 0.8.2", "sc-authority-discovery", "sc-chain-spec", "sc-cli", @@ -6015,9 +6023,9 @@ dependencies = [ [[package]] name = "polkadot-validation" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "log", "parity-scale-codec", "polkadot-parachain", @@ -6362,9 +6370,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34" +checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" dependencies = [ "libc", "rand_chacha 0.3.0", @@ -6743,7 +6751,7 @@ dependencies = [ "cumulus-test-parachain-runtime", "derive_more 0.15.0", "exit-future 0.1.4", - "futures 0.3.9", + "futures 0.3.10", "hex-literal 0.2.1", "jsonrpc-core", "log", @@ -6805,7 +6813,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "frame-executive", "frame-support", @@ -6954,7 +6962,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "pin-project 0.4.27", "static_assertions", ] @@ -6995,12 +7003,12 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "async-trait", "derive_more 0.99.11", "either", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "libp2p", "log", @@ -7023,9 +7031,9 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -7046,7 +7054,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7063,7 +7071,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -7084,7 +7092,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -7095,12 +7103,12 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "atty", "chrono", "fdlimit", - "futures 0.3.9", + "futures 0.3.10", "hex", "libp2p", "log", @@ -7138,7 +7146,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -7149,11 +7157,11 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", "fnv", - "futures 0.3.9", + "futures 0.3.10", "hash-db", "kvdb", "lazy_static", @@ -7183,7 +7191,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "blake2-rfc", "hash-db", @@ -7213,7 +7221,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "sc-client-api", "sp-blockchain", @@ -7224,11 +7232,11 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", "fork-tree", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "log", "merlin", @@ -7269,10 +7277,10 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -7293,7 +7301,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7306,9 +7314,9 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -7332,7 +7340,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "sc-client-api", @@ -7346,7 +7354,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -7375,7 +7383,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -7391,7 +7399,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "parity-scale-codec", @@ -7406,7 +7414,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "parity-scale-codec", @@ -7424,12 +7432,12 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", "finality-grandpa", "fork-tree", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "log", "parity-scale-codec", @@ -7461,11 +7469,11 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", "finality-grandpa", - "futures 0.3.9", + "futures 0.3.10", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -7485,10 +7493,10 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "ansi_term 0.12.1", - "futures 0.3.9", + "futures 0.3.10", "log", "parity-util-mem", "sc-client-api", @@ -7503,11 +7511,11 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "async-trait", "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "futures-util", "hex", "merlin", @@ -7523,7 +7531,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "hash-db", "lazy_static", @@ -7542,7 +7550,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "async-std", "async-trait", @@ -7554,7 +7562,7 @@ dependencies = [ "erased-serde", "fnv", "fork-tree", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "futures_codec", "hex", @@ -7595,26 +7603,27 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "libp2p", "log", "lru", "sc-network", "sp-runtime", + "substrate-prometheus-endpoint", "wasm-timer", ] [[package]] name = "sc-offchain" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "bytes 0.5.6", "fnv", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "hyper 0.13.9", "hyper-rustls", @@ -7637,9 +7646,9 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "libp2p", "log", "serde_json", @@ -7650,7 +7659,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7659,9 +7668,9 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", @@ -7693,10 +7702,10 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -7717,7 +7726,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -7735,12 +7744,12 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "directories 3.0.1", "exit-future 0.2.0", "futures 0.1.30", - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "hash-db", "jsonrpc-core", @@ -7799,7 +7808,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "parity-scale-codec", @@ -7814,7 +7823,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7834,9 +7843,9 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "libp2p", "log", @@ -7855,7 +7864,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "ansi_term 0.12.1", "erased-serde", @@ -7879,10 +7888,10 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "linked-hash-map", "log", "parity-util-mem", @@ -7901,9 +7910,9 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-diagnose", "intervalier", "log", @@ -8356,7 +8365,7 @@ dependencies = [ "base64 0.12.3", "bytes 0.5.6", "flate2", - "futures 0.3.9", + "futures 0.3.10", "httparse", "log", "rand 0.7.3", @@ -8366,7 +8375,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "sp-core", @@ -8378,7 +8387,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "hash-db", "parity-scale-codec", @@ -8394,7 +8403,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8406,7 +8415,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "serde", @@ -8418,7 +8427,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "integer-sqrt", "num-traits 0.2.14", @@ -8431,7 +8440,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-api", @@ -8443,7 +8452,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8454,7 +8463,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-api", @@ -8466,9 +8475,9 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "log", "lru", "parity-scale-codec", @@ -8484,7 +8493,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "serde", "serde_json", @@ -8493,9 +8502,9 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-timer 3.0.2", "libp2p", "log", @@ -8519,7 +8528,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-api", @@ -8533,7 +8542,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "merlin", "parity-scale-codec", @@ -8553,7 +8562,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8562,7 +8571,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8574,14 +8583,14 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "base58", "blake2-rfc", "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.9", + "futures 0.3.10", "hash-db", "hash256-std-hasher", "hex", @@ -8618,7 +8627,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8627,7 +8636,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.8", @@ -8637,7 +8646,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "environmental", "parity-scale-codec", @@ -8648,7 +8657,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "finality-grandpa", "log", @@ -8665,7 +8674,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -8677,9 +8686,9 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "hash-db", "libsecp256k1", "log", @@ -8701,22 +8710,22 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "lazy_static", "sp-core", "sp-runtime", - "strum", + "strum 0.16.0", ] [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "async-trait", "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "merlin", "parity-scale-codec", "parking_lot 0.11.1", @@ -8729,7 +8738,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "serde", @@ -8741,7 +8750,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8752,7 +8761,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "sp-api", "sp-core", @@ -8762,7 +8771,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "backtrace", ] @@ -8770,7 +8779,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "serde", "sp-core", @@ -8779,7 +8788,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "either", "hash256-std-hasher", @@ -8800,7 +8809,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -8817,7 +8826,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "Inflector", "proc-macro-crate", @@ -8829,7 +8838,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "serde", "serde_json", @@ -8838,7 +8847,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-api", @@ -8851,7 +8860,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8861,7 +8870,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "hash-db", "log", @@ -8883,12 +8892,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" [[package]] name = "sp-storage" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8901,7 +8910,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "sp-core", @@ -8914,7 +8923,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -8927,7 +8936,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -8941,7 +8950,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "log", "parity-scale-codec", @@ -8954,10 +8963,10 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "derive_more 0.99.11", - "futures 0.3.9", + "futures 0.3.10", "log", "parity-scale-codec", "serde", @@ -8970,7 +8979,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "hash-db", "memory-db", @@ -8984,9 +8993,9 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "futures-core", "futures-timer 3.0.2", "lazy_static", @@ -8996,7 +9005,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9008,7 +9017,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "impl-trait-for-tuples 0.2.0", "parity-scale-codec", @@ -9110,7 +9119,16 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" dependencies = [ - "strum_macros", + "strum_macros 0.16.0", +] + +[[package]] +name = "strum" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" +dependencies = [ + "strum_macros 0.20.1", ] [[package]] @@ -9125,6 +9143,18 @@ dependencies = [ "syn 1.0.58", ] +[[package]] +name = "strum_macros" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" +dependencies = [ + "heck", + "proc-macro2 1.0.24", + "quote 1.0.8", + "syn 1.0.58", +] + [[package]] name = "substrate-bip39" version = "0.4.2" @@ -9141,7 +9171,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "platforms", ] @@ -9149,10 +9179,10 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.9", + "futures 0.3.10", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -9172,7 +9202,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "async-std", "derive_more 0.99.11", @@ -9186,10 +9216,10 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "futures 0.1.30", - "futures 0.3.9", + "futures 0.3.10", "hash-db", "hex", "parity-scale-codec", @@ -9213,7 +9243,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "cfg-if 0.1.10", "frame-executive", @@ -9255,9 +9285,9 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "parity-scale-codec", "sc-block-builder", "sc-client-api", @@ -9276,9 +9306,9 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "substrate-test-utils-derive", "tokio 0.2.24", ] @@ -9286,7 +9316,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.1" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "proc-macro-crate", "quote 1.0.8", @@ -9312,7 +9342,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#f977fb8a16548534481ba1dac948fa6835c1835d" +source = "git+https://github.com/paritytech/substrate?branch=master#a9bbc7bdbfd3fa66537e5feedf1562dcb2c132a5" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9390,7 +9420,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.1", + "rand 0.8.2", "redox_syscall 0.2.4", "remove_dir_all", "winapi 0.3.9", @@ -9827,7 +9857,7 @@ checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" dependencies = [ "cfg-if 1.0.0", "log", - "pin-project-lite 0.2.0", + "pin-project-lite 0.2.4", "tracing-attributes", "tracing-core", ] @@ -10269,7 +10299,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "js-sys", "parking_lot 0.11.1", "pin-utils", @@ -10527,7 +10557,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.27" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "bitvec", "frame-executive", @@ -10667,7 +10697,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "parity-scale-codec", ] @@ -10675,7 +10705,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "frame-support", "parity-scale-codec", @@ -10691,7 +10721,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.8.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#cafe755f0ed30c68131228e1deb9901ccbf696fc" +source = "git+https://github.com/paritytech/polkadot?branch=master#49207c02772835afaa10426cf13a94ecdae69632" dependencies = [ "frame-support", "impl-trait-for-tuples 0.2.0", @@ -10722,7 +10752,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9aeb8c4043cac71c3c299dff107171c220d179492350ea198e109a414981b83c" dependencies = [ - "futures 0.3.9", + "futures 0.3.10", "log", "nohash-hasher", "parking_lot 0.11.1", diff --git a/cumulus/rococo-parachains/src/command.rs b/cumulus/rococo-parachains/src/command.rs index 48854a952d..ece09e42f9 100644 --- a/cumulus/rococo-parachains/src/command.rs +++ b/cumulus/rococo-parachains/src/command.rs @@ -305,6 +305,7 @@ pub fn run() -> Result<()> { crate::service::start_node(config, key, polkadot_config, id, collator) .await .map(|r| r.0) + .map_err(Into::into) }) } }