From 7f11ea0ce54512dea5f69a029a03ff633b5b16fc Mon Sep 17 00:00:00 2001 From: Ashley Ruglys Date: Fri, 18 Sep 2020 14:10:48 +0200 Subject: [PATCH 1/3] Make changes --- node/network/bridge/src/lib.rs | 2 +- node/service/src/lib.rs | 2 ++ service/src/lib.rs | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/node/network/bridge/src/lib.rs b/node/network/bridge/src/lib.rs index b531d5977433..c4da2ab0e09b 100644 --- a/node/network/bridge/src/lib.rs +++ b/node/network/bridge/src/lib.rs @@ -274,7 +274,7 @@ fn action_from_network_message(event: Option) -> Action { log::info!(target: TARGET, "Shutting down Network Bridge: underlying event stream concluded"); Action::Abort } - Some(NetworkEvent::Dht(_)) => Action::Nop, + Some(NetworkEvent::Dht(_)) | Some(NetworkEvent::Bitswap(_)) => Action::Nop, Some(NetworkEvent::NotificationStreamOpened { remote, engine_id, role }) => { let role = role.into(); match engine_id { diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 0377746608ca..5cddd0281ab1 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -330,6 +330,7 @@ fn new_full( block_announce_validator_builder: None, finality_proof_request_builder: None, finality_proof_provider: Some(finality_proof_provider.clone()), + ipld_store_builder: (), })?; if config.offchain_worker.enabled { @@ -608,6 +609,7 @@ fn new_light(mut config: Configuration) -> Result<(TaskManage block_announce_validator_builder: None, finality_proof_request_builder: Some(finality_proof_request_builder), finality_proof_provider: Some(finality_proof_provider), + ipld_store_builder: (), })?; if config.offchain_worker.enabled { diff --git a/service/src/lib.rs b/service/src/lib.rs index c79c9d1d5636..502b4707243a 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -317,6 +317,7 @@ pub fn new_full( block_announce_validator_builder: None, finality_proof_request_builder: None, finality_proof_provider: Some(finality_proof_provider.clone()), + ipld_store_builder: (), })?; if config.offchain_worker.enabled { @@ -593,6 +594,7 @@ fn new_light(mut config: Configuration) -> Result<(TaskManage block_announce_validator_builder: None, finality_proof_request_builder: Some(finality_proof_request_builder), finality_proof_provider: Some(finality_proof_provider), + ipld_store_builder: (), })?; if config.offchain_worker.enabled { From ff4ea5704cbfba045a12532f1d83fbbf038f8118 Mon Sep 17 00:00:00 2001 From: Ashley Ruglys Date: Fri, 18 Sep 2020 15:53:01 +0200 Subject: [PATCH 2/3] Remove ipld_store_builder --- node/service/src/lib.rs | 2 -- service/src/lib.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 5cddd0281ab1..0377746608ca 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -330,7 +330,6 @@ fn new_full( block_announce_validator_builder: None, finality_proof_request_builder: None, finality_proof_provider: Some(finality_proof_provider.clone()), - ipld_store_builder: (), })?; if config.offchain_worker.enabled { @@ -609,7 +608,6 @@ fn new_light(mut config: Configuration) -> Result<(TaskManage block_announce_validator_builder: None, finality_proof_request_builder: Some(finality_proof_request_builder), finality_proof_provider: Some(finality_proof_provider), - ipld_store_builder: (), })?; if config.offchain_worker.enabled { diff --git a/service/src/lib.rs b/service/src/lib.rs index 502b4707243a..c79c9d1d5636 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -317,7 +317,6 @@ pub fn new_full( block_announce_validator_builder: None, finality_proof_request_builder: None, finality_proof_provider: Some(finality_proof_provider.clone()), - ipld_store_builder: (), })?; if config.offchain_worker.enabled { @@ -594,7 +593,6 @@ fn new_light(mut config: Configuration) -> Result<(TaskManage block_announce_validator_builder: None, finality_proof_request_builder: Some(finality_proof_request_builder), finality_proof_provider: Some(finality_proof_provider), - ipld_store_builder: (), })?; if config.offchain_worker.enabled { From b0373052923d5399516927d681f5b1ef55f95ae7 Mon Sep 17 00:00:00 2001 From: Ashley Ruglys Date: Mon, 21 Sep 2020 13:36:32 +0200 Subject: [PATCH 3/3] Update async-std --- Cargo.lock | 683 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 396 insertions(+), 287 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5c9545cf50f..05a5bf77bdba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", ] [[package]] @@ -190,7 +190,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" dependencies = [ "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -215,9 +215,9 @@ checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5" [[package]] name = "async-channel" -version = "1.1.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee81ba99bee79f3c8ae114ae4baa7eaa326f63447cf2ec65e4393618b63f8770" +checksum = "21279cfaa4f47df10b1816007e738ca3747ef2ee53ffc51cdbf57a8bb266fee3" dependencies = [ "concurrent-queue", "event-listener", @@ -230,14 +230,41 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90f47c78ea98277cb1f5e6f60ba4fc762f5eafe9f6511bc2f7dfd8b75c225650" dependencies = [ - "async-io", - "futures-lite", + "async-io 0.1.5", + "futures-lite 0.1.10", "multitask", - "parking", + "parking 1.0.5", "scoped-tls", "waker-fn", ] +[[package]] +name = "async-executor" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d373d78ded7d0b3fa8039375718cde0aace493f2e34fb60f51cbf567562ca801" +dependencies = [ + "async-task 4.0.1", + "concurrent-queue", + "fastrand", + "futures-lite 1.7.0", + "once_cell 1.4.1", + "vec-arena 1.0.0", +] + +[[package]] +name = "async-global-executor" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffd4f132a18f3fe7329c7b907047684f1b06174a900c559b661b2da8bb9cad5f" +dependencies = [ + "async-executor 1.3.0", + "async-io 1.1.0", + "futures-lite 1.7.0", + "num_cpus", + "once_cell 1.4.1", +] + [[package]] name = "async-io" version = "0.1.5" @@ -246,37 +273,72 @@ checksum = "ca8126ef9fb99355c6fd27575d691be4887b884137a5b6f48c2d961f13590c51" dependencies = [ "cfg-if", "concurrent-queue", - "futures-lite", + "futures-lite 0.1.10", + "libc", + "once_cell 1.4.1", + "parking 1.0.5", + "socket2", + "vec-arena 0.5.0", + "wepoll-sys-stjepang", + "winapi 0.3.9", +] + +[[package]] +name = "async-io" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38628c78a34f111c5a6b98fc87dfc056cd1590b61afe748b145be4623c56d194" +dependencies = [ + "cfg-if", + "concurrent-queue", + "fastrand", + "futures-lite 1.7.0", "libc", - "once_cell 1.4.0", - "parking", + "log 0.4.11", + "once_cell 1.4.1", + "parking 2.0.0", + "polling", "socket2", - "vec-arena", + "vec-arena 1.0.0", + "waker-fn", "wepoll-sys-stjepang", "winapi 0.3.9", ] +[[package]] +name = "async-mutex" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66941c2577c4fa351e4ce5fdde8f86c69b88d623f3b955be1bc7362a23434632" +dependencies = [ + "event-listener", +] + [[package]] name = "async-std" -version = "1.6.2" +version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00d68a33ebc8b57800847d00787307f84a562224a14db069b0acefe4c2abbf5d" +checksum = "3c92085acfce8b32e5b261d0b59b8f3309aee69fea421ea3f271f8b93225754f" dependencies = [ - "async-task", + "async-global-executor", + "async-io 1.1.0", + "async-mutex", + "async-task 3.0.0", + "blocking 1.0.0", "crossbeam-utils", "futures-channel", "futures-core", "futures-io", - "futures-timer 3.0.2", + "futures-lite 1.7.0", + "gloo-timers", "kv-log-macro", "log 0.4.11", "memchr", "num_cpus", - "once_cell 1.4.0", + "once_cell 1.4.1", "pin-project-lite", "pin-utils", "slab", - "smol 0.1.18", "wasm-bindgen-futures", ] @@ -286,6 +348,12 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3" +[[package]] +name = "async-task" +version = "4.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6725e96011a83fae25074a8734932e8d67763522839be7473dcfe8a0d6a378b1" + [[package]] name = "async-tls" version = "0.8.0" @@ -304,9 +372,9 @@ version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -402,7 +470,7 @@ dependencies = [ "lazycell", "log 0.4.11", "peeking_take_while", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", "regex", "rustc-hash", @@ -510,7 +578,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", ] [[package]] @@ -519,7 +587,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", ] [[package]] @@ -539,9 +607,9 @@ checksum = "d2468ff7bf85066b4a3678fede6fe66db31846d753ff0adfbfab2c6a6e81612b" dependencies = [ "async-channel", "atomic-waker", - "futures-lite", - "once_cell 1.4.0", - "parking", + "futures-lite 0.1.10", + "once_cell 1.4.1", + "parking 1.0.5", "waker-fn", ] @@ -553,8 +621,22 @@ checksum = "76e94bf99b692f54c9d05f97454d3faf11134523fe5b180564a3fb6ed63bcc0a" dependencies = [ "async-channel", "atomic-waker", - "futures-lite", - "once_cell 1.4.0", + "futures-lite 0.1.10", + "once_cell 1.4.1", + "waker-fn", +] + +[[package]] +name = "blocking" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2640778f8053e72c11f621b0a5175a0560a269282aa98ed85107773ab8e2a556" +dependencies = [ + "async-channel", + "atomic-waker", + "fastrand", + "futures-lite 1.7.0", + "once_cell 1.4.1", "waker-fn", ] @@ -738,9 +820,9 @@ dependencies = [ [[package]] name = "concurrent-queue" -version = "1.1.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83c06aff61f2d899eb87c379df3cbf7876f14471dcab474e0b6dc90ab96c080" +checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" dependencies = [ "cache-padded", ] @@ -984,7 +1066,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", "subtle 2.2.3", ] @@ -1058,9 +1140,9 @@ version = "0.99.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -1084,7 +1166,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", ] [[package]] @@ -1149,9 +1231,9 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -1219,9 +1301,9 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -1287,9 +1369,9 @@ dependencies = [ [[package]] name = "event-listener" -version = "2.2.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "699d84875f1b72b4da017e6b0f77dfa88c0137f089958a88974d15938cbc2976" +checksum = "e1cd41440ae7e4734bbd42302f63eaba892afc93a3912dad84006247f0dedb0e" [[package]] name = "exit-future" @@ -1316,9 +1398,9 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", "synstructure", ] @@ -1336,9 +1418,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastrand" -version = "1.3.3" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36a9cb09840f81cd211e435d00a4e487edd263dc3c8ff815c32dd76ad668ebed" +checksum = "5c85295147490b8fcf2ea3d104080a105a8b2c63f9c319e82c02d8e952388919" [[package]] name = "fdlimit" @@ -1429,7 +1511,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", ] @@ -1437,7 +1519,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -1455,7 +1537,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1473,7 +1555,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -1489,7 +1571,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "serde", @@ -1500,14 +1582,14 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "bitmask", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", "log 0.4.11", - "once_cell 1.4.0", + "once_cell 1.4.1", "parity-scale-codec", "paste", "serde", @@ -1525,40 +1607,40 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support-procedural-tools", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "frame-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1574,7 +1656,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -1588,7 +1670,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-api", @@ -1740,7 +1822,22 @@ dependencies = [ "futures-core", "futures-io", "memchr", - "parking", + "parking 1.0.5", + "pin-project-lite", + "waker-fn", +] + +[[package]] +name = "futures-lite" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b77e08e656f472d8ea84c472fa8b0a7a917883048e1cf2d4e34a323cd0aaf63" +dependencies = [ + "fastrand", + "futures-core", + "futures-io", + "memchr", + "parking 2.0.0", "pin-project-lite", "waker-fn", ] @@ -1752,9 +1849,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" dependencies = [ "proc-macro-hack", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -1769,7 +1866,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" dependencies = [ - "once_cell 1.4.0", + "once_cell 1.4.1", ] [[package]] @@ -1850,9 +1947,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.2" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac746a5f3bbfdadd6106868134545e684693d54d9d44f6e9588a7d54af0bf980" +checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" dependencies = [ "typenum", "version_check", @@ -2285,9 +2382,9 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -2451,9 +2548,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2cc6ea7f785232d9ca8786a44e9fa698f92149dcdc1acc4aa1fc69c4993d79e" dependencies = [ "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -2704,9 +2801,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" [[package]] name = "libc" -version = "0.2.72" +version = "0.2.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701" +checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" [[package]] name = "libloading" @@ -2804,7 +2901,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f753d9324cd3ec14bf04b8a8cd0d269c87f294153d6bf2a84497a63a5ad22213" dependencies = [ "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -3391,9 +3488,9 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c214bf3d90099b52f3e4b328ae0fe34837fd0fab683ad1e10fceb4629106df48" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -3528,7 +3625,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c09c35271e7dcdb5f709779111f2c8e8ab8e06c1b587c1c6a9e179d865aaa5b4" dependencies = [ - "async-task", + "async-task 3.0.0", "concurrent-queue", "fastrand", ] @@ -3719,11 +3816,11 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d" +checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" dependencies = [ - "parking_lot 0.10.2", + "parking_lot 0.11.0", ] [[package]] @@ -3756,7 +3853,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -3772,7 +3869,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -3787,7 +3884,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3812,7 +3909,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3826,7 +3923,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3842,7 +3939,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3857,7 +3954,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3872,7 +3969,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -3888,7 +3985,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3910,7 +4007,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3926,7 +4023,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3946,7 +4043,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -3962,7 +4059,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -3976,7 +4073,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +4088,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4005,7 +4102,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4020,7 +4117,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4041,7 +4138,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4056,7 +4153,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4069,7 +4166,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "enumflags2", "frame-support", @@ -4084,7 +4181,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4099,7 +4196,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4119,7 +4216,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4135,7 +4232,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4149,7 +4246,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4171,18 +4268,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "pallet-sudo" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4196,7 +4293,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4214,7 +4311,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "frame-system", @@ -4231,7 +4328,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4249,7 +4346,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-support", "parity-scale-codec", @@ -4262,7 +4359,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4277,7 +4374,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-benchmarking", "frame-support", @@ -4293,7 +4390,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4357,9 +4454,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd20ff7e0399b274a5f5bb37b712fccb5b3a64b9128200d1c3cc40fe709cb073" dependencies = [ "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -4410,8 +4507,8 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" dependencies = [ - "proc-macro2 1.0.18", - "syn 1.0.33", + "proc-macro2 1.0.21", + "syn 1.0.41", "synstructure", ] @@ -4445,6 +4542,12 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50d4a6da31f8144a32532fe38fe8fb439a6842e0ec633f0037f0144c14e7f907" +[[package]] +name = "parking" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" + [[package]] name = "parking_lot" version = "0.7.1" @@ -4623,9 +4726,9 @@ version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -5667,6 +5770,19 @@ dependencies = [ "substrate-prometheus-endpoint", ] +[[package]] +name = "polling" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0720e0b9ea9d52451cf29d3413ba8a9303f8815d9d9653ef70e03ff73e65566" +dependencies = [ + "cfg-if", + "libc", + "log 0.4.11", + "wepoll-sys-stjepang", + "winapi 0.3.9", +] + [[package]] name = "poly1305" version = "0.6.0" @@ -5742,36 +5858,34 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e" +checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" dependencies = [ "toml", ] [[package]] name = "proc-macro-error" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc175e9777c3116627248584e8f8b3e2987405cabe1c0adf7d1dd28f09dc7880" +checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ "proc-macro-error-attr", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", "version_check", ] [[package]] name = "proc-macro-error-attr" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cc9795ca17eb581285ec44936da7fc2335a3f34f2ddd13118b6f4d515435c50" +checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", - "syn-mid", "version_check", ] @@ -5798,9 +5912,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.18" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" +checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c" dependencies = [ "unicode-xid 0.2.1", ] @@ -5855,9 +5969,9 @@ checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72" dependencies = [ "anyhow", "itertools 0.8.2", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -5913,7 +6027,7 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", ] [[package]] @@ -6208,9 +6322,9 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -6287,7 +6401,7 @@ checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" dependencies = [ "cc", "libc", - "once_cell 1.4.0", + "once_cell 1.4.1", "spin", "untrusted", "web-sys", @@ -6480,7 +6594,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "bytes 0.5.6", "derive_more 0.99.9", @@ -6508,7 +6622,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6532,7 +6646,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6549,7 +6663,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,18 +6680,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "sc-cli" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6626,7 +6740,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6662,7 +6776,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "blake2-rfc", "hash-db", @@ -6692,7 +6806,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6703,7 +6817,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6747,7 +6861,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6771,7 +6885,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6784,7 +6898,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6807,7 +6921,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6821,7 +6935,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6849,7 +6963,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6866,7 +6980,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6881,7 +6995,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6899,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6936,7 +7050,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6960,7 +7074,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6978,7 +7092,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "hex", @@ -6994,7 +7108,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "hash-db", "lazy_static", @@ -7013,7 +7127,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "async-std", "async-trait", @@ -7067,7 +7181,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7082,7 +7196,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "bytes 0.5.6", "fnv", @@ -7109,7 +7223,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "libp2p", @@ -7122,7 +7236,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7131,7 +7245,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "hash-db", @@ -7163,7 +7277,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7187,7 +7301,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7205,7 +7319,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "directories", @@ -7267,7 +7381,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7281,7 +7395,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7302,7 +7416,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "erased-serde", "log 0.4.11", @@ -7321,7 +7435,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7342,7 +7456,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7426,9 +7540,9 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -7521,9 +7635,9 @@ version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -7693,9 +7807,9 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -7719,14 +7833,14 @@ version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "620cbb3c6e34da57d3a248cda0cd01cd5848164dc062e764e65d06fe3ea7aed5" dependencies = [ - "async-task", + "async-task 3.0.0", "blocking 0.4.7", "concurrent-queue", "fastrand", "futures-io", "futures-util", "libc", - "once_cell 1.4.0", + "once_cell 1.4.1", "scoped-tls", "slab", "socket2", @@ -7741,12 +7855,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67583f4ccc13bbb105a0752058d8ad66c47753d85445952809bcaca891954f83" dependencies = [ "async-channel", - "async-executor", - "async-io", + "async-executor 0.1.2", + "async-io 0.1.5", "blocking 0.5.0", "cfg-if", "easy-parallel", - "futures-lite", + "futures-lite 0.1.10", "num_cpus", ] @@ -7809,7 +7923,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7821,7 +7935,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "hash-db", "parity-scale-codec", @@ -7836,19 +7950,19 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "blake2-rfc", "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "sp-application-crypto" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "serde", @@ -7860,7 +7974,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7873,7 +7987,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-api", @@ -7885,7 +7999,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7896,7 +8010,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-api", @@ -7908,7 +8022,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7925,7 +8039,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "serde", "serde_json", @@ -7934,7 +8048,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7960,7 +8074,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "merlin", "parity-scale-codec", @@ -7979,7 +8093,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7988,7 +8102,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8000,7 +8114,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "base58", "blake2-rfc", @@ -8044,7 +8158,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8053,17 +8167,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "sp-externalities" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "environmental", "parity-scale-codec", @@ -8074,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -8090,7 +8204,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8100,7 +8214,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -8112,7 +8226,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "hash-db", @@ -8135,7 +8249,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "lazy_static", "sp-core", @@ -8146,7 +8260,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "serde", @@ -8158,18 +8272,18 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "sp-offchain" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "sp-api", "sp-core", @@ -8179,7 +8293,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "backtrace", "log 0.4.11", @@ -8188,7 +8302,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "serde", "sp-core", @@ -8197,7 +8311,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "either", "hash256-std-hasher", @@ -8219,7 +8333,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8235,19 +8349,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "Inflector", "proc-macro-crate", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] name = "sp-serializer" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "serde", "serde_json", @@ -8256,7 +8370,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-api", @@ -8269,7 +8383,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8279,7 +8393,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "hash-db", "log 0.4.11", @@ -8300,12 +8414,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" [[package]] name = "sp-storage" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8318,7 +8432,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8332,7 +8446,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -8345,7 +8459,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8360,7 +8474,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "hash-db", "memory-db", @@ -8374,7 +8488,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "futures-core", @@ -8386,7 +8500,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8398,7 +8512,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8448,7 +8562,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", ] [[package]] @@ -8497,9 +8611,9 @@ checksum = "510413f9de616762a4fbeab62509bf15c729603b72d7cd71280fbca431b1c118" dependencies = [ "heck", "proc-macro-error", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -8518,9 +8632,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" dependencies = [ "heck", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -8539,7 +8653,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "chrono", "console_error_panic_hook", @@ -8565,7 +8679,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "platforms", ] @@ -8573,7 +8687,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8596,7 +8710,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8610,7 +8724,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8636,7 +8750,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "futures 0.3.5", "substrate-test-utils-derive", @@ -8646,11 +8760,11 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0-rc6" -source = "git+https://github.com/paritytech/substrate#8f19521d3ac1487afa7f1ceb2c64627faf7b9102" +source = "git+https://github.com/paritytech/substrate#64f566852a32a6afe04df16d8c72a5115359db46" dependencies = [ "proc-macro-crate", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -8684,35 +8798,24 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.33" +version = "1.0.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" +checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", "unicode-xid 0.2.1", ] -[[package]] -name = "syn-mid" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" -dependencies = [ - "proc-macro2 1.0.18", - "quote 1.0.7", - "syn 1.0.33", -] - [[package]] name = "synstructure" version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", "unicode-xid 0.2.1", ] @@ -8818,9 +8921,9 @@ version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -8859,7 +8962,7 @@ checksum = "b0165e045cc2ae1660270ca65e1676dbaab60feb0f91b10f7d0665e9b47e31f2" dependencies = [ "failure", "hmac", - "once_cell 1.4.0", + "once_cell 1.4.1", "pbkdf2", "rand 0.7.3", "rustc-hash", @@ -9019,9 +9122,9 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -9220,9 +9323,9 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", ] [[package]] @@ -9394,7 +9497,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" dependencies = [ - "generic-array 0.14.2", + "generic-array 0.14.4", "subtle 2.2.3", ] @@ -9466,6 +9569,12 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17dfb54bf57c9043f4616cb03dab30eff012cc26631b797d8354b916708db919" +[[package]] +name = "vec-arena" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d" + [[package]] name = "vec_map" version = "0.8.2" @@ -9547,9 +9656,9 @@ dependencies = [ "bumpalo", "lazy_static", "log 0.4.11", - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", "wasm-bindgen-shared", ] @@ -9581,9 +9690,9 @@ version = "0.2.64" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9adff9ee0e94b926ca81b57f57f86d5545cdcb1d259e21ec9bdd95b901754c75" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -10044,9 +10153,9 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2" dependencies = [ - "proc-macro2 1.0.18", + "proc-macro2 1.0.21", "quote 1.0.7", - "syn 1.0.33", + "syn 1.0.41", "synstructure", ]