From cc04056886d3dddfc5a9d459bd9a5f251e07a994 Mon Sep 17 00:00:00 2001 From: Tsvetomir Dimitrov Date: Mon, 15 May 2023 17:36:09 +0300 Subject: [PATCH 1/2] Bump parity-db to 0.4.8 --- Cargo.lock | 677 ++++++++++++++++++--------------- node/service/Cargo.toml | 2 +- node/subsystem-util/Cargo.toml | 2 +- 3 files changed, 363 insertions(+), 318 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee6dc8733ff9..1c1bef2a3462 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,12 +352,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "asn1_der" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" - [[package]] name = "assert_cmd" version = "2.0.4" @@ -538,7 +532,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "hash-db", "log", @@ -953,7 +947,7 @@ checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2" dependencies = [ "core2", "multibase", - "multihash", + "multihash 0.16.2", "serde", "unsigned-varint", ] @@ -2520,7 +2514,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", ] @@ -2543,7 +2537,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-support-procedural", @@ -2568,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "Inflector", "array-bytes", @@ -2615,7 +2609,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2626,7 +2620,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2643,7 +2637,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -2672,7 +2666,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-recursion", "futures", @@ -2692,7 +2686,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "bitflags", "environmental", @@ -2725,7 +2719,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "Inflector", "cfg-expr", @@ -2741,7 +2735,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2753,7 +2747,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro2", "quote", @@ -2763,7 +2757,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2789,7 +2783,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -2800,7 +2794,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "cfg-if", "frame-support", @@ -2819,7 +2813,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2834,7 +2828,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "sp-api", @@ -2843,7 +2837,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "parity-scale-codec", @@ -3025,7 +3019,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "chrono", "frame-election-provider-support", @@ -4126,22 +4120,24 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.50.0" +version = "0.51.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0a0d2f693675f49ded13c5d510c48b78069e23cbd9108d7ccd59f6dc568819" +checksum = "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097" dependencies = [ "bytes", "futures", "futures-timer", "getrandom 0.2.8", "instant", + "libp2p-allow-block-list", + "libp2p-connection-limits", "libp2p-core", "libp2p-dns", "libp2p-identify", + "libp2p-identity", "libp2p-kad", "libp2p-mdns", "libp2p-metrics", - "libp2p-mplex", "libp2p-noise", "libp2p-ping", "libp2p-quic", @@ -4153,50 +4149,66 @@ dependencies = [ "libp2p-websocket", "libp2p-yamux", "multiaddr", - "parking_lot 0.12.1", "pin-project", - "smallvec", +] + +[[package]] +name = "libp2p-allow-block-list" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" +dependencies = [ + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "void", +] + +[[package]] +name = "libp2p-connection-limits" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" +dependencies = [ + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "void", ] [[package]] name = "libp2p-core" -version = "0.38.0" +version = "0.39.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f" +checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", "either", "fnv", "futures", "futures-timer", "instant", + "libp2p-identity", "log", "multiaddr", - "multihash", + "multihash 0.17.0", "multistream-select", "once_cell", "parking_lot 0.12.1", "pin-project", - "prost 0.11.0", - "prost-build", + "quick-protobuf", "rand 0.8.5", "rw-stream-sink", - "sec1 0.3.0", - "sha2 0.10.2", "smallvec", "thiserror", "unsigned-varint", "void", - "zeroize", ] [[package]] name = "libp2p-dns" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5" +checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" dependencies = [ "futures", "libp2p-core", @@ -4208,30 +4220,49 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.41.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf" +checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" dependencies = [ "asynchronous-codec", + "either", "futures", "futures-timer", "libp2p-core", + "libp2p-identity", "libp2p-swarm", "log", - "lru 0.8.1", - "prost 0.11.0", - "prost-build", - "prost-codec", + "lru 0.10.0", + "quick-protobuf", + "quick-protobuf-codec", "smallvec", "thiserror", "void", ] +[[package]] +name = "libp2p-identity" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e2d584751cecb2aabaa56106be6be91338a60a0f4e420cf2af639204f596fc1" +dependencies = [ + "bs58", + "ed25519-dalek", + "log", + "multiaddr", + "multihash 0.17.0", + "quick-protobuf", + "rand 0.8.5", + "sha2 0.10.2", + "thiserror", + "zeroize", +] + [[package]] name = "libp2p-kad" -version = "0.42.1" +version = "0.43.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2" +checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" dependencies = [ "arrayvec 0.7.2", "asynchronous-codec", @@ -4242,10 +4273,10 @@ dependencies = [ "futures-timer", "instant", "libp2p-core", + "libp2p-identity", "libp2p-swarm", "log", - "prost 0.11.0", - "prost-build", + "quick-protobuf", "rand 0.8.5", "sha2 0.10.2", "smallvec", @@ -4257,14 +4288,15 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.42.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b" +checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" dependencies = [ "data-encoding", "futures", "if-watch", "libp2p-core", + "libp2p-identity", "libp2p-swarm", "log", "rand 0.8.5", @@ -4277,9 +4309,9 @@ dependencies = [ [[package]] name = "libp2p-metrics" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55" +checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" dependencies = [ "libp2p-core", "libp2p-identify", @@ -4289,38 +4321,20 @@ dependencies = [ "prometheus-client", ] -[[package]] -name = "libp2p-mplex" -version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace" -dependencies = [ - "asynchronous-codec", - "bytes", - "futures", - "libp2p-core", - "log", - "nohash-hasher", - "parking_lot 0.12.1", - "rand 0.8.5", - "smallvec", - "unsigned-varint", -] - [[package]] name = "libp2p-noise" -version = "0.41.0" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e" +checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" dependencies = [ "bytes", "curve25519-dalek 3.2.0", "futures", "libp2p-core", + "libp2p-identity", "log", "once_cell", - "prost 0.11.0", - "prost-build", + "quick-protobuf", "rand 0.8.5", "sha2 0.10.2", "snow", @@ -4332,10 +4346,11 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f" +checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" dependencies = [ + "either", "futures", "futures-timer", "instant", @@ -4348,15 +4363,16 @@ dependencies = [ [[package]] name = "libp2p-quic" -version = "0.7.0-alpha" +version = "0.7.0-alpha.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59" +checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" dependencies = [ "bytes", "futures", "futures-timer", "if-watch", "libp2p-core", + "libp2p-identity", "libp2p-tls", "log", "parking_lot 0.12.1", @@ -4369,27 +4385,25 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.23.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884" +checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" dependencies = [ "async-trait", - "bytes", "futures", "instant", "libp2p-core", + "libp2p-identity", "libp2p-swarm", - "log", "rand 0.8.5", "smallvec", - "unsigned-varint", ] [[package]] name = "libp2p-swarm" -version = "0.41.1" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0" +checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" dependencies = [ "either", "fnv", @@ -4397,21 +4411,20 @@ dependencies = [ "futures-timer", "instant", "libp2p-core", + "libp2p-identity", "libp2p-swarm-derive", "log", - "pin-project", "rand 0.8.5", "smallvec", - "thiserror", "tokio", "void", ] [[package]] name = "libp2p-swarm-derive" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400" +checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" dependencies = [ "heck", "quote", @@ -4420,9 +4433,9 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d" +checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" dependencies = [ "futures", "futures-timer", @@ -4436,13 +4449,14 @@ dependencies = [ [[package]] name = "libp2p-tls" -version = "0.1.0-alpha" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7905ce0d040576634e8a3229a7587cc8beab83f79db6023800f1792895defa8" +checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" dependencies = [ "futures", "futures-rustls", "libp2p-core", + "libp2p-identity", "rcgen 0.10.0", "ring", "rustls 0.20.7", @@ -4454,9 +4468,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.38.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069" +checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" dependencies = [ "futures", "js-sys", @@ -4468,9 +4482,9 @@ dependencies = [ [[package]] name = "libp2p-webrtc" -version = "0.4.0-alpha" +version = "0.4.0-alpha.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a" +checksum = "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8" dependencies = [ "async-trait", "asynchronous-codec", @@ -4480,12 +4494,12 @@ dependencies = [ "hex", "if-watch", "libp2p-core", + "libp2p-identity", "libp2p-noise", "log", - "multihash", - "prost 0.11.0", - "prost-build", - "prost-codec", + "multihash 0.17.0", + "quick-protobuf", + "quick-protobuf-codec", "rand 0.8.5", "rcgen 0.9.3", "serde", @@ -4499,9 +4513,9 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54" +checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" dependencies = [ "either", "futures", @@ -4518,14 +4532,13 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.42.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29" +checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" dependencies = [ "futures", "libp2p-core", "log", - "parking_lot 0.12.1", "thiserror", "yamux", ] @@ -4695,6 +4708,15 @@ dependencies = [ "hashbrown 0.13.2", ] +[[package]] +name = "lru" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e" +dependencies = [ + "hashbrown 0.13.2", +] + [[package]] name = "lru-cache" version = "0.1.2" @@ -4913,7 +4935,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "log", @@ -4932,7 +4954,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "anyhow", "jsonrpsee", @@ -4974,15 +4996,16 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e" +checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" dependencies = [ "arrayref", "byteorder", "data-encoding", + "log", "multibase", - "multihash", + "multihash 0.17.0", "percent-encoding", "serde", "static_assertions", @@ -5018,6 +5041,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "multihash" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" +dependencies = [ + "core2", + "digest 0.10.6", + "multihash-derive", + "sha2 0.10.2", + "unsigned-varint", +] + [[package]] name = "multihash-derive" version = "0.8.0" @@ -5510,7 +5546,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5525,7 +5561,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -5541,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -5555,7 +5591,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5579,7 +5615,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5599,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5618,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5633,7 +5669,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -5652,7 +5688,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5676,7 +5712,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5694,7 +5730,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5713,7 +5749,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5730,7 +5766,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5747,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5765,7 +5801,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5788,7 +5824,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5801,7 +5837,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5819,7 +5855,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5837,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5860,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5876,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5949,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5930,7 +5966,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5947,7 +5983,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5999,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5979,7 +6015,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -5996,7 +6032,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6016,7 +6052,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6027,7 +6063,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -6044,7 +6080,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6068,7 +6104,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6085,7 +6121,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6100,7 +6136,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6118,7 +6154,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6133,7 +6169,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6152,7 +6188,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6169,7 +6205,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -6190,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6206,7 +6242,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -6220,7 +6256,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6243,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6254,7 +6290,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "log", "sp-arithmetic", @@ -6263,7 +6299,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "sp-api", @@ -6272,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6289,7 +6325,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6304,7 +6340,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6322,7 +6358,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6341,7 +6377,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-support", "frame-system", @@ -6357,7 +6393,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6373,7 +6409,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6385,7 +6421,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6402,7 +6438,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6417,7 +6453,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6433,7 +6469,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6448,7 +6484,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6511,9 +6547,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd4572a52711e2ccff02b4973ec7e4a5b5c23387ebbfbd6cd42b34755714cefc" +checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b" dependencies = [ "blake2", "crc32fast", @@ -8614,21 +8650,21 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c" +checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" dependencies = [ "dtoa", "itoa", "parking_lot 0.12.1", - "prometheus-client-derive-text-encode", + "prometheus-client-derive-encode", ] [[package]] -name = "prometheus-client-derive-text-encode" -version = "0.3.0" +name = "prometheus-client-derive-encode" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd" +checksum = "72b6a5217beb0ad503ee7fa752d451c905113d70721b937126158f3106a48cc1" dependencies = [ "proc-macro2", "quote", @@ -8686,19 +8722,6 @@ dependencies = [ "which", ] -[[package]] -name = "prost-codec" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0" -dependencies = [ - "asynchronous-codec", - "bytes", - "prost 0.11.0", - "thiserror", - "unsigned-varint", -] - [[package]] name = "prost-derive" version = "0.10.1" @@ -8786,6 +8809,28 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" +[[package]] +name = "quick-protobuf" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" +dependencies = [ + "byteorder", +] + +[[package]] +name = "quick-protobuf-codec" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" +dependencies = [ + "asynchronous-codec", + "bytes", + "quick-protobuf", + "thiserror", + "unsigned-varint", +] + [[package]] name = "quicksink" version = "0.1.2" @@ -9533,7 +9578,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "log", "sp-core", @@ -9544,7 +9589,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures", @@ -9552,6 +9597,7 @@ dependencies = [ "ip_network", "libp2p", "log", + "multihash 0.17.0", "parity-scale-codec", "prost 0.11.0", "prost-build", @@ -9572,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "futures-timer", @@ -9595,7 +9641,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9610,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9629,7 +9675,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9640,14 +9686,14 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "chrono", "clap 4.2.5", "fdlimit", "futures", - "libp2p", + "libp2p-identity", "log", "names", "parity-scale-codec", @@ -9680,7 +9726,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "fnv", "futures", @@ -9707,7 +9753,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "hash-db", "kvdb", @@ -9733,12 +9779,12 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p", + "libp2p-identity", "log", "mockall", "parking_lot 0.12.1", @@ -9758,7 +9804,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "fork-tree", @@ -9794,7 +9840,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "jsonrpsee", @@ -9816,7 +9862,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "async-trait", @@ -9851,7 +9897,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "jsonrpsee", @@ -9870,7 +9916,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9883,7 +9929,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9923,7 +9969,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "finality-grandpa", "futures", @@ -9943,7 +9989,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures", @@ -9966,7 +10012,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9990,7 +10036,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10003,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "log", "sc-allocator", @@ -10016,7 +10062,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "anyhow", "cfg-if", @@ -10034,7 +10080,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ansi_term", "futures", @@ -10050,7 +10096,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10064,7 +10110,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "async-channel", @@ -10109,11 +10155,11 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "cid", "futures", - "libp2p", + "libp2p-identity", "log", "prost 0.11.0", "prost-build", @@ -10129,7 +10175,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "async-trait", @@ -10137,7 +10183,7 @@ dependencies = [ "bytes", "futures", "futures-timer", - "libp2p", + "libp2p-identity", "parity-scale-codec", "prost-build", "sc-consensus", @@ -10157,7 +10203,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ahash 0.8.2", "futures", @@ -10176,11 +10222,11 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "futures", - "libp2p", + "libp2p-identity", "log", "parity-scale-codec", "prost 0.11.0", @@ -10198,7 +10244,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "async-trait", @@ -10232,7 +10278,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "futures", @@ -10252,7 +10298,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "bytes", @@ -10283,10 +10329,10 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", - "libp2p", + "libp2p-identity", "log", "sc-utils", "serde_json", @@ -10296,7 +10342,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10305,7 +10351,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "jsonrpsee", @@ -10336,7 +10382,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10355,7 +10401,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "http", "jsonrpsee", @@ -10370,7 +10416,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "futures", @@ -10396,7 +10442,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "directories", @@ -10462,7 +10508,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "log", "parity-scale-codec", @@ -10473,7 +10519,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "clap 4.2.5", "fs4", @@ -10489,7 +10535,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10508,7 +10554,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "libc", @@ -10527,7 +10573,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "chrono", "futures", @@ -10546,7 +10592,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ansi_term", "atty", @@ -10577,7 +10623,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10588,7 +10634,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures", @@ -10615,7 +10661,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures", @@ -10629,7 +10675,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-channel", "futures", @@ -11149,9 +11195,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.4.4" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" dependencies = [ "libc", "winapi", @@ -11177,7 +11223,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "hash-db", "log", @@ -11197,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "Inflector", "blake2", @@ -11211,7 +11257,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11224,7 +11270,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "integer-sqrt", "num-traits", @@ -11238,7 +11284,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11251,7 +11297,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "sp-api", @@ -11263,7 +11309,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "log", @@ -11281,7 +11327,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures", @@ -11296,7 +11342,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11314,7 +11360,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "parity-scale-codec", @@ -11335,7 +11381,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11354,7 +11400,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "finality-grandpa", "log", @@ -11372,7 +11418,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11384,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "bitflags", @@ -11428,7 +11474,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "blake2b_simd", "byteorder", @@ -11442,7 +11488,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro2", "quote", @@ -11453,7 +11499,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11462,7 +11508,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro2", "quote", @@ -11472,7 +11518,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "environmental", "parity-scale-codec", @@ -11483,7 +11529,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11498,7 +11544,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "bytes", "ed25519", @@ -11524,7 +11570,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "lazy_static", "sp-core", @@ -11535,7 +11581,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "parity-scale-codec", @@ -11549,7 +11595,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11558,7 +11604,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11569,7 +11615,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11587,7 +11633,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11601,7 +11647,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "sp-api", "sp-core", @@ -11611,7 +11657,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "backtrace", "lazy_static", @@ -11621,7 +11667,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "rustc-hash", "serde", @@ -11631,7 +11677,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "either", "hash256-std-hasher", @@ -11653,7 +11699,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11671,7 +11717,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "Inflector", "proc-macro-crate", @@ -11683,7 +11729,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11697,7 +11743,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11710,7 +11756,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "hash-db", "log", @@ -11730,7 +11776,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "log", "parity-scale-codec", @@ -11748,12 +11794,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11766,7 +11812,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "futures-timer", @@ -11781,7 +11827,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "sp-std", @@ -11793,7 +11839,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "sp-api", "sp-runtime", @@ -11802,7 +11848,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "log", @@ -11818,7 +11864,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11841,7 +11887,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11858,7 +11904,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11869,7 +11915,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11883,7 +11929,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "parity-scale-codec", "scale-info", @@ -12124,7 +12170,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "platforms 2.0.0", ] @@ -12132,7 +12178,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12151,7 +12197,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "hyper", "log", @@ -12163,7 +12209,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "jsonrpsee", @@ -12176,7 +12222,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "jsonrpsee", "log", @@ -12195,7 +12241,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "array-bytes", "async-trait", @@ -12221,7 +12267,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12231,7 +12277,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12242,7 +12288,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "ansi_term", "build-helper", @@ -12698,14 +12744,13 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.25.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" +checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" dependencies = [ "autocfg", "bytes", "libc", - "memchr", "mio", "num_cpus", "parking_lot 0.12.1", @@ -12713,18 +12758,18 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] name = "tokio-macros" -version = "1.7.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" +checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.15", ] [[package]] @@ -13076,7 +13121,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e6a13b807a88d25aa1cd0d320edb9412c3692c67" +source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" dependencies = [ "async-trait", "clap 4.2.5", diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index f5ca66875fbb..75b018facd34 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -75,7 +75,7 @@ serde_json = "1.0.96" thiserror = "1.0.31" kvdb = "0.13.0" kvdb-rocksdb = { version = "0.19.0", optional = true } -parity-db = { version = "0.4.7", optional = true } +parity-db = { version = "0.4.8", optional = true } async-trait = "0.1.57" lru = "0.9" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index 5bd65bda5d62..cf80b34aeeb5 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } kvdb = "0.13.0" -parity-db = { version = "0.4.7"} +parity-db = { version = "0.4.8"} [dev-dependencies] assert_matches = "1.4.0" From 86e767eba020ca54705505d4fec0889ae63e9264 Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Mon, 15 May 2023 15:00:24 +0000 Subject: [PATCH 2/2] update lockfile for {"substrate"} --- Cargo.lock | 368 ++++++++++++++++++++++++++--------------------------- 1 file changed, 184 insertions(+), 184 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c1bef2a3462..f555a51c5d4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "hash-db", "log", @@ -2514,7 +2514,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", ] @@ -2537,7 +2537,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-support-procedural", @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "Inflector", "array-bytes", @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2620,7 +2620,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-recursion", "futures", @@ -2686,7 +2686,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "bitflags", "environmental", @@ -2719,7 +2719,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "Inflector", "cfg-expr", @@ -2735,7 +2735,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2747,7 +2747,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro2", "quote", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2783,7 +2783,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -2794,7 +2794,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "cfg-if", "frame-support", @@ -2813,7 +2813,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -2828,7 +2828,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "sp-api", @@ -2837,7 +2837,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "parity-scale-codec", @@ -3019,7 +3019,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "chrono", "frame-election-provider-support", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "log", @@ -4954,7 +4954,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "anyhow", "jsonrpsee", @@ -5546,7 +5546,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5561,7 +5561,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -5577,7 +5577,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -5591,7 +5591,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5615,7 +5615,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5654,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5669,7 +5669,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -5688,7 +5688,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5712,7 +5712,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5730,7 +5730,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5749,7 +5749,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5766,7 +5766,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5824,7 +5824,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5837,7 +5837,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5855,7 +5855,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5873,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5912,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5932,7 +5932,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5949,7 +5949,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5966,7 +5966,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5983,7 +5983,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5999,7 +5999,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6015,7 +6015,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6052,7 +6052,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6063,7 +6063,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6104,7 +6104,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6121,7 +6121,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6136,7 +6136,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6154,7 +6154,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6188,7 +6188,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6205,7 +6205,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -6226,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6242,7 +6242,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -6256,7 +6256,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6279,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6290,7 +6290,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "log", "sp-arithmetic", @@ -6299,7 +6299,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "sp-api", @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6325,7 +6325,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6340,7 +6340,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6358,7 +6358,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6377,7 +6377,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-support", "frame-system", @@ -6393,7 +6393,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6409,7 +6409,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6421,7 +6421,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6438,7 +6438,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6453,7 +6453,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6469,7 +6469,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -6484,7 +6484,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9578,7 +9578,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "log", "sp-core", @@ -9589,7 +9589,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures", @@ -9618,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "futures-timer", @@ -9641,7 +9641,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9675,7 +9675,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9686,7 +9686,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "chrono", @@ -9726,7 +9726,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "fnv", "futures", @@ -9753,7 +9753,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "hash-db", "kvdb", @@ -9779,7 +9779,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "fork-tree", @@ -9840,7 +9840,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "jsonrpsee", @@ -9862,7 +9862,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "async-trait", @@ -9897,7 +9897,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "jsonrpsee", @@ -9916,7 +9916,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9969,7 +9969,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "finality-grandpa", "futures", @@ -9989,7 +9989,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures", @@ -10012,7 +10012,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10036,7 +10036,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "log", "sc-allocator", @@ -10062,7 +10062,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "anyhow", "cfg-if", @@ -10080,7 +10080,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ansi_term", "futures", @@ -10096,7 +10096,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10110,7 +10110,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "async-channel", @@ -10155,7 +10155,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "cid", "futures", @@ -10175,7 +10175,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "async-trait", @@ -10203,7 +10203,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ahash 0.8.2", "futures", @@ -10222,7 +10222,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "futures", @@ -10244,7 +10244,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "async-trait", @@ -10278,7 +10278,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "futures", @@ -10298,7 +10298,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "bytes", @@ -10329,7 +10329,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "libp2p-identity", @@ -10342,7 +10342,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10351,7 +10351,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "jsonrpsee", @@ -10382,7 +10382,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10401,7 +10401,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "http", "jsonrpsee", @@ -10416,7 +10416,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "futures", @@ -10442,7 +10442,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "directories", @@ -10508,7 +10508,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "log", "parity-scale-codec", @@ -10519,7 +10519,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "clap 4.2.5", "fs4", @@ -10535,7 +10535,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10554,7 +10554,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "libc", @@ -10573,7 +10573,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "chrono", "futures", @@ -10592,7 +10592,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ansi_term", "atty", @@ -10623,7 +10623,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10634,7 +10634,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures", @@ -10661,7 +10661,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures", @@ -10675,7 +10675,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-channel", "futures", @@ -11223,7 +11223,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "hash-db", "log", @@ -11243,7 +11243,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "Inflector", "blake2", @@ -11257,7 +11257,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11270,7 +11270,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "integer-sqrt", "num-traits", @@ -11284,7 +11284,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11297,7 +11297,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "sp-api", @@ -11309,7 +11309,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "log", @@ -11327,7 +11327,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures", @@ -11342,7 +11342,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "parity-scale-codec", @@ -11360,7 +11360,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "parity-scale-codec", @@ -11381,7 +11381,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11400,7 +11400,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "finality-grandpa", "log", @@ -11418,7 +11418,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11430,7 +11430,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "bitflags", @@ -11474,7 +11474,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "blake2b_simd", "byteorder", @@ -11488,7 +11488,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro2", "quote", @@ -11499,7 +11499,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11508,7 +11508,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro2", "quote", @@ -11518,7 +11518,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "environmental", "parity-scale-codec", @@ -11529,7 +11529,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11544,7 +11544,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "bytes", "ed25519", @@ -11570,7 +11570,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "lazy_static", "sp-core", @@ -11581,7 +11581,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "parity-scale-codec", @@ -11595,7 +11595,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11604,7 +11604,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11615,7 +11615,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11633,7 +11633,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11647,7 +11647,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "sp-api", "sp-core", @@ -11657,7 +11657,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "backtrace", "lazy_static", @@ -11667,7 +11667,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "rustc-hash", "serde", @@ -11677,7 +11677,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "either", "hash256-std-hasher", @@ -11699,7 +11699,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11717,7 +11717,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "Inflector", "proc-macro-crate", @@ -11729,7 +11729,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11743,7 +11743,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11756,7 +11756,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "hash-db", "log", @@ -11776,7 +11776,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "log", "parity-scale-codec", @@ -11794,12 +11794,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11812,7 +11812,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "futures-timer", @@ -11827,7 +11827,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "sp-std", @@ -11839,7 +11839,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "sp-api", "sp-runtime", @@ -11848,7 +11848,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "log", @@ -11864,7 +11864,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11887,7 +11887,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11904,7 +11904,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11915,7 +11915,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11929,7 +11929,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "parity-scale-codec", "scale-info", @@ -12170,7 +12170,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "platforms 2.0.0", ] @@ -12178,7 +12178,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12197,7 +12197,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "hyper", "log", @@ -12209,7 +12209,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "jsonrpsee", @@ -12222,7 +12222,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "jsonrpsee", "log", @@ -12241,7 +12241,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "array-bytes", "async-trait", @@ -12267,7 +12267,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12277,7 +12277,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12288,7 +12288,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "ansi_term", "build-helper", @@ -13121,7 +13121,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#215336763d36401ea7a0b49564cbb6ad18b2a3c1" +source = "git+https://github.com/paritytech/substrate?branch=master#93e2cf113a7ff1ee5300df8ef90dcd24a23af452" dependencies = [ "async-trait", "clap 4.2.5",