diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index c406f87cc314de1959e6cc13cdff84fa0023e8ce..088a8a05e10e7eacc611a9998f93a4ab4b418b05 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "beefy-primitives", "fnv", @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -502,12 +502,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -952,14 +952,13 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.13.1" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8" +checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12" dependencies = [ "camino", "cargo-platform", - "semver 0.11.0", - "semver-parser 0.10.2", + "semver 1.0.4", "serde", "serde_json", ] @@ -1903,7 +1902,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", ] @@ -1921,7 +1920,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -1941,7 +1940,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "Inflector", "chrono", @@ -1967,7 +1966,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -1981,7 +1980,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -2009,7 +2008,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "bitflags", "frame-metadata", @@ -2038,7 +2037,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2050,7 +2049,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2062,7 +2061,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro2", "quote", @@ -2072,7 +2071,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-support-test-pallet", @@ -2095,7 +2094,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -2106,7 +2105,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "log", @@ -2123,7 +2122,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -2138,7 +2137,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "sp-api", @@ -2147,7 +2146,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "sp-api", @@ -2360,7 +2359,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "chrono", "frame-election-provider-support", @@ -3157,7 +3156,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -4175,7 +4174,7 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "derive_more", @@ -4658,7 +4657,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4672,7 +4671,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -4688,7 +4687,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -4703,7 +4702,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4727,7 +4726,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4747,7 +4746,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "clap", "frame-election-provider-support", @@ -4769,7 +4768,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4784,7 +4783,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "beefy-primitives", "frame-support", @@ -4800,7 +4799,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -4825,7 +4824,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4910,7 +4909,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4927,7 +4926,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4943,7 +4942,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -4967,7 +4966,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -4985,7 +4984,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5000,7 +4999,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5023,7 +5022,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5039,7 +5038,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5059,7 +5058,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5076,7 +5075,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5093,7 +5092,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5111,7 +5110,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5127,7 +5126,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5144,7 +5143,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5159,7 +5158,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5173,7 +5172,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5190,7 +5189,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5213,7 +5212,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5228,7 +5227,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5242,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5258,7 +5257,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5279,7 +5278,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5295,7 +5294,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5309,7 +5308,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5332,7 +5331,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5343,7 +5342,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "log", "sp-arithmetic", @@ -5352,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5366,7 +5365,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5384,7 +5383,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5403,7 +5402,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-support", "frame-system", @@ -5420,7 +5419,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5437,7 +5436,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5448,7 +5447,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5465,7 +5464,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5481,7 +5480,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5495,7 +5494,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-support", "frame-system", @@ -5878,7 +5877,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_cmd", "color-eyre", @@ -5890,7 +5889,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -5910,7 +5909,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -5931,7 +5930,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "derive_more", @@ -5958,7 +5957,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "env_logger 0.9.0", @@ -5985,7 +5984,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6004,7 +6003,7 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6036,7 +6035,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.12" +version = "0.9.13" dependencies = [ "always-assert", "assert_matches", @@ -6063,7 +6062,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.12" +version = "0.9.13" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6075,7 +6074,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -6104,7 +6103,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.12" +version = "0.9.13" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6117,7 +6116,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -6143,7 +6142,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -6166,7 +6165,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6184,7 +6183,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6220,7 +6219,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6247,7 +6246,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6271,7 +6270,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6286,7 +6285,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -6307,7 +6306,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "maplit", @@ -6326,7 +6325,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "futures 0.3.17", @@ -6347,7 +6346,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "bitvec 0.20.1", @@ -6371,7 +6370,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "futures 0.3.17", @@ -6387,7 +6386,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-trait", "futures 0.3.17", @@ -6403,7 +6402,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.12" +version = "0.9.13" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6420,7 +6419,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.12" +version = "0.9.13" dependencies = [ "always-assert", "assert_matches", @@ -6454,7 +6453,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "memory-lru", @@ -6473,7 +6472,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-std", "lazy_static", @@ -6490,7 +6489,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6500,7 +6499,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-trait", "derive_more", @@ -6517,7 +6516,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.12" +version = "0.9.13" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -6539,7 +6538,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.12" +version = "0.9.13" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -6548,7 +6547,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-trait", "futures 0.3.17", @@ -6566,7 +6565,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.12" +version = "0.9.13" dependencies = [ "derive_more", "futures 0.3.17", @@ -6584,7 +6583,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -6614,7 +6613,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "femme", @@ -6638,7 +6637,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-trait", "futures 0.3.17", @@ -6655,7 +6654,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "proc-macro-crate 1.1.0", @@ -6666,7 +6665,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.12" +version = "0.9.13" dependencies = [ "derive_more", "frame-support", @@ -6682,7 +6681,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.12" +version = "0.9.13" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -6711,7 +6710,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6741,7 +6740,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -6824,7 +6823,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -6874,7 +6873,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.12" +version = "0.9.13" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -6917,7 +6916,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -7020,7 +7019,7 @@ dependencies = [ [[package]] name = "polkadot-simnet" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-benchmarking", "frame-support", @@ -7052,14 +7051,14 @@ dependencies = [ [[package]] name = "polkadot-simnet-node" -version = "0.9.12" +version = "0.9.13" dependencies = [ "polkadot-simnet", ] [[package]] name = "polkadot-simnet-test" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-system", "pallet-balances", @@ -7073,7 +7072,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.12" +version = "0.9.13" dependencies = [ "arrayvec 0.5.2", "assert_matches", @@ -7102,7 +7101,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.12" +version = "0.9.13" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7111,7 +7110,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -7137,7 +7136,7 @@ dependencies = [ [[package]] name = "polkadot-test-malus" -version = "0.9.12" +version = "0.9.13" dependencies = [ "assert_matches", "async-trait", @@ -7156,7 +7155,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7221,7 +7220,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-benchmarking", "frame-system", @@ -7867,7 +7866,7 @@ dependencies = [ [[package]] name = "remote-ext-tests-bags-list" -version = "0.9.12" +version = "0.9.13" dependencies = [ "clap", "frame-system", @@ -7885,7 +7884,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -7961,7 +7960,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "bp-messages", @@ -8131,9 +8130,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" +checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" [[package]] name = "rw-stream-sink" @@ -8173,7 +8172,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "log", "sp-core", @@ -8184,7 +8183,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "derive_more", @@ -8211,7 +8210,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8234,7 +8233,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8250,7 +8249,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8267,7 +8266,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8278,7 +8277,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "chrono", "fdlimit", @@ -8316,7 +8315,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "fnv", "futures 0.3.17", @@ -8344,7 +8343,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "hash-db", "kvdb", @@ -8369,7 +8368,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "futures 0.3.17", @@ -8393,7 +8392,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "derive_more", @@ -8436,7 +8435,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "derive_more", "futures 0.3.17", @@ -8460,7 +8459,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8473,7 +8472,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "assert_matches", "async-trait", @@ -8507,7 +8506,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "futures 0.3.17", @@ -8533,7 +8532,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "sc-client-api", "sp-authorship", @@ -8544,7 +8543,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8571,7 +8570,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "derive_more", "environmental", @@ -8589,7 +8588,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "log", "parity-scale-codec", @@ -8605,7 +8604,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "cfg-if 1.0.0", "libc", @@ -8623,7 +8622,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "derive_more", @@ -8660,7 +8659,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "derive_more", "finality-grandpa", @@ -8684,7 +8683,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -8701,7 +8700,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "derive_more", @@ -8716,7 +8715,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-std", "async-trait", @@ -8767,7 +8766,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8783,7 +8782,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "bytes 1.0.1", "fnv", @@ -8811,7 +8810,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "libp2p", @@ -8824,7 +8823,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8833,7 +8832,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "hash-db", @@ -8864,7 +8863,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8889,7 +8888,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -8906,7 +8905,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "directories", @@ -8970,7 +8969,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "log", "parity-scale-codec", @@ -8984,7 +8983,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9006,7 +9005,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "chrono", "futures 0.3.17", @@ -9024,7 +9023,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9055,7 +9054,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9066,7 +9065,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "intervalier", @@ -9093,7 +9092,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "derive_more", "futures 0.3.17", @@ -9107,7 +9106,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9248,7 +9247,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ "semver-parser 0.10.2", - "serde", ] [[package]] @@ -9256,6 +9254,9 @@ name = "semver" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" +dependencies = [ + "serde", +] [[package]] name = "semver-parser" @@ -9432,7 +9433,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slot-range-helper" -version = "0.9.12" +version = "0.9.13" dependencies = [ "enumn", "parity-scale-codec", @@ -9536,7 +9537,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "hash-db", "log", @@ -9553,7 +9554,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -9565,7 +9566,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9578,7 +9579,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "integer-sqrt", "num-traits", @@ -9593,7 +9594,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9606,7 +9607,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "parity-scale-codec", @@ -9618,7 +9619,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "sp-api", @@ -9630,7 +9631,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "log", @@ -9648,7 +9649,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "futures 0.3.17", @@ -9667,7 +9668,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "merlin", @@ -9690,7 +9691,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9702,7 +9703,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9714,7 +9715,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "base58", "bitflags", @@ -9762,7 +9763,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "blake2-rfc", "byteorder", @@ -9775,7 +9776,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro2", "quote", @@ -9786,7 +9787,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "kvdb", "parking_lot", @@ -9795,7 +9796,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro2", "quote", @@ -9805,7 +9806,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "environmental", "parity-scale-codec", @@ -9816,7 +9817,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "finality-grandpa", "log", @@ -9834,7 +9835,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9848,7 +9849,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "hash-db", @@ -9872,7 +9873,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "lazy_static", "sp-core", @@ -9883,7 +9884,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "derive_more", @@ -9900,7 +9901,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "zstd", ] @@ -9908,7 +9909,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -9923,7 +9924,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9934,7 +9935,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "sp-api", "sp-core", @@ -9944,7 +9945,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "backtrace", "lazy_static", @@ -9954,7 +9955,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "rustc-hash", "serde", @@ -9964,7 +9965,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "either", "hash256-std-hasher", @@ -9986,7 +9987,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10003,7 +10004,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10015,7 +10016,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "serde", "serde_json", @@ -10024,7 +10025,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10038,7 +10039,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10049,7 +10050,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "hash-db", "log", @@ -10072,12 +10073,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10090,7 +10091,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "log", "sp-core", @@ -10103,7 +10104,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10119,7 +10120,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "sp-std", @@ -10131,7 +10132,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "sp-api", "sp-runtime", @@ -10140,7 +10141,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "log", @@ -10156,7 +10157,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "hash-db", "memory-db", @@ -10171,7 +10172,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10187,7 +10188,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10198,7 +10199,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10234,7 +10235,7 @@ checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" [[package]] name = "staking-miner" -version = "0.9.12" +version = "0.9.13" dependencies = [ "env_logger 0.9.0", "frame-election-provider-support", @@ -10387,7 +10388,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "platforms", ] @@ -10395,7 +10396,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10417,7 +10418,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-std", "derive_more", @@ -10431,7 +10432,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "async-trait", "futures 0.3.17", @@ -10457,7 +10458,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -10467,7 +10468,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10478,7 +10479,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -10556,7 +10557,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.9.12" +version = "0.9.13" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -10569,7 +10570,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -10595,14 +10596,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.12" +version = "0.9.13" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachains" -version = "0.9.12" +version = "0.9.13" dependencies = [ "parity-scale-codec", "sp-core", @@ -10614,7 +10615,7 @@ dependencies = [ [[package]] name = "test-runner" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "frame-system", "futures 0.3.17", @@ -11056,7 +11057,7 @@ checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#c45c1cbfde0037e6ef650146789a0aa0190fdefb" +source = "git+https://github.com/paritytech/substrate?branch=master#7db0768a85dc36a3f2a44d042b32f3715c00a90d" dependencies = [ "jsonrpsee", "log", @@ -11654,7 +11655,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.12" +version = "0.9.13" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -11836,7 +11837,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.12" +version = "0.9.13" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11848,7 +11849,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-support", "frame-system", @@ -11871,7 +11872,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-benchmarking", "frame-support", @@ -11888,7 +11889,7 @@ dependencies = [ [[package]] name = "xcm-executor-integration-tests" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-support", "frame-system", @@ -11917,7 +11918,7 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-support", "parity-scale-codec", @@ -11933,7 +11934,7 @@ dependencies = [ [[package]] name = "xcm-simulator-example" -version = "0.9.12" +version = "0.9.13" dependencies = [ "frame-support", "frame-system", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 0d1f909851cf2c8e0792bb7803cb2e8ba044e998..823676c049be9516f2ee1787334b21cd8d397b44 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" readme = "README.md" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 899bd4cd00132fffaebee376aa5639185cba9aa9..8d4dff1c8e3ba3a5ce77b6b6106f7f862e4ea60b 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index 352070cfbc700d6676790f16e9bf30d34374b81b..641a9f06644025a22b612af33923f60171887e1b 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index 76983ed75c1c417fc1bfe0cf36b4d333d61afd0d..89329429cc1b39d37188c9256f73ae2a00e5a98b 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/erasure-coding/fuzzer/Cargo.toml b/polkadot/erasure-coding/fuzzer/Cargo.toml index 845622eb4823b8b1e1421ca74a0cd4704f4c2b8d..fe8c6fcdf63f8312df4b6657f17383aa611e96d9 100644 --- a/polkadot/erasure-coding/fuzzer/Cargo.toml +++ b/polkadot/erasure-coding/fuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "erasure_coding_fuzzer" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/client/Cargo.toml b/polkadot/node/client/Cargo.toml index 424ff89b209f125690ad588c61b93b27dbd63814..a17346f3eb085496e1c317100901d6f6206040ba 100644 --- a/polkadot/node/client/Cargo.toml +++ b/polkadot/node/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-client" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/collation-generation/Cargo.toml b/polkadot/node/collation-generation/Cargo.toml index 673c9732979b3ee1cec511ae9f921f87f497119f..3b63b08b820d6a6633b37d57117b45515a437ada 100644 --- a/polkadot/node/collation-generation/Cargo.toml +++ b/polkadot/node/collation-generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-collation-generation" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/approval-voting/Cargo.toml b/polkadot/node/core/approval-voting/Cargo.toml index 35c57bf0feeba1660aa59c398828206d5335facb..f1d3b71da94cb1085e33bdf0e38140af09a753fa 100644 --- a/polkadot/node/core/approval-voting/Cargo.toml +++ b/polkadot/node/core/approval-voting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-approval-voting" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/av-store/Cargo.toml b/polkadot/node/core/av-store/Cargo.toml index c6a2d3a76681c0a80a73a20f2cf2eaac57fa4651..f32a616580aba017c331f0d0210e2e8b7ecf3080 100644 --- a/polkadot/node/core/av-store/Cargo.toml +++ b/polkadot/node/core/av-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-av-store" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/backing/Cargo.toml b/polkadot/node/core/backing/Cargo.toml index b43d7b93eaeb9dda7f0e26a21ada67cbdfd62c5f..b4a2ef102b3f484de2207b6ea619dd39641132ba 100644 --- a/polkadot/node/core/backing/Cargo.toml +++ b/polkadot/node/core/backing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-backing" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/bitfield-signing/Cargo.toml b/polkadot/node/core/bitfield-signing/Cargo.toml index b274f3796aa3c9ea18e86e8c7ed7f8d14296a61f..e5a2aa551d914f1a90d34f60e621160a88b89af9 100644 --- a/polkadot/node/core/bitfield-signing/Cargo.toml +++ b/polkadot/node/core/bitfield-signing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-bitfield-signing" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/candidate-validation/Cargo.toml b/polkadot/node/core/candidate-validation/Cargo.toml index 103cd8698963ac6f5b046e0da840467d2b8ae5b2..16c7d8500841c69dfbde630dd40c5f3fe6fc29f7 100644 --- a/polkadot/node/core/candidate-validation/Cargo.toml +++ b/polkadot/node/core/candidate-validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-candidate-validation" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/chain-api/Cargo.toml b/polkadot/node/core/chain-api/Cargo.toml index 6ce2f7b2b7e890c24357dc7a0831cc2c403f74a1..28a05a7743782710827ab6d429a81c2e65782a48 100644 --- a/polkadot/node/core/chain-api/Cargo.toml +++ b/polkadot/node/core/chain-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-chain-api" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/chain-selection/Cargo.toml b/polkadot/node/core/chain-selection/Cargo.toml index 2e0ab2c89e32e44342b30ea7709989504813bb9b..033ac42c6ea4fe4302d0a9bd14dedd5bf633e3ee 100644 --- a/polkadot/node/core/chain-selection/Cargo.toml +++ b/polkadot/node/core/chain-selection/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-node-core-chain-selection" description = "Chain Selection Subsystem" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/dispute-coordinator/Cargo.toml b/polkadot/node/core/dispute-coordinator/Cargo.toml index 747b06ec0c14f1a73b7fc31c4af2166dc3d39b76..aa521b9dc5ad48e77951fbe2aa8189463a264024 100644 --- a/polkadot/node/core/dispute-coordinator/Cargo.toml +++ b/polkadot/node/core/dispute-coordinator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/dispute-participation/Cargo.toml b/polkadot/node/core/dispute-participation/Cargo.toml index 0813197eaa41c678f1f53bf3810db2c67a767b2b..98a11599ad3d39777b4dfc24ea35fe1394f17512 100644 --- a/polkadot/node/core/dispute-participation/Cargo.toml +++ b/polkadot/node/core/dispute-participation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-dispute-participation" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/parachains-inherent/Cargo.toml b/polkadot/node/core/parachains-inherent/Cargo.toml index 9a81398e759433bbefe20688b1daf2f0e39c8499..54de94e5afe82c7222a5da4412047f961186ddc2 100644 --- a/polkadot/node/core/parachains-inherent/Cargo.toml +++ b/polkadot/node/core/parachains-inherent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-parachains-inherent" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/provisioner/Cargo.toml b/polkadot/node/core/provisioner/Cargo.toml index bc057e87624eb346cf6c1809321eabe23276efd0..da5b541e0a1f2ec8fde60c90ea7ecff0774d55de 100644 --- a/polkadot/node/core/provisioner/Cargo.toml +++ b/polkadot/node/core/provisioner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-provisioner" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/pvf/Cargo.toml b/polkadot/node/core/pvf/Cargo.toml index a914b9ade3256ea5837a8614aa4caf370d5edc42..0afa438eac74268ca784661ab22ab2dc49e43ad3 100644 --- a/polkadot/node/core/pvf/Cargo.toml +++ b/polkadot/node/core/pvf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-pvf" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/core/runtime-api/Cargo.toml b/polkadot/node/core/runtime-api/Cargo.toml index fe593248a2e96bd068c873ba7d5cfa8b6a64b6de..ba0936bb6e786f8402400cd0f39deebac7edc57e 100644 --- a/polkadot/node/core/runtime-api/Cargo.toml +++ b/polkadot/node/core/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-core-runtime-api" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/jaeger/Cargo.toml b/polkadot/node/jaeger/Cargo.toml index 110287f252a7b9f35049d4db96c12ba6d977c7c5..495351996596020053f167e5cb2f07b384c933ed 100644 --- a/polkadot/node/jaeger/Cargo.toml +++ b/polkadot/node/jaeger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-jaeger" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Polkadot Jaeger primitives" diff --git a/polkadot/node/malus/Cargo.toml b/polkadot/node/malus/Cargo.toml index 49c7d7a3f5999e576dac2395e155f0718b42409b..e90ff999adc698a84d3519945c205488fa78fdd2 100644 --- a/polkadot/node/malus/Cargo.toml +++ b/polkadot/node/malus/Cargo.toml @@ -10,7 +10,7 @@ path = "src/variant-a.rs" name = "polkadot-test-malus" description = "Misbehaving nodes for local testnets, system and Simnet tests." license = "GPL-3.0-only" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" readme = "README.md" diff --git a/polkadot/node/metered-channel/Cargo.toml b/polkadot/node/metered-channel/Cargo.toml index 8e955f88386f1b6b42afd93be0c026bf09d0778b..ac01858e381ded90c48d5ea58bc99a1719e6b234 100644 --- a/polkadot/node/metered-channel/Cargo.toml +++ b/polkadot/node/metered-channel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metered-channel" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Channels with attached Meters" diff --git a/polkadot/node/metrics/Cargo.toml b/polkadot/node/metrics/Cargo.toml index 3e74dbdd4caa7fcd22fd91e53ad7443a679add62..776cd72ce0d327dcd62fc1b7e078d796bf1196a0 100644 --- a/polkadot/node/metrics/Cargo.toml +++ b/polkadot/node/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-metrics" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/network/approval-distribution/Cargo.toml b/polkadot/node/network/approval-distribution/Cargo.toml index 15a9cf08f47c91debcf44ac9d889fc072905fbb8..5b784710a542f8e1ae662b5017bbe8df681fd2ce 100644 --- a/polkadot/node/network/approval-distribution/Cargo.toml +++ b/polkadot/node/network/approval-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-approval-distribution" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/availability-distribution/Cargo.toml b/polkadot/node/network/availability-distribution/Cargo.toml index 36c0569ba87e0d5695f7d71c506e24224110d421..29deac9ce9897b5d2b25d5c0dfa5de2c6d515283 100644 --- a/polkadot/node/network/availability-distribution/Cargo.toml +++ b/polkadot/node/network/availability-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-distribution" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/availability-recovery/Cargo.toml b/polkadot/node/network/availability-recovery/Cargo.toml index 469834f18c8a90c200f182735a2005cf926e347c..c0ceb59ea2988fcaba6239e0586c55f692dba617 100644 --- a/polkadot/node/network/availability-recovery/Cargo.toml +++ b/polkadot/node/network/availability-recovery/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-recovery" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/bitfield-distribution/Cargo.toml b/polkadot/node/network/bitfield-distribution/Cargo.toml index 8c5ff49a8add57db4c37e7e5e11ba8ef8af158e8..1fe3a009e1e8ad19e449c2782f49d95f995c6a47 100644 --- a/polkadot/node/network/bitfield-distribution/Cargo.toml +++ b/polkadot/node/network/bitfield-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-availability-bitfield-distribution" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/bridge/Cargo.toml b/polkadot/node/network/bridge/Cargo.toml index 500e713113c3366d408a137fa19c1656026993a3..750ca560dd6c4d2b3f361d86354e526c067cb524 100644 --- a/polkadot/node/network/bridge/Cargo.toml +++ b/polkadot/node/network/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-bridge" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/collator-protocol/Cargo.toml b/polkadot/node/network/collator-protocol/Cargo.toml index 8eb98cfff59e115c8d969242cfc5106742b97f7d..4a43df113e8911bfff7d83a5f87d5af388438819 100644 --- a/polkadot/node/network/collator-protocol/Cargo.toml +++ b/polkadot/node/network/collator-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator-protocol" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/dispute-distribution/Cargo.toml b/polkadot/node/network/dispute-distribution/Cargo.toml index 17eb33884d91b11da551206b061446399b8ad350..fc22eada76771fda742e58b2da77990bc2126f1f 100644 --- a/polkadot/node/network/dispute-distribution/Cargo.toml +++ b/polkadot/node/network/dispute-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-dispute-distribution" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/gossip-support/Cargo.toml b/polkadot/node/network/gossip-support/Cargo.toml index 943ae17f2e9eb9e28c15a0c85e915ae143a7eaef..010a2f3198b24a0c1d9765ac6b732604706ea305 100644 --- a/polkadot/node/network/gossip-support/Cargo.toml +++ b/polkadot/node/network/gossip-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-gossip-support" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/network/protocol/Cargo.toml b/polkadot/node/network/protocol/Cargo.toml index 4fdc2eb4082fb3ef349328693666a3ccc8b4ef84..d3287743ce3d317ff5fdbc68cc427b31711440e7 100644 --- a/polkadot/node/network/protocol/Cargo.toml +++ b/polkadot/node/network/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-network-protocol" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Primitives types for the Node-side" diff --git a/polkadot/node/network/statement-distribution/Cargo.toml b/polkadot/node/network/statement-distribution/Cargo.toml index d5b76fff9a754b2131b937b868a545ca34b913b9..4454064dfb98a366308c5f6f02c7edf9af9476bd 100644 --- a/polkadot/node/network/statement-distribution/Cargo.toml +++ b/polkadot/node/network/statement-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-distribution" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Statement Distribution Subsystem" edition = "2018" diff --git a/polkadot/node/overseer/Cargo.toml b/polkadot/node/overseer/Cargo.toml index d0f67c111cddcbf3816638b22544634831977094..6dda8b48731e328f028b862cee5d6abf566fb7f0 100644 --- a/polkadot/node/overseer/Cargo.toml +++ b/polkadot/node/overseer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/overseer/overseer-gen/Cargo.toml b/polkadot/node/overseer/overseer-gen/Cargo.toml index 06863ad9f980e1fff6e110213814c03e687ff89b..d5f81123baa0915ed11604cc5eb9cb321d9f1c9e 100644 --- a/polkadot/node/overseer/overseer-gen/Cargo.toml +++ b/polkadot/node/overseer/overseer-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer-gen" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Generate an overseer including builder pattern and message wrapper from a single struct." diff --git a/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml b/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml index 80140f455b174fd8174dd52c5960468acd836ae6..fc6e5c701196fb77e2fdca0e1ebc108e118ab62d 100644 --- a/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml +++ b/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Generate an overseer including builder pattern and message wrapper from a single annotated struct definition." diff --git a/polkadot/node/primitives/Cargo.toml b/polkadot/node/primitives/Cargo.toml index eade6bf1e26c5f264928bdba2fdf68fb50c712ac..99b0b1d6d115d4a82f2b564e779e45ef40c7a6cc 100644 --- a/polkadot/node/primitives/Cargo.toml +++ b/polkadot/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-primitives" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Primitives types for the Node-side" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 27bccb87da1c0e2d68513487c0ca40ae49fa8ec4..7b21e4d99c4bad88260bbcad9a5f18f6d1687084 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/subsystem-test-helpers/Cargo.toml b/polkadot/node/subsystem-test-helpers/Cargo.toml index 0e196d582d474d5c0294af8234272fcaf8105b00..1c89554f319f6fd02b460dfb5d8dc0f03116d955 100644 --- a/polkadot/node/subsystem-test-helpers/Cargo.toml +++ b/polkadot/node/subsystem-test-helpers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/subsystem-types/Cargo.toml b/polkadot/node/subsystem-types/Cargo.toml index 8b7e493decf1c937d182961033b56a665991f796..72aac5ac0d4e72453435ec8002c4f17ef0aa645d 100644 --- a/polkadot/node/subsystem-types/Cargo.toml +++ b/polkadot/node/subsystem-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-types" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index 749b0bd4b1bae97f5e864387247b5f1337f6361b..00fecf5817e63cfd9b38e34c4d3119bbec6f70fd 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem-util" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Subsystem traits and message definitions" diff --git a/polkadot/node/subsystem/Cargo.toml b/polkadot/node/subsystem/Cargo.toml index 63925c5c328d75cbd5f8734444a8cf8cb5aa673b..abc10136de23e8540dbc76d3e80c78f2b502f460 100644 --- a/polkadot/node/subsystem/Cargo.toml +++ b/polkadot/node/subsystem/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-node-subsystem" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" description = "Subsystem traits and message definitions and the generated overseer" diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index d7ae86a394903be6dee278f42d5b315c7a853217..54bc6650f7fa4e43751317f0a97d5c1f224fdbe0 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-client" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/test/polkadot-simnet/common/Cargo.toml b/polkadot/node/test/polkadot-simnet/common/Cargo.toml index c4d0cb0f22a64e3b1ec8500ffce6e7612362f8a3..3a2c9f2aa587fc77981923655874ff96dcc9c7df 100644 --- a/polkadot/node/test/polkadot-simnet/common/Cargo.toml +++ b/polkadot/node/test/polkadot-simnet/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-simnet" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/test/polkadot-simnet/node/Cargo.toml b/polkadot/node/test/polkadot-simnet/node/Cargo.toml index e64ed09b567d761d3ab6b811ebbf0bafa7e258fc..71ff7caf2c4912e2ec9b80828d3182db372a834a 100644 --- a/polkadot/node/test/polkadot-simnet/node/Cargo.toml +++ b/polkadot/node/test/polkadot-simnet/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-simnet-node" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/test/polkadot-simnet/test/Cargo.toml b/polkadot/node/test/polkadot-simnet/test/Cargo.toml index 85d60968d6d0ffcb6373a03333b2c7be671a73b9..c4a0029a53292613f34e140d8fd72a819af0b756 100644 --- a/polkadot/node/test/polkadot-simnet/test/Cargo.toml +++ b/polkadot/node/test/polkadot-simnet/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-simnet-test" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 641251b3021083c36541c186719b385193514e4e..2566cf4418c56a79d3ecafd60bb35bfde6d236ad 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-service" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 77dcd13b5ce5e50887378fde49ae64af152b6453..adc05815c498e5239b0c6c9fa91837cc8b9349a4 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index 8d43827b1a2c487e655af9b1106c1d487a70619c..f1c7dd46090fe5deabae43e90110522f41c1788a 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Integration tests using the test-parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index 9e8d42e7d12b288a3e12711992d0ce966a170999..4271a7fe4528abd7715d87341f8a20fd6d9f3bc6 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index a6d6fd921e43f9a6c3df2e49ccf021acf8d14bed..a4b761279bcea0599c1d43267ebfd4ae59fc665f 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder-collator" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Collator for the adder test parachain" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 1f3dc1db4c0f4a61de4962bf37df2fe371512fbc..6430279f5111519b44ac9868099c519e2cc5d438 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index 828a56c72de00dc4fbab29636d5f9226de321c8d..d03e458a1a7386a5f6e35e04ccc4ea6a4857e145 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 9d2339c0db0848b270890c26f75a00858cc79138..a1850ec091bd5557503e0b5a1ba21243d7af88bd 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index cd638fd1f3136b21dca7078092abb956c9cfbaef..7d24d481d1e10aeb735b532583573a99774a3192 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index d4bbb9bd60c7c0cba4a0e5783718cec258c9a708..a0a4513a6425b1afd056612eb395e5ad5797f20d 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slot-range-helper" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 1b30c4967ce9926744b3b798570a15f77c79ebba..2fb3d3bbd9865b66fca68e0f9507699e947596f3 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index d0c26a1bdfa10c4de34980490b4aa324e8c3ea7e..064f271b341241d9506b758731aa48bdbfc8baab 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 235bfc06e54201aa1c4361ef93093071c30ad74a..ed11dbdbb90ba6268e46f6cb456ab87f55f42494 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 275586d3c110a0e29834b20be09c312e7be96c93..c40b3cc5cb04a7084df646988eb9b4e7bc9ec9fb 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 1e2132dcaf94a8bf05c37b356fa39a558448c0c1..3f7a02c1d35e92f2ef1dcbd8779be1b2478e618c 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 55ba7ebe1ef1bab017e544eec840da12414c19b8..f4269b3cd0308c8f6ed1acc4c5ffdfcdc1793231 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" build = "build.rs" diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index c5d490ac1fd9f8cd5f85f2ee83fe22ab425e7a80..db48cca6f0931134d7a5e241d55ed7e3fd67b999 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml index 35c16507fc582f286fa9daad1ae2b04ae7c7294d..ac0464c16e238d1cb8f777d38316fe2108d1755a 100644 --- a/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml +++ b/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remote-ext-tests-bags-list" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/utils/staking-miner/Cargo.toml b/polkadot/utils/staking-miner/Cargo.toml index c77ec2502615e66cb799ac4d5306f712c0842d7d..fd80272cf0f28d9b672f5e032f68cb09d89130d5 100644 --- a/polkadot/utils/staking-miner/Cargo.toml +++ b/polkadot/utils/staking-miner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staking-miner" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index f6a309b70c08047903041c4bfa8079e8559c05d0..74fba460bdd97ef4f67d3647b2a491b8f39d0dce 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "The basic XCM datastructures." edition = "2018" diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 1a487a16926908e7b9434ac8bde962f86071e13d..efd552d70b689c7b4a0716ea9996347df07310b7 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" name = "pallet-xcm" -version = "0.9.12" +version = "0.9.13" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index 639f801b2555aae22284a52c0afa324cb3b8ca6f..bf776f73b7faa8234384f8d9588e77cb46aeb9b0 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" name = "xcm-builder" description = "Tools & types for building with XCM and its executor." -version = "0.9.12" +version = "0.9.13" [dependencies] parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index e0f2568c58c603e805cd12846e821cbea2fb66c7..2d92cfa3fd16b8f36ddbba059b5ec525c343c3be 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" name = "xcm-executor" description = "An abstract and configurable XCM message executor." -version = "0.9.12" +version = "0.9.13" [dependencies] impl-trait-for-tuples = "0.2.0" diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index d88417536ea4815f7d8f48a21fa958bc2e66ba20..ebcd8662d97fbbb3d27aa7bc2842ca5d13022d3e 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"] edition = "2018" name = "xcm-executor-integration-tests" description = "Integration tests for the XCM Executor" -version = "0.9.12" +version = "0.9.13" [dependencies] frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } diff --git a/polkadot/xcm/xcm-simulator/Cargo.toml b/polkadot/xcm/xcm-simulator/Cargo.toml index 3599e74277495791dcb13765ae86c500ffab0cb4..f5320e6ab8d04fab3c0ba7da38f56096495fd285 100644 --- a/polkadot/xcm/xcm-simulator/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Test kit to simulate cross-chain message passing and XCM execution" edition = "2018" diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index c33a8080348f00f60a6e730904649dd40b2f791e..8b25dd6b93445aec40c4deacd716c837d209fedc 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-simulator-example" -version = "0.9.12" +version = "0.9.13" authors = ["Parity Technologies <admin@parity.io>"] description = "Examples of xcm-simulator usage." edition = "2018"