diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 736987ea46b18fd0665a97844049cd6dbae5bfc3..1fa877c5c3c5523b962630c8a47cdf55e14b2382 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -408,7 +408,7 @@ dependencies = [ "cfg-if 1.0.0", "libc", "miniz_oxide", - "object", + "object 0.26.2", "rustc-demangle", ] @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "beefy-primitives", "fnv", @@ -481,7 +481,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", "wasm-timer", ] @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -509,12 +509,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "finality-grandpa", "frame-support", @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-runtime", "frame-support", @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "bp-runtime", @@ -748,7 +748,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-messages", "bp-runtime", @@ -766,7 +766,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-messages", "bp-runtime", @@ -781,7 +781,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-support", "hash-db", @@ -816,7 +816,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -831,7 +831,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -1178,18 +1178,18 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15013642ddda44eebcf61365b2052a23fd8b7314f90ba44aa059ec02643c5139" +checksum = "cc0cb7df82c8cf8f2e6a8dd394a0932a71369c160cc9b027dca414fced242513" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "298f2a7ed5fdcb062d8e78b7496b0f4b95265d20245f2d0ca88f846dd192a3a3" +checksum = "fe4463c15fa42eee909e61e5eac4866b7c6d22d0d8c621e57a0c5380753bfa8c" dependencies = [ "cranelift-bforest", "cranelift-codegen-meta", @@ -1204,9 +1204,9 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cf504261ac62dfaf4ffb3f41d88fd885e81aba947c1241275043885bc5f0bac" +checksum = "793f6a94a053a55404ea16e1700202a88101672b8cd6b4df63e13cde950852bf" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -1214,24 +1214,24 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd2a72db4301dbe7e5a4499035eedc1e82720009fb60603e20504d8691fa9cd" +checksum = "44aa1846df275bce5eb30379d65964c7afc63c05a117076e62a119c25fe174be" [[package]] name = "cranelift-entity" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48868faa07cacf948dc4a1773648813c0e453ff9467e800ff10f6a78c021b546" +checksum = "a3a45d8d6318bf8fc518154d9298eab2a8154ec068a8885ff113f6db8d69bb3a" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "351c9d13b4ecd1a536215ec2fd1c3ee9ee8bc31af172abf1e45ed0adb7a931df" +checksum = "e07339bd461766deb7605169de039e01954768ff730fa1254e149001884a8525" dependencies = [ "cranelift-codegen", "log", @@ -1241,9 +1241,9 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6df8b556663d7611b137b24db7f6c8d9a8a27d7f29c7ea7835795152c94c1b75" +checksum = "03e2fca76ff57e0532936a71e3fc267eae6a19a86656716479c66e7f912e3d7b" dependencies = [ "cranelift-codegen", "libc", @@ -1252,9 +1252,9 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.77.0" +version = "0.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a69816d90db694fa79aa39b89dda7208a4ac74b6f2b8f3c4da26ee1c8bdfc5e" +checksum = "1f46fec547a1f8a32c54ea61c28be4f4ad234ad95342b718a9a9adcaadb0c778" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -1446,7 +1446,7 @@ dependencies = [ "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "tracing", ] @@ -1491,7 +1491,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "tracing", ] @@ -1546,7 +1546,7 @@ dependencies = [ "sc-service 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-consensus 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "substrate-test-utils 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "tokio", @@ -2000,7 +2000,7 @@ dependencies = [ "convert_case", "proc-macro2", "quote", - "rustc_version", + "rustc_version 0.3.3", "syn", ] @@ -2408,7 +2408,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", ] @@ -2434,7 +2434,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -2454,7 +2454,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "Inflector", "chrono", @@ -2480,7 +2480,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -2494,7 +2494,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -2522,7 +2522,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "bitflags", "frame-metadata", @@ -2551,7 +2551,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2563,7 +2563,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2575,7 +2575,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro2", "quote", @@ -2585,7 +2585,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "log", @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -2617,7 +2617,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -2626,7 +2626,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -3106,9 +3106,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.13" +version = "0.14.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593" +checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b" dependencies = [ "bytes 1.1.0", "futures-channel", @@ -3286,6 +3286,16 @@ dependencies = [ "futures-timer 2.0.2", ] +[[package]] +name = "io-lifetimes" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "278e90d6f8a6c76a8334b336e306efa3c5f2b604048cbfd486d6f49878e3af14" +dependencies = [ + "rustc_version 0.4.0", + "winapi 0.3.9", +] + [[package]] name = "iovec" version = "0.1.4" @@ -3559,7 +3569,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -3704,9 +3714,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.106" +version = "0.2.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" +checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219" [[package]] name = "libloading" @@ -4331,6 +4341,12 @@ dependencies = [ "statrs", ] +[[package]] +name = "linux-raw-sys" +version = "0.0.28" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "687387ff42ec7ea4f2149035a5675fedb675d26f98db90a1846ac63d3addb5f5" + [[package]] name = "lock_api" version = "0.3.4" @@ -4525,7 +4541,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "derive_more", "futures 0.3.17", @@ -4536,9 +4552,9 @@ dependencies = [ [[package]] name = "mick-jaeger" -version = "0.1.4" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df" +checksum = "eaa77fad8461bb1e0d01be11299e24c6e544007715ed442bfec29f165dc487ae" dependencies = [ "futures 0.3.17", "rand 0.7.3", @@ -4804,7 +4820,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-system", "parity-scale-codec", @@ -4925,6 +4941,15 @@ name = "object" version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2" +dependencies = [ + "memchr", +] + +[[package]] +name = "object" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" dependencies = [ "crc32fast", "indexmap", @@ -4998,7 +5023,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5012,7 +5037,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5028,7 +5053,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5044,7 +5069,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5059,7 +5084,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5083,7 +5108,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5103,7 +5128,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5118,7 +5143,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "beefy-primitives", "frame-support", @@ -5134,7 +5159,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5159,7 +5184,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5177,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5194,7 +5219,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5216,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "bp-message-dispatch", @@ -5264,7 +5289,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5281,7 +5306,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5297,7 +5322,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5314,14 +5339,14 @@ dependencies = [ "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", - "strum 0.21.0", - "strum_macros 0.21.1", + "strum 0.22.0", + "strum_macros 0.22.0", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5339,7 +5364,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5354,7 +5379,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5377,7 +5402,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5393,7 +5418,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5413,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5430,7 +5455,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5447,7 +5472,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5465,7 +5490,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5481,7 +5506,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5498,7 +5523,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5513,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5527,7 +5552,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5544,7 +5569,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5567,7 +5592,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5582,7 +5607,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5596,7 +5621,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5612,7 +5637,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5633,7 +5658,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5649,7 +5674,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5663,7 +5688,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5686,7 +5711,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5697,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "log", "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -5706,7 +5731,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5735,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5753,7 +5778,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5772,7 +5797,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-support", "frame-system", @@ -5789,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5806,7 +5831,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5817,7 +5842,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5834,7 +5859,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5848,7 +5873,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5864,7 +5889,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5879,7 +5904,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-support", "frame-system", @@ -5897,7 +5922,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5981,7 +6006,7 @@ dependencies = [ "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] @@ -6069,9 +6094,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ccc4a8687027deb53d45c5434a1f1b330c9d1069a59cfe80a62aa9a1da25ae" +checksum = "7cb5195cb862b13055cf7f7a76c55073dc73885c2a61511e322b8c1666be7332" dependencies = [ "blake2-rfc", "crc32fast", @@ -6427,7 +6452,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6441,7 +6466,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6454,7 +6479,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "derive_more", "futures 0.3.17", @@ -6476,7 +6501,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "lru 0.7.0", @@ -6496,7 +6521,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6516,7 +6541,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6606,7 +6631,7 @@ dependencies = [ "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "tempfile", "westmint-runtime", ] @@ -6614,7 +6639,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "always-assert", "derive_more", @@ -6635,7 +6660,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6648,7 +6673,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "derive_more", "futures 0.3.17", @@ -6670,7 +6695,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6684,7 +6709,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6704,7 +6729,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "futures 0.3.17", @@ -6723,7 +6748,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6733,7 +6758,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", "thiserror", "tracing", ] @@ -6741,7 +6766,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "derive_more", @@ -6769,7 +6794,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "futures 0.3.17", @@ -6789,7 +6814,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "futures 0.3.17", @@ -6807,7 +6832,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6822,7 +6847,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "futures 0.3.17", @@ -6833,14 +6858,14 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-parachain", "polkadot-primitives", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", "tracing", ] [[package]] name = "polkadot-node-core-chain-api" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6855,7 +6880,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6872,7 +6897,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "derive_more", @@ -6891,7 +6916,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "polkadot-node-primitives", @@ -6904,7 +6929,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "futures 0.3.17", @@ -6921,7 +6946,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "futures 0.3.17", @@ -6936,7 +6961,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "always-assert", "assert_matches", @@ -6958,7 +6983,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "tracing", @@ -6967,7 +6992,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "memory-lru", @@ -6985,7 +7010,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-std", "lazy_static", @@ -7003,18 +7028,18 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", "metered-channel", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "polkadot-node-network-protocol" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "derive_more", @@ -7032,7 +7057,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -7046,7 +7071,7 @@ dependencies = [ "sp-consensus-vrf", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", "thiserror", "zstd", ] @@ -7054,7 +7079,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7064,7 +7089,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "futures 0.3.17", @@ -7082,7 +7107,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "derive_more", "futures 0.3.17", @@ -7094,14 +7119,14 @@ dependencies = [ "polkadot-statement-table", "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "smallvec", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", ] [[package]] name = "polkadot-node-subsystem-util" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "derive_more", @@ -7128,7 +7153,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7149,7 +7174,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "futures 0.3.17", @@ -7166,7 +7191,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7177,7 +7202,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "derive_more", "frame-support", @@ -7194,7 +7219,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitvec 0.20.4", "frame-system", @@ -7224,7 +7249,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7255,7 +7280,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7333,7 +7358,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7380,7 +7405,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "bitflags", "bitvec 0.20.4", @@ -7419,7 +7444,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "async-trait", "beefy-gadget", @@ -7509,7 +7534,7 @@ dependencies = [ "sp-timestamp", "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", "tracing", "westend-runtime", @@ -7518,7 +7543,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7539,7 +7564,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7549,7 +7574,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7574,7 +7599,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7635,7 +7660,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-benchmarking", "frame-system", @@ -7871,6 +7896,20 @@ dependencies = [ "thiserror", ] +[[package]] +name = "prometheus" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504" +dependencies = [ + "cfg-if 1.0.0", + "fnv", + "lazy_static", + "memchr", + "parking_lot 0.11.2", + "thiserror", +] + [[package]] name = "prost" version = "0.8.0" @@ -8231,9 +8270,9 @@ dependencies = [ [[package]] name = "regalloc" -version = "0.0.31" +version = "0.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5" +checksum = "a6304468554ed921da3d32c355ea107b8d13d7b8996c3adfb7aab48d3bc321f4" dependencies = [ "log", "rustc-hash", @@ -8281,7 +8320,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8409,7 +8448,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "bp-messages", @@ -8490,6 +8529,23 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "rsix" +version = "0.23.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f64c5788d5aab8b75441499d99576a24eb09f76fb267b36fec7e3d970c66431" +dependencies = [ + "bitflags", + "cc", + "errno", + "io-lifetimes", + "itoa", + "libc", + "linux-raw-sys", + "once_cell", + "rustc_version 0.4.0", +] + [[package]] name = "rustc-demangle" version = "0.1.21" @@ -8517,6 +8573,15 @@ dependencies = [ "semver 0.11.0", ] +[[package]] +name = "rustc_version" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +dependencies = [ + "semver 1.0.4", +] + [[package]] name = "rustls" version = "0.19.1" @@ -8580,29 +8645,29 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" dependencies = [ "log", - "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "thiserror", ] [[package]] name = "sc-allocator" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "log", - "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "derive_more", @@ -8623,13 +8688,13 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8646,13 +8711,13 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -8684,7 +8749,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8717,7 +8782,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8739,7 +8804,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "chrono", "fdlimit", @@ -8765,7 +8830,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 4.0.0-dev", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "structopt", @@ -8803,7 +8868,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-keyring 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-panic-handler 3.0.0", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "structopt", @@ -8815,7 +8880,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "fnv", "futures 0.3.17", @@ -8837,7 +8902,7 @@ dependencies = [ "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] @@ -8865,13 +8930,13 @@ dependencies = [ "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-storage 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "substrate-prometheus-endpoint 0.9.0", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "hash-db", "kvdb", @@ -8919,7 +8984,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "futures 0.3.17", @@ -8936,7 +9001,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", ] @@ -8960,14 +9025,14 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-state-machine 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "substrate-prometheus-endpoint 0.9.0", "thiserror", ] [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "derive_more", @@ -8990,13 +9055,13 @@ dependencies = [ "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "derive_more", @@ -9033,13 +9098,13 @@ dependencies = [ "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "derive_more", "futures 0.3.17", @@ -9063,7 +9128,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", "parity-scale-codec", @@ -9076,7 +9141,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "futures 0.3.17", @@ -9102,7 +9167,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "sc-client-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-authorship", @@ -9113,7 +9178,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -9128,7 +9193,7 @@ dependencies = [ "sp-core-hashing-proc-macro", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 4.0.0-dev", "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-tasks 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -9153,7 +9218,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-io 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-panic-handler 3.0.0", "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-tasks 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", @@ -9165,16 +9230,16 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "derive_more", "environmental", "parity-scale-codec", "pwasm-utils", - "sc-allocator 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sc-allocator 4.1.0-dev", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", + "sp-serializer 4.0.0-dev", "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", "wasmi", @@ -9189,10 +9254,10 @@ dependencies = [ "environmental", "parity-scale-codec", "pwasm-utils", - "sc-allocator 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sc-allocator 4.0.0-dev", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-maybe-compressed-blob 4.0.0-dev", + "sp-serializer 3.0.0", "sp-wasm-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "thiserror", "wasmi", @@ -9201,11 +9266,11 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "log", "parity-scale-codec", - "sc-allocator 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sc-allocator 4.1.0-dev", "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "scoped-tls", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -9221,7 +9286,7 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d7 dependencies = [ "log", "parity-scale-codec", - "sc-allocator 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sc-allocator 4.0.0-dev", "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "scoped-tls", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", @@ -9233,14 +9298,14 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "cfg-if 1.0.0", "libc", "log", "parity-scale-codec", "parity-wasm 0.42.2", - "sc-allocator 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sc-allocator 4.1.0-dev", "sc-executor-common 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -9251,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "derive_more", @@ -9282,13 +9347,13 @@ dependencies = [ "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-keystore 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "derive_more", "finality-grandpa", @@ -9312,7 +9377,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -9346,7 +9411,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "derive_more", @@ -9376,7 +9441,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "hash-db", "parity-scale-codec", @@ -9412,7 +9477,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-std", "async-trait", @@ -9432,7 +9497,7 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru 0.6.6", + "lru 0.7.0", "parity-scale-codec", "parking_lot 0.11.2", "pin-project 1.0.8", @@ -9453,7 +9518,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", "unsigned-varint 0.6.0", "void", @@ -9504,7 +9569,7 @@ dependencies = [ "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-finality-grandpa 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "substrate-prometheus-endpoint 0.9.0", "thiserror", "unsigned-varint 0.6.0", "void", @@ -9514,23 +9579,23 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", "libp2p", "log", - "lru 0.6.6", + "lru 0.7.0", "sc-network 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "tracing", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "bytes 1.1.0", "fnv", @@ -9585,7 +9650,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "libp2p", @@ -9610,17 +9675,17 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#794e9a91927dda5ffa6b29b1771ccdde947af7a2" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "log", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", ] [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "hash-db", @@ -9682,7 +9747,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9732,7 +9797,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9742,7 +9807,7 @@ dependencies = [ "jsonrpc-ws-server", "log", "serde_json", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "tokio", ] @@ -9759,14 +9824,14 @@ dependencies = [ "jsonrpc-ws-server", "log", "serde_json", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "substrate-prometheus-endpoint 0.9.0", "tokio", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "directories 4.0.1", @@ -9819,7 +9884,7 @@ dependencies = [ "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "tempfile", "thiserror", "tokio", @@ -9884,7 +9949,7 @@ dependencies = [ "sp-transaction-storage-proof 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-version 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "substrate-prometheus-endpoint 0.9.0", "tempfile", "thiserror", "tokio", @@ -9895,7 +9960,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "log", "parity-scale-codec", @@ -9923,7 +9988,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9945,7 +10010,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "chrono", "futures 0.3.17", @@ -9981,7 +10046,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10042,7 +10107,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10064,7 +10129,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "intervalier", @@ -10084,7 +10149,7 @@ dependencies = [ "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=master)", + "substrate-prometheus-endpoint 0.10.0-dev", "thiserror", ] @@ -10111,14 +10176,14 @@ dependencies = [ "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-tracing 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-transaction-pool 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "substrate-prometheus-endpoint 0.9.0", "thiserror", ] [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "derive_more", "futures 0.3.17", @@ -10146,12 +10211,12 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", "lazy_static", - "prometheus", + "prometheus 0.13.0", ] [[package]] @@ -10162,7 +10227,7 @@ dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", "lazy_static", - "prometheus", + "prometheus 0.12.0", ] [[package]] @@ -10292,6 +10357,12 @@ dependencies = [ "serde", ] +[[package]] +name = "semver" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" + [[package]] name = "semver-parser" version = "0.7.0" @@ -10495,7 +10566,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "enumn", "parity-scale-codec", @@ -10537,7 +10608,7 @@ dependencies = [ "rand 0.8.4", "rand_core 0.6.3", "ring", - "rustc_version", + "rustc_version 0.3.3", "sha2 0.9.8", "subtle", "x25519-dalek", @@ -10598,7 +10669,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "hash-db", "log", @@ -10632,7 +10703,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10656,7 +10727,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10682,14 +10753,14 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 4.0.0-dev", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "static_assertions", ] @@ -10704,7 +10775,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-debug-derive 3.0.0", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "static_assertions", ] @@ -10712,7 +10783,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10725,7 +10796,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "parity-scale-codec", @@ -10737,7 +10808,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -10761,11 +10832,11 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "log", - "lru 0.6.6", + "lru 0.7.0", "parity-scale-codec", "parking_lot 0.11.2", "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -10797,7 +10868,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "futures 0.3.17", @@ -10835,7 +10906,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "parity-scale-codec", @@ -10853,7 +10924,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "merlin", @@ -10876,10 +10947,11 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", + "serde", "sp-arithmetic 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] @@ -10887,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10899,7 +10971,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "base58", "bitflags", @@ -10929,7 +11001,7 @@ dependencies = [ "serde", "sha2 0.9.8", "sp-core-hashing", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 4.0.0-dev", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -10975,7 +11047,7 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.8", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-debug-derive 3.0.0", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-runtime-interface 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", @@ -10993,7 +11065,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "blake2-rfc", "byteorder", @@ -11006,7 +11078,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro2", "quote", @@ -11017,7 +11089,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "kvdb", "parking_lot 0.11.2", @@ -11035,7 +11107,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" dependencies = [ "proc-macro2", "quote", @@ -11044,8 +11116,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro2", "quote", @@ -11055,7 +11127,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "environmental", "parity-scale-codec", @@ -11077,7 +11149,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "finality-grandpa", "log", @@ -11113,7 +11185,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11141,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "hash-db", @@ -11189,12 +11261,12 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "lazy_static", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "strum 0.20.0", + "strum 0.22.0", ] [[package]] @@ -11211,7 +11283,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "derive_more", @@ -11245,15 +11317,15 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" dependencies = [ "zstd", ] [[package]] name = "sp-maybe-compressed-blob" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" +version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "zstd", ] @@ -11261,7 +11333,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", @@ -11276,7 +11348,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11287,7 +11359,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -11307,25 +11379,25 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" dependencies = [ "backtrace", - "lazy_static", - "regex", ] [[package]] name = "sp-panic-handler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "backtrace", + "lazy_static", + "regex", ] [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "rustc-hash", "serde", @@ -11345,7 +11417,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "either", "hash256-std-hasher", @@ -11389,7 +11461,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11423,7 +11495,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -11447,7 +11519,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" dependencies = [ "serde", "serde_json", @@ -11455,8 +11527,8 @@ dependencies = [ [[package]] name = "sp-serializer" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "serde", "serde_json", @@ -11465,7 +11537,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", @@ -11493,7 +11565,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "scale-info", @@ -11515,7 +11587,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "hash-db", "log", @@ -11526,7 +11598,7 @@ dependencies = [ "smallvec", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-panic-handler 4.0.0-dev", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "thiserror", @@ -11549,7 +11621,7 @@ dependencies = [ "smallvec", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-externalities 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-panic-handler 3.0.0", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "sp-trie 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", "thiserror", @@ -11561,7 +11633,7 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" [[package]] name = "sp-std" @@ -11571,13 +11643,13 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d7 [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=master)", + "sp-debug-derive 4.0.0-dev", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", ] @@ -11590,14 +11662,14 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", + "sp-debug-derive 3.0.0", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12)", ] [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "log", "sp-core 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -11623,7 +11695,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -11639,7 +11711,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "sp-std 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -11663,7 +11735,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", "sp-runtime 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -11681,7 +11753,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "log", @@ -11713,7 +11785,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "hash-db", "memory-db", @@ -11743,7 +11815,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11775,7 +11847,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11797,7 +11869,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11824,9 +11896,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "ss58-registry" -version = "1.0.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef2413ecc7946ca99368862851dc1359f1477bc654ecfb135cf3efcb85ceca5f" +checksum = "c66cd4c4bb7ee41dc5b0c13d600574ae825d3a02e8f31326b17ac71558f2c836" dependencies = [ "Inflector", "proc-macro2", @@ -12055,12 +12127,6 @@ dependencies = [ "strum_macros 0.20.1", ] -[[package]] -name = "strum" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" - [[package]] name = "strum" version = "0.22.0" @@ -12082,18 +12148,6 @@ dependencies = [ "syn", ] -[[package]] -name = "strum_macros" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "strum_macros" version = "0.22.0" @@ -12122,7 +12176,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "platforms", ] @@ -12130,7 +12184,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -12152,35 +12206,35 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" dependencies = [ "async-std", "derive_more", "futures-util", "hyper", "log", - "prometheus", + "prometheus 0.12.0", "tokio", ] [[package]] name = "substrate-prometheus-endpoint" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-std", "derive_more", "futures-util", "hyper", "log", - "prometheus", + "prometheus 0.13.0", "tokio", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "async-trait", "futures 0.3.17", @@ -12207,7 +12261,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive 0.10.0-dev (git+https://github.com/paritytech/substrate?branch=master)", @@ -12227,7 +12281,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -12249,12 +12303,12 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "ansi_term 0.12.1", "build-helper", "cargo_metadata", - "sp-maybe-compressed-blob 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=master)", + "sp-maybe-compressed-blob 4.1.0-dev", "tempfile", "toml", "walkdir", @@ -12611,7 +12665,7 @@ dependencies = [ "chrono", "lazy_static", "matchers", - "parking_lot 0.10.2", + "parking_lot 0.11.2", "regex", "serde", "serde_json", @@ -12698,7 +12752,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a9465729e2c5d2ef8d87ac404da27e5e10adde8a" +source = "git+https://github.com/paritytech/substrate?branch=master#3374a73c9824638b8270062b104906a714ea14f9" dependencies = [ "jsonrpsee-ws-client", "log", @@ -13071,15 +13125,15 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.80.2" +version = "0.81.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449167e2832691a1bff24cde28d2804e90e09586a448c8e76984792c44334a6b" +checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc" [[package]] name = "wasmtime" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "899b1e5261e3d3420860dacfb952871ace9d7ba9f953b314f67aaf9f8e2a4d89" +checksum = "311d06b0c49346d1fbf48a17052e844036b95a7753c1afb34e8c0af3f6b5bb13" dependencies = [ "anyhow", "backtrace", @@ -13090,7 +13144,7 @@ dependencies = [ "lazy_static", "libc", "log", - "object", + "object 0.27.1", "paste", "psm", "rayon", @@ -13109,18 +13163,17 @@ dependencies = [ [[package]] name = "wasmtime-cache" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2493b81d7a9935f7af15e06beec806f256bc974a90a843685f3d61f2fc97058" +checksum = "36147930a4995137dc096e5b17a573b446799be2bbaea433e821ce6a80abe2c5" dependencies = [ "anyhow", "base64 0.13.0", "bincode", "directories-next", - "errno", "file-per-thread-logger", - "libc", "log", + "rsix", "serde", "sha2 0.9.8", "toml", @@ -13130,9 +13183,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99706bacdf5143f7f967d417f0437cce83a724cf4518cb1a3ff40e519d793021" +checksum = "ab3083a47e1ede38aac06a1d9831640d673f9aeda0b82a64e4ce002f3432e2e7" dependencies = [ "anyhow", "cranelift-codegen", @@ -13141,8 +13194,9 @@ dependencies = [ "cranelift-native", "cranelift-wasm", "gimli", + "log", "more-asserts", - "object", + "object 0.27.1", "target-lexicon", "thiserror", "wasmparser", @@ -13151,9 +13205,9 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac42cb562a2f98163857605f02581d719a410c5abe93606128c59a10e84de85b" +checksum = "1c2d194b655321053bc4111a1aa4ead552655c8a17d17264bc97766e70073510" dependencies = [ "anyhow", "cfg-if 1.0.0", @@ -13162,7 +13216,7 @@ dependencies = [ "indexmap", "log", "more-asserts", - "object", + "object 0.27.1", "serde", "target-lexicon", "thiserror", @@ -13172,20 +13226,20 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f46dd757225f29a419be415ea6fb8558df9b0194f07e3a6a9c99d0e14dd534" +checksum = "864ac8dfe4ce310ac59f16fdbd560c257389cb009ee5d030ac6e30523b023d11" dependencies = [ "addr2line", "anyhow", "bincode", "cfg-if 1.0.0", "gimli", - "libc", "log", "more-asserts", - "object", + "object 0.27.1", "region", + "rsix", "serde", "target-lexicon", "thiserror", @@ -13197,9 +13251,9 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0122215a44923f395487048cb0a1d60b5b32c73aab15cf9364b798dbaff0996f" +checksum = "ab97da813a26b98c9abfd3b0c2d99e42f6b78b749c0646344e2e262d212d8c8b" dependencies = [ "anyhow", "backtrace", @@ -13214,6 +13268,7 @@ dependencies = [ "more-asserts", "rand 0.8.4", "region", + "rsix", "thiserror", "wasmtime-environ", "winapi 0.3.9", @@ -13221,9 +13276,9 @@ dependencies = [ [[package]] name = "wasmtime-types" -version = "0.30.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9b01caf8a204ef634ebac99700e77ba716d3ebbb68a1abbc2ceb6b16dbec9e4" +checksum = "ff94409cc3557bfbbcce6b14520ccd6bd3727e965c0fe68d63ef2c185bf379c6" dependencies = [ "cranelift-entity", "serde", @@ -13272,7 +13327,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -13517,7 +13572,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13530,7 +13585,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-support", "frame-system", @@ -13550,7 +13605,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -13568,7 +13623,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#7a532985a3ccdf4f0c2fbc4b50e1e0806937391f" +source = "git+https://github.com/paritytech/polkadot?branch=master#2d583c1ef29e510dae78f75cd8f223c064e8e7fc" dependencies = [ "proc-macro2", "quote",