diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 60edb42e31..aa7ff39c1e 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -164,22 +164,9 @@ checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7" [[package]] name = "asn1_der" -version = "0.6.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638" -dependencies = [ - "asn1_der_derive", -] - -[[package]] -name = "asn1_der_derive" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" -dependencies = [ - "quote 1.0.9", - "syn 1.0.68", -] +checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3" [[package]] name = "assert_cmd" @@ -457,10 +444,16 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +[[package]] +name = "beef" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" + [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d8f233a7f876712a5f0dc45aa893c91147518418" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" dependencies = [ "beefy-primitives", "futures 0.3.14", @@ -487,7 +480,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d8f233a7f876712a5f0dc45aa893c91147518418" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -508,7 +501,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d8f233a7f876712a5f0dc45aa893c91147518418" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" dependencies = [ "parity-scale-codec", "sp-api", @@ -2269,7 +2262,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", ] @@ -2287,7 +2280,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -2306,7 +2299,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "Inflector", "chrono", @@ -2329,7 +2322,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -2342,12 +2335,11 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -2358,7 +2350,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "serde", @@ -2369,7 +2361,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "bitflags", "frame-metadata", @@ -2395,7 +2387,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2407,7 +2399,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2419,7 +2411,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro2 1.0.26", "quote 1.0.9", @@ -2429,7 +2421,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2446,7 +2438,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -2455,7 +2447,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "parity-scale-codec", @@ -3463,12 +3455,12 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b15fc3a0ef2e02d770aa1a221d3412443dcaedc43e27d80c957dd5bbd65321b" +checksum = "7e3a49473ea266be8e9f23e20a7bfa4349109b42319d72cc0b8a101e18fa6466" dependencies = [ "async-trait", - "futures 0.3.14", + "fnv", "hyper 0.13.9", "hyper-rustls", "jsonrpsee-types", @@ -3477,17 +3469,17 @@ dependencies = [ "serde", "serde_json", "thiserror", - "unicase", "url 2.2.0", ] [[package]] name = "jsonrpsee-proc-macros" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bb4afbda476e2ee11cc6245055c498c116fc8002d2d60fe8338b6ee15d84c3a" +checksum = "b0cbaee9ca6440e191545a68c7bf28db0ff918359a904e37a6e7cf7edd132f5a" dependencies = [ "Inflector", + "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", "quote 1.0.9", "syn 1.0.68", @@ -3495,32 +3487,29 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42a82588b5f7830e94341bb7e79d15f46070ab6f64dde1e3b3719721b61c5bf" +checksum = "e4ce2de6884fb4abee16eca02329a1eec1eb8df8aed751a8e929083820c78ce7" dependencies = [ "async-trait", - "futures 0.3.14", + "beef", + "futures-channel", + "futures-util", "log", "serde", "serde_json", - "smallvec 1.6.1", "thiserror", ] [[package]] name = "jsonrpsee-utils" -version = "0.2.0-alpha.3" +version = "0.2.0-alpha.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e65c77838fce96bc554b4a3a159d0b9a2497319ae9305c66ee853998c7ed2fd3" +checksum = "3b22199cccd81d9ef601be86bedc5bef67aeacbbfddace031d4931c60fca96e9" dependencies = [ - "futures 0.3.14", - "globset", + "futures-util", "hyper 0.13.9", "jsonrpsee-types", - "lazy_static", - "log", - "unicase", ] [[package]] @@ -3542,7 +3531,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-primitives", "bitvec", @@ -3701,9 +3690,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.36.0" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe5759b526f75102829c15e4d8566603b4bf502ed19b5f35920d98113873470d" +checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b" dependencies = [ "atomic", "bytes 1.0.1", @@ -3740,9 +3729,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.28.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e1797734bbd4c453664fefb029628f77c356ffc5bce98f06b18a7db3ebb0f7" +checksum = "71dd51b562e14846e65bad00e5808d0644376e6588668c490d3c48e1dfeb4a9a" dependencies = [ "asn1_der", "bs58", @@ -3799,9 +3788,9 @@ dependencies = [ [[package]] name = "libp2p-floodsub" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897645f99e9b396df256a6aa8ba8c4bc019ac6b7c62556f624b5feea9acc82bb" +checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf" dependencies = [ "cuckoofilter", "fnv", @@ -3817,9 +3806,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794b0c85f5df1acbc1fc38414d37272594811193b6325c76d3931c3e3f5df8c0" +checksum = "73cb9a89a301afde1e588c73f7e9131e12a5388725f290a9047b878862db1b53" dependencies = [ "asynchronous-codec 0.6.0", "base64 0.13.0", @@ -3843,9 +3832,9 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f88ebc841d744979176ab4b8b294a3e655a7ba4ef26a905d073a52b49ed4dff5" +checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" dependencies = [ "futures 0.3.14", "libp2p-core", @@ -3859,9 +3848,9 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb5b90b6bda749023a85f60b49ea74b387c25f17d8df541ae72a3c75dd52e63" +checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820" dependencies = [ "arrayvec 0.5.2", "asynchronous-codec 0.6.0", @@ -3885,9 +3874,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.29.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be28ca13bb648d249a9baebd750ebc64ce7040ddd5f0ce1035ff1f4549fb596d" +checksum = "41e282f974c4bea56db8acca50387f05189406e346318cb30190b0bde662961e" dependencies = [ "async-io", "data-encoding", @@ -3946,9 +3935,9 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dea10fc5209260915ea65b78f612d7ff78a29ab288e7aa3250796866af861c45" +checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" dependencies = [ "futures 0.3.14", "libp2p-core", @@ -3992,9 +3981,9 @@ dependencies = [ [[package]] name = "libp2p-relay" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff268be6a9d6f3c6cca3b81bbab597b15217f9ad8787c6c40fc548c1af7cd24" +checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d" dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", @@ -4015,9 +4004,9 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "725367dd2318c54c5ab1a6418592e5b01c63b0dedfbbfb8389220b2bcf691899" +checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3" dependencies = [ "async-trait", "bytes 1.0.1", @@ -4035,9 +4024,9 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c26980cadd7c25d89071cb23e1f7f5df4863128cc91d83c6ddc72338cecafa" +checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" dependencies = [ "either", "futures 0.3.14", @@ -4051,9 +4040,9 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c564ebaa36a64839f51eaddb0243aaaa29ce64affb56129193cc3248b72af273" +checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed" dependencies = [ "quote 1.0.9", "syn 1.0.68", @@ -4122,9 +4111,9 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d6144cc94143fb0a8dd1e7c2fbcc32a2808168bcd1d69920635424d5993b7b" +checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" dependencies = [ "futures 0.3.14", "libp2p-core", @@ -4391,7 +4380,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -4793,13 +4782,12 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec", - "serde", "sp-application-crypto", "sp-authority-discovery", "sp-runtime", @@ -4809,7 +4797,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -4824,7 +4812,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4834,7 +4822,6 @@ dependencies = [ "pallet-session", "pallet-timestamp", "parity-scale-codec", - "serde", "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", @@ -4848,14 +4835,13 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", - "serde", "sp-runtime", "sp-std", ] @@ -4863,7 +4849,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d8f233a7f876712a5f0dc45aa893c91147518418" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" dependencies = [ "beefy-primitives", "frame-support", @@ -4878,13 +4864,12 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "pallet-treasury", "parity-scale-codec", - "serde", "sp-runtime", "sp-std", ] @@ -4892,13 +4877,12 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "log", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -4908,7 +4892,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4923,14 +4907,13 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-election-provider-support", "frame-support", "frame-system", "log", "parity-scale-codec", - "serde", "sp-arithmetic", "sp-io", "sp-npos-elections", @@ -4941,14 +4924,15 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "log", "parity-scale-codec", - "serde", + "sp-core", + "sp-io", "sp-npos-elections", "sp-runtime", "sp-std", @@ -4957,7 +4941,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4966,7 +4950,6 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "serde", "sp-application-crypto", "sp-core", "sp-finality-grandpa", @@ -4979,14 +4962,13 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "enumflags2", "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-io", "sp-runtime", "sp-std", @@ -4995,14 +4977,13 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "log", "pallet-authorship", "parity-scale-codec", - "serde", "sp-application-crypto", "sp-core", "sp-io", @@ -5014,12 +4995,11 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-keyring", @@ -5030,12 +5010,13 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec", - "serde", "sp-io", "sp-runtime", "sp-std", @@ -5044,7 +5025,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5052,7 +5033,6 @@ dependencies = [ "frame-system", "pallet-mmr-primitives", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -5062,7 +5042,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -5078,7 +5058,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5096,12 +5076,11 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -5111,12 +5090,11 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-io", "sp-runtime", "sp-std", @@ -5125,7 +5103,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -5141,12 +5119,11 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -5156,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -5169,13 +5146,12 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "enumflags2", "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-io", "sp-runtime", "sp-std", @@ -5184,14 +5160,13 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", - "serde", "sp-io", "sp-runtime", "sp-std", @@ -5200,14 +5175,13 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", "pallet-timestamp", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -5220,13 +5194,12 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", - "serde", "sp-runtime", "sp-std", ] @@ -5234,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5256,7 +5229,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -5267,12 +5240,11 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-io", "sp-runtime", "sp-std", @@ -5281,7 +5253,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -5289,7 +5261,6 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "serde", "sp-inherents", "sp-runtime", "sp-std", @@ -5299,7 +5270,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -5313,7 +5284,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -5329,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5346,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5357,7 +5328,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", @@ -5372,12 +5343,11 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-core", "sp-io", "sp-runtime", @@ -5387,13 +5357,12 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "enumflags2", "frame-support", "frame-system", "parity-scale-codec", - "serde", "sp-runtime", "sp-std", ] @@ -5401,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "frame-support", "frame-system", @@ -5868,7 +5837,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "polkadot-node-network-protocol", @@ -5882,7 +5851,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -5896,7 +5865,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "lru", @@ -5919,7 +5888,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "lru", @@ -5938,7 +5907,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "frame-benchmarking-cli", "futures 0.3.14", @@ -5958,7 +5927,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "always-assert", "futures 0.3.14", @@ -5978,7 +5947,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -5990,7 +5959,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6004,7 +5973,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "polkadot-node-network-protocol", @@ -6019,7 +5988,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-trait", "futures 0.3.14", @@ -6039,7 +6008,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6057,7 +6026,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -6086,7 +6055,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "bitvec", "futures 0.3.14", @@ -6106,7 +6075,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "bitvec", "futures 0.3.14", @@ -6124,7 +6093,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "polkadot-node-subsystem", @@ -6139,7 +6108,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "polkadot-node-primitives", @@ -6154,7 +6123,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-trait", "futures 0.3.14", @@ -6172,7 +6141,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "polkadot-node-subsystem", @@ -6185,7 +6154,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -6210,7 +6179,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "bitvec", "futures 0.3.14", @@ -6225,7 +6194,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "always-assert", "assert_matches", @@ -6253,7 +6222,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "memory-lru", @@ -6271,7 +6240,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-std", "lazy_static", @@ -6289,7 +6258,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6304,7 +6273,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6326,7 +6295,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-std", "async-trait", @@ -6356,7 +6325,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-trait", "futures 0.3.14", @@ -6378,11 +6347,12 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-trait", "futures 0.3.14", "futures-timer 3.0.2", + "lru", "metered-channel", "parity-scale-codec", "pin-project 1.0.4", @@ -6405,7 +6375,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "async-trait", "futures 0.3.14", @@ -6422,7 +6392,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -6437,7 +6407,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "bitvec", "frame-system", @@ -6466,7 +6436,7 @@ dependencies = [ [[package]] name = "polkadot-procmacro-subsystem-dispatch-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "assert_matches", "proc-macro2 1.0.26", @@ -6477,7 +6447,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6510,7 +6480,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-primitives", "bitvec", @@ -6580,7 +6550,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-primitives", "bitvec", @@ -6622,7 +6592,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -6659,7 +6629,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -6748,7 +6718,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "arrayvec 0.5.2", "futures 0.3.14", @@ -6767,7 +6737,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6777,7 +6747,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -6802,7 +6772,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-primitives", "bitvec", @@ -6859,7 +6829,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "frame-benchmarking", "frame-system", @@ -7585,13 +7555,12 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "env_logger 0.8.3", "hex-literal 0.3.1", "jsonrpsee-http-client", "jsonrpsee-proc-macros", - "jsonrpsee-types", "log", "parity-scale-codec", "sp-core", @@ -7738,7 +7707,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-primitives", "frame-executive", @@ -7942,13 +7911,14 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "derive_more 0.99.11", "either", "futures 0.3.14", "futures-timer 3.0.2", + "ip_network", "libp2p", "log", "parity-scale-codec", @@ -7970,7 +7940,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -7993,7 +7963,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8009,7 +7979,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8030,7 +8000,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -8041,7 +8011,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "chrono", "fdlimit", @@ -8079,7 +8049,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "fnv", @@ -8113,7 +8083,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "blake2-rfc", "hash-db", @@ -8143,7 +8113,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -8155,7 +8125,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8202,7 +8172,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8226,7 +8196,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8239,7 +8209,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "futures 0.3.14", @@ -8266,7 +8236,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "sc-client-api", @@ -8280,7 +8250,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -8310,7 +8280,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -8327,7 +8297,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "parity-scale-codec", @@ -8342,7 +8312,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "parity-scale-codec", @@ -8360,7 +8330,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8400,7 +8370,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -8424,7 +8394,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8445,7 +8415,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "ansi_term 0.12.1", "futures 0.3.14", @@ -8463,7 +8433,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8483,7 +8453,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "hash-db", "lazy_static", @@ -8502,7 +8472,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-std", "async-trait", @@ -8555,7 +8525,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8572,7 +8542,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "bytes 0.5.6", "fnv", @@ -8600,7 +8570,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "libp2p", @@ -8613,7 +8583,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8622,7 +8592,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "hash-db", @@ -8656,7 +8626,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8680,7 +8650,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -8698,7 +8668,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "directories", @@ -8762,7 +8732,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "parity-scale-codec", @@ -8777,7 +8747,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8797,7 +8767,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "chrono", "futures 0.3.14", @@ -8817,7 +8787,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8844,7 +8814,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -8855,7 +8825,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8877,7 +8847,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "futures-diagnose", @@ -9208,7 +9178,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slot-range-helper" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "enumn", "parity-scale-codec", @@ -9299,7 +9269,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "sp-core", @@ -9311,7 +9281,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "hash-db", "log", @@ -9328,7 +9298,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9340,7 +9310,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "serde", @@ -9352,7 +9322,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "integer-sqrt", "num-traits", @@ -9366,7 +9336,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -9378,7 +9348,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -9389,7 +9359,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -9401,7 +9371,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "log", @@ -9419,7 +9389,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "serde", "serde_json", @@ -9428,7 +9398,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "futures 0.3.14", @@ -9455,7 +9425,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -9471,7 +9441,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "merlin", "parity-scale-codec", @@ -9492,7 +9462,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9502,7 +9472,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9514,7 +9484,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "base58", "blake2-rfc", @@ -9558,7 +9528,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9567,7 +9537,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro2 1.0.26", "quote 1.0.9", @@ -9577,7 +9547,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "environmental", "parity-scale-codec", @@ -9588,7 +9558,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "finality-grandpa", "log", @@ -9605,7 +9575,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -9617,7 +9587,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "hash-db", @@ -9641,7 +9611,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "lazy_static", "sp-core", @@ -9652,7 +9622,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -9669,7 +9639,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "ruzstd", "zstd", @@ -9678,7 +9648,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "serde", @@ -9691,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -9702,7 +9672,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "sp-api", "sp-core", @@ -9712,7 +9682,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "backtrace", ] @@ -9720,7 +9690,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "serde", "sp-core", @@ -9729,7 +9699,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "either", "hash256-std-hasher", @@ -9750,7 +9720,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9767,7 +9737,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9779,7 +9749,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "serde", "serde_json", @@ -9788,7 +9758,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -9801,7 +9771,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9811,7 +9781,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "hash-db", "log", @@ -9833,12 +9803,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9851,7 +9821,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "sp-core", @@ -9864,7 +9834,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -9877,7 +9847,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -9890,7 +9860,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "log", "parity-scale-codec", @@ -9903,7 +9873,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -9919,7 +9889,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "hash-db", "memory-db", @@ -9933,7 +9903,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "futures-core", @@ -9945,7 +9915,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9957,7 +9927,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10115,7 +10085,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "platforms", ] @@ -10123,7 +10093,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.14", @@ -10146,7 +10116,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-std", "derive_more 0.99.11", @@ -10160,7 +10130,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "async-trait", "futures 0.1.30", @@ -10189,7 +10159,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "cfg-if 1.0.0", "frame-support", @@ -10230,7 +10200,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -10251,7 +10221,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "futures 0.3.14", "substrate-test-utils-derive", @@ -10261,7 +10231,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "proc-macro-crate 1.0.0", "quote 1.0.9", @@ -10287,7 +10257,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10965,7 +10935,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a76aadc4b28311418ee114e23b07da46ecccecfb" +source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" dependencies = [ "frame-try-runtime", "log", @@ -11618,7 +11588,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "beefy-primitives", "bitvec", @@ -11632,7 +11602,6 @@ dependencies = [ "pallet-authorship", "pallet-babe", "pallet-balances", - "pallet-beefy", "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", @@ -11642,7 +11611,6 @@ dependencies = [ "pallet-im-online", "pallet-indices", "pallet-membership", - "pallet-mmr", "pallet-mmr-primitives", "pallet-multisig", "pallet-nicks", @@ -11797,7 +11765,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11807,7 +11775,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "frame-support", "frame-system", @@ -11825,7 +11793,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#80256e98925deb8f90115664da142acc3306b235" +source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -11841,15 +11809,15 @@ dependencies = [ [[package]] name = "yamux" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271" +checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107" dependencies = [ "futures 0.3.14", "log", "nohash-hasher", "parking_lot 0.11.1", - "rand 0.7.3", + "rand 0.8.3", "static_assertions", ]