diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index fd9e998d0a..7fe14c94dc 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -214,26 +214,29 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.3.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d373d78ded7d0b3fa8039375718cde0aace493f2e34fb60f51cbf567562ca801" +checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" dependencies = [ "async-task", "concurrent-queue", "fastrand", "futures-lite", "once_cell", - "vec-arena", + "slab", ] [[package]] name = "async-global-executor" -version = "1.4.2" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "124ac8c265e407641c3362b8f4d39cdb4e243885b71eef087be27199790f5a3a" +checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6" dependencies = [ + "async-channel", "async-executor", "async-io", + "async-mutex", + "blocking", "futures-lite", "num_cpus", "once_cell", @@ -259,6 +262,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "async-lock" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b" +dependencies = [ + "event-listener", +] + [[package]] name = "async-mutex" version = "1.4.0" @@ -286,17 +298,16 @@ dependencies = [ [[package]] name = "async-std" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9f84f1280a2b436a2c77c2582602732b6c2f4321d5494d6e799e6c367859a8" +checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" dependencies = [ "async-attributes", "async-channel", "async-global-executor", "async-io", - "async-mutex", + "async-lock", "async-process", - "blocking", "crossbeam-utils 0.8.1", "futures-channel", "futures-core", @@ -334,6 +345,19 @@ version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0" +[[package]] +name = "async-tls" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400" +dependencies = [ + "futures-core", + "futures-io", + "rustls 0.19.0", + "webpki 0.21.3", + "webpki-roots", +] + [[package]] name = "async-trait" version = "0.1.48" @@ -1835,7 +1859,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", ] @@ -1853,7 +1877,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -1872,7 +1896,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "Inflector", "chrono", @@ -1895,7 +1919,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -1908,7 +1932,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -1923,7 +1947,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "serde", @@ -1934,7 +1958,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "bitflags", "frame-metadata", @@ -1960,7 +1984,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1972,7 +1996,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -1984,7 +2008,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro2", "quote", @@ -1994,7 +2018,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-metadata", "frame-support", @@ -2014,7 +2038,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2031,7 +2055,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -2045,7 +2069,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sp-api", @@ -2054,7 +2078,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "parity-scale-codec", @@ -2241,7 +2265,7 @@ checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b" dependencies = [ "futures-io", "rustls 0.19.0", - "webpki", + "webpki 0.21.3", ] [[package]] @@ -2710,7 +2734,7 @@ dependencies = [ "rustls-native-certs", "tokio 0.2.21", "tokio-rustls", - "webpki", + "webpki 0.21.3", ] [[package]] @@ -3078,25 +3102,6 @@ dependencies = [ "slab", ] -[[package]] -name = "jsonrpsee-http-client" -version = "0.2.0-alpha.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2737440f37efa10e5ef7beeec43d059d29dc92640978be21fcdcef481a2edb0d" -dependencies = [ - "async-trait", - "fnv", - "hyper 0.13.9", - "hyper-rustls", - "jsonrpsee-types", - "jsonrpsee-utils", - "log", - "serde", - "serde_json", - "thiserror", - "url 2.2.0", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.2.0-alpha.6" @@ -3127,14 +3132,25 @@ dependencies = [ ] [[package]] -name = "jsonrpsee-utils" +name = "jsonrpsee-ws-client" version = "0.2.0-alpha.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d63cf4d423614e71fd144a8691208539d2b23d8373e069e2fbe023c5eba5e922" +checksum = "d6fdb4390bd25358c62e8b778652a564a1723ba07dca0feb3da439c2253fe59f" dependencies = [ - "futures-util", - "hyper 0.13.9", + "async-std", + "async-tls", + "async-trait", + "fnv", + "futures 0.3.14", "jsonrpsee-types", + "log", + "pin-project 1.0.4", + "serde", + "serde_json", + "soketto", + "thiserror", + "url 2.2.0", + "webpki 0.22.0", ] [[package]] @@ -4450,7 +4466,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4465,7 +4481,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4479,7 +4495,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4502,7 +4518,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4531,7 +4547,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4567,7 +4583,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4583,7 +4599,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4598,7 +4614,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4619,7 +4635,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4636,7 +4652,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4650,7 +4666,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4671,7 +4687,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4686,7 +4702,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4705,7 +4721,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4721,7 +4737,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4736,7 +4752,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -4753,7 +4769,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4769,7 +4785,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4787,7 +4803,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4802,7 +4818,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4815,7 +4831,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4831,7 +4847,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4853,7 +4869,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4868,7 +4884,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4881,7 +4897,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "enumflags2", "frame-support", @@ -4895,7 +4911,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4910,7 +4926,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4929,7 +4945,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -4945,7 +4961,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -4958,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4982,7 +4998,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -4993,7 +5009,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "sp-arithmetic", @@ -5002,7 +5018,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -5015,7 +5031,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -5033,7 +5049,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -5048,7 +5064,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-support", "frame-system", @@ -5064,7 +5080,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5081,7 +5097,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5092,7 +5108,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -5108,7 +5124,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-benchmarking", "frame-support", @@ -5123,7 +5139,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7348,12 +7364,12 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "env_logger 0.8.2", "hex-literal", - "jsonrpsee-http-client", "jsonrpsee-proc-macros", + "jsonrpsee-ws-client", "log", "parity-scale-codec", "sp-core", @@ -7545,7 +7561,7 @@ dependencies = [ "log", "ring", "sct", - "webpki", + "webpki 0.21.3", ] [[package]] @@ -7558,7 +7574,7 @@ dependencies = [ "log", "ring", "sct", - "webpki", + "webpki 0.21.3", ] [[package]] @@ -7636,7 +7652,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "derive_more", @@ -7665,7 +7681,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -7688,7 +7704,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7704,7 +7720,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7725,7 +7741,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -7736,7 +7752,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "chrono", "fdlimit", @@ -7774,7 +7790,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "fnv", @@ -7808,7 +7824,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "blake2-rfc", "hash-db", @@ -7838,7 +7854,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -7850,7 +7866,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "derive_more", @@ -7896,7 +7912,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "futures 0.3.14", @@ -7920,7 +7936,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7933,7 +7949,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "futures 0.3.14", @@ -7961,7 +7977,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "sc-client-api", "sp-authorship", @@ -7972,7 +7988,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "lazy_static", @@ -8001,7 +8017,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "parity-scale-codec", @@ -8019,7 +8035,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "parity-scale-codec", @@ -8034,7 +8050,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "parity-scale-codec", @@ -8052,7 +8068,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "derive_more", @@ -8092,7 +8108,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "finality-grandpa", @@ -8116,7 +8132,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "futures 0.3.14", @@ -8137,7 +8153,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "ansi_term 0.12.1", "futures 0.3.14", @@ -8155,7 +8171,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "derive_more", @@ -8175,7 +8191,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "hash-db", "lazy_static", @@ -8194,7 +8210,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-std", "async-trait", @@ -8247,7 +8263,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8264,7 +8280,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "bytes 0.5.6", "fnv", @@ -8292,7 +8308,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "libp2p", @@ -8305,7 +8321,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8314,7 +8330,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "hash-db", @@ -8349,7 +8365,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "futures 0.3.14", @@ -8374,7 +8390,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -8392,7 +8408,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "directories", @@ -8456,7 +8472,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "parity-scale-codec", @@ -8471,7 +8487,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8491,7 +8507,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "chrono", "futures 0.3.14", @@ -8511,7 +8527,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8548,7 +8564,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8559,7 +8575,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "futures 0.3.14", @@ -8581,7 +8597,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "futures-diagnose", @@ -9012,7 +9028,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "sp-core", @@ -9024,7 +9040,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "hash-db", "log", @@ -9041,7 +9057,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9053,7 +9069,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "serde", @@ -9065,7 +9081,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "integer-sqrt", "num-traits", @@ -9079,7 +9095,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sp-api", @@ -9091,7 +9107,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "parity-scale-codec", @@ -9103,7 +9119,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sp-api", @@ -9115,7 +9131,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "log", @@ -9133,7 +9149,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "serde", "serde_json", @@ -9142,7 +9158,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "futures 0.3.14", @@ -9169,7 +9185,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "merlin", @@ -9191,7 +9207,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9201,7 +9217,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9213,7 +9229,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "base58", "blake2-rfc", @@ -9257,7 +9273,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9266,7 +9282,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro2", "quote", @@ -9276,7 +9292,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "environmental", "parity-scale-codec", @@ -9287,7 +9303,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "finality-grandpa", "log", @@ -9304,7 +9320,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9318,7 +9334,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "hash-db", @@ -9343,7 +9359,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "lazy_static", "sp-core", @@ -9354,7 +9370,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "derive_more", @@ -9371,7 +9387,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "ruzstd", "zstd", @@ -9380,7 +9396,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "serde", @@ -9393,7 +9409,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9404,7 +9420,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "sp-api", "sp-core", @@ -9414,7 +9430,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "backtrace", ] @@ -9422,7 +9438,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "rustc-hash", "serde", @@ -9433,7 +9449,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "either", "hash256-std-hasher", @@ -9454,7 +9470,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9471,7 +9487,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9483,7 +9499,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "serde", "serde_json", @@ -9492,7 +9508,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sp-api", @@ -9505,7 +9521,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9515,7 +9531,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "hash-db", "log", @@ -9538,12 +9554,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9556,7 +9572,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "log", "sp-core", @@ -9569,7 +9585,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9586,7 +9602,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "erased-serde", "log", @@ -9604,7 +9620,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "derive_more", "futures 0.3.14", @@ -9620,7 +9636,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "hash-db", "memory-db", @@ -9634,7 +9650,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "futures-core", @@ -9646,7 +9662,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9659,7 +9675,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -9671,7 +9687,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9828,7 +9844,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "chrono", "console_error_panic_hook", @@ -9854,7 +9870,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "platforms", ] @@ -9862,7 +9878,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.14", @@ -9885,7 +9901,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-std", "derive_more", @@ -9899,7 +9915,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "async-trait", "futures 0.1.29", @@ -9928,7 +9944,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "futures 0.3.14", "substrate-test-utils-derive", @@ -9938,7 +9954,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "proc-macro-crate 1.0.0", "quote", @@ -10377,7 +10393,7 @@ dependencies = [ "futures-core", "rustls 0.18.0", "tokio 0.2.21", - "webpki", + "webpki 0.21.3", ] [[package]] @@ -10680,7 +10696,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +source = "git+https://github.com/paritytech/substrate#fb90219bffdead9278b6a7880bebf676e5a071af" dependencies = [ "frame-try-runtime", "log", @@ -11322,13 +11338,23 @@ dependencies = [ "untrusted", ] +[[package]] +name = "webpki" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "webpki-roots" version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" dependencies = [ - "webpki", + "webpki 0.21.3", ] [[package]]