From ca8c6c3ecfed02cfc2dee50ec013f969145777d2 Mon Sep 17 00:00:00 2001 From: kukabi Date: Tue, 10 May 2022 09:46:47 +0300 Subject: [PATCH] Polkadot 0.9.21 update. Bump version. --- Cargo.lock | 288 +++++++++++----------- _docker/compose/.env.sample | 2 +- subvt-app-service/Cargo.toml | 2 +- subvt-block-processor/Cargo.toml | 2 +- subvt-config/Cargo.toml | 2 +- subvt-governance/Cargo.toml | 2 +- subvt-logging/Cargo.toml | 2 +- subvt-metrics/Cargo.toml | 2 +- subvt-network-status-server/Cargo.toml | 2 +- subvt-network-status-updater/Cargo.toml | 2 +- subvt-nft/Cargo.toml | 2 +- subvt-notification-generator/Cargo.toml | 2 +- subvt-notification-processor/Cargo.toml | 2 +- subvt-onekv-updater/Cargo.toml | 2 +- subvt-persistence/Cargo.toml | 2 +- subvt-plotter/Cargo.toml | 2 +- subvt-proc-macro/Cargo.toml | 2 +- subvt-report-service/Cargo.toml | 2 +- subvt-service-common/Cargo.toml | 4 +- subvt-substrate-client/Cargo.toml | 4 +- subvt-telegram-bot/Cargo.toml | 2 +- subvt-telemetry-processor/Cargo.toml | 2 +- subvt-types/Cargo.toml | 64 ++--- subvt-utility/Cargo.toml | 2 +- subvt-validator-details-server/Cargo.toml | 2 +- subvt-validator-list-server/Cargo.toml | 2 +- subvt-validator-list-updater/Cargo.toml | 2 +- 27 files changed, 203 insertions(+), 203 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57de5a10..bd0b8d3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,12 +497,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -1652,7 +1652,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1663,7 +1663,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -1679,7 +1679,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -1707,7 +1707,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "bitflags", "frame-metadata", @@ -1736,7 +1736,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1748,7 +1748,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1760,7 +1760,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "proc-macro2", "quote", @@ -1770,7 +1770,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "log", @@ -1787,7 +1787,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "sp-api", @@ -1796,7 +1796,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "sp-api", @@ -3336,7 +3336,7 @@ checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3352,7 +3352,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3367,7 +3367,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3391,7 +3391,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-election-provider-support", "frame-support", @@ -3406,7 +3406,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3421,7 +3421,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "beefy-primitives", "frame-support", @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -3461,7 +3461,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3478,7 +3478,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3496,7 +3496,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3513,7 +3513,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3529,7 +3529,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3569,7 +3569,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3584,7 +3584,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3607,7 +3607,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3623,7 +3623,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3642,7 +3642,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3658,7 +3658,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -3693,7 +3693,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3707,7 +3707,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3721,7 +3721,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3736,7 +3736,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3753,7 +3753,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3769,7 +3769,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3783,7 +3783,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3799,7 +3799,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3820,7 +3820,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-election-provider-support", "frame-support", @@ -3841,7 +3841,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3852,7 +3852,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-benchmarking", "frame-support", @@ -3869,7 +3869,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3915,7 +3915,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3931,7 +3931,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "frame-support", "frame-system", @@ -3959,8 +3959,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "frame-support", "frame-system", @@ -4300,8 +4300,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -4313,8 +4313,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "derive_more", "frame-support", @@ -4330,8 +4330,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "bitvec", "frame-system", @@ -4360,8 +4360,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "beefy-primitives", "bitvec", @@ -4440,8 +4440,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "beefy-primitives", "bitvec", @@ -4485,8 +4485,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "frame-support", "polkadot-primitives", @@ -4497,8 +4497,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "bs58", "parity-scale-codec", @@ -4509,8 +4509,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "bitflags", "bitvec", @@ -5591,8 +5591,8 @@ checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" [[package]] name = "slot-range-helper" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "enumn", "parity-scale-codec", @@ -5644,7 +5644,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "hash-db", "log", @@ -5661,7 +5661,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "blake2", "proc-macro-crate", @@ -5673,7 +5673,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -5686,7 +5686,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "integer-sqrt", "num-traits", @@ -5701,7 +5701,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -5714,7 +5714,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "async-trait", "parity-scale-codec", @@ -5726,7 +5726,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "sp-api", @@ -5738,7 +5738,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "async-trait", "futures", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "async-trait", "merlin", @@ -5780,7 +5780,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -5806,7 +5806,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "base58", "bitflags", @@ -5852,7 +5852,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "blake2", "byteorder", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "proc-macro2", "quote", @@ -5877,7 +5877,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "proc-macro2", "quote", @@ -5887,7 +5887,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "environmental", "parity-scale-codec", @@ -5898,7 +5898,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "finality-grandpa", "log", @@ -5916,7 +5916,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -5930,7 +5930,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "futures", "hash-db", @@ -5955,7 +5955,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "lazy_static", "sp-core", @@ -5966,7 +5966,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "async-trait", "futures", @@ -5983,7 +5983,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "thiserror", "zstd", @@ -5992,7 +5992,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "log", "parity-scale-codec", @@ -6007,7 +6007,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "sp-api", "sp-core", @@ -6031,7 +6031,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "backtrace", "lazy_static", @@ -6041,7 +6041,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "either", "hash256-std-hasher", @@ -6063,7 +6063,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "Inflector", "proc-macro-crate", @@ -6092,7 +6092,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -6106,7 +6106,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "scale-info", @@ -6117,7 +6117,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "hash-db", "log", @@ -6139,12 +6139,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6157,7 +6157,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "async-trait", "futures-timer", @@ -6173,7 +6173,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "sp-std", @@ -6185,7 +6185,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "sp-api", "sp-runtime", @@ -6194,7 +6194,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "hash-db", "memory-db", @@ -6210,7 +6210,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6227,7 +6227,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -6238,7 +6238,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "impl-trait-for-tuples", "log", @@ -6455,7 +6455,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.21#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" dependencies = [ "ansi_term", "build-helper", @@ -6476,7 +6476,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "subvt-app-service" -version = "0.4.1" +version = "0.4.2" dependencies = [ "actix-http", "actix-rt", @@ -6504,7 +6504,7 @@ dependencies = [ [[package]] name = "subvt-block-processor" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-lock", @@ -6529,7 +6529,7 @@ dependencies = [ [[package]] name = "subvt-config" -version = "0.4.1" +version = "0.4.2" dependencies = [ "config", "serde", @@ -6537,7 +6537,7 @@ dependencies = [ [[package]] name = "subvt-governance" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "lazy_static", @@ -6550,7 +6550,7 @@ dependencies = [ [[package]] name = "subvt-logging" -version = "0.4.1" +version = "0.4.2" dependencies = [ "env_logger", "log", @@ -6559,7 +6559,7 @@ dependencies = [ [[package]] name = "subvt-metrics" -version = "0.4.1" +version = "0.4.2" dependencies = [ "env_logger", "log", @@ -6573,7 +6573,7 @@ dependencies = [ [[package]] name = "subvt-network-status-server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -6598,7 +6598,7 @@ dependencies = [ [[package]] name = "subvt-network-status-updater" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -6620,7 +6620,7 @@ dependencies = [ [[package]] name = "subvt-nft" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "lazy_static", @@ -6632,7 +6632,7 @@ dependencies = [ [[package]] name = "subvt-notification-generator" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-lock", @@ -6658,7 +6658,7 @@ dependencies = [ [[package]] name = "subvt-notification-processor" -version = "0.4.1" +version = "0.4.2" dependencies = [ "a2", "anyhow", @@ -6692,7 +6692,7 @@ dependencies = [ [[package]] name = "subvt-onekv-updater" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -6713,7 +6713,7 @@ dependencies = [ [[package]] name = "subvt-persistence" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "chrono", @@ -6731,7 +6731,7 @@ dependencies = [ [[package]] name = "subvt-plotter" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "chrono", @@ -6753,7 +6753,7 @@ dependencies = [ [[package]] name = "subvt-proc-macro" -version = "0.4.1" +version = "0.4.2" dependencies = [ "proc-macro2", "quote", @@ -6762,7 +6762,7 @@ dependencies = [ [[package]] name = "subvt-report-service" -version = "0.4.1" +version = "0.4.2" dependencies = [ "actix-web", "anyhow", @@ -6784,7 +6784,7 @@ dependencies = [ [[package]] name = "subvt-service-common" -version = "0.4.1" +version = "0.4.2" dependencies = [ "actix-web", "anyhow", @@ -6801,7 +6801,7 @@ dependencies = [ [[package]] name = "subvt-substrate-client" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-lock", @@ -6828,7 +6828,7 @@ dependencies = [ [[package]] name = "subvt-telegram-bot" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -6861,7 +6861,7 @@ dependencies = [ [[package]] name = "subvt-telemetry-processor" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-lock", @@ -6884,7 +6884,7 @@ dependencies = [ [[package]] name = "subvt-types" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "chrono", @@ -6934,7 +6934,7 @@ dependencies = [ [[package]] name = "subvt-utility" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "hex", @@ -6944,7 +6944,7 @@ dependencies = [ [[package]] name = "subvt-validator-details-server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -6968,7 +6968,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", @@ -6994,7 +6994,7 @@ dependencies = [ [[package]] name = "subvt-validator-list-updater" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-lock", @@ -8083,8 +8083,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -8096,8 +8096,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "frame-support", "frame-system", @@ -8116,8 +8116,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.20" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +version = "0.9.21" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -8134,7 +8134,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.20#568169b41aea59a54ab8cfa23c31e84a26708280" +source = "git+https://github.com/paritytech/polkadot.git?tag=v0.9.21#56cbe45f6c9397b06a99a2d80f4752578ed3637f" dependencies = [ "Inflector", "proc-macro2", diff --git a/_docker/compose/.env.sample b/_docker/compose/.env.sample index 747010a0..d5c32382 100644 --- a/_docker/compose/.env.sample +++ b/_docker/compose/.env.sample @@ -1,4 +1,4 @@ -VERSION=0.4.1 +VERSION=0.4.2 ENV=production LOG_LEVEL=debug diff --git a/subvt-app-service/Cargo.toml b/subvt-app-service/Cargo.toml index 996420bf..517d6651 100644 --- a/subvt-app-service/Cargo.toml +++ b/subvt-app-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-app-service" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-block-processor/Cargo.toml b/subvt-block-processor/Cargo.toml index 82b77c1b..56763f02 100644 --- a/subvt-block-processor/Cargo.toml +++ b/subvt-block-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-block-processor" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-config/Cargo.toml b/subvt-config/Cargo.toml index 6eeec0f3..1ed5ee8c 100644 --- a/subvt-config/Cargo.toml +++ b/subvt-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-config" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-governance/Cargo.toml b/subvt-governance/Cargo.toml index 4d8195c1..c8cafcea 100644 --- a/subvt-governance/Cargo.toml +++ b/subvt-governance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-governance" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-logging/Cargo.toml b/subvt-logging/Cargo.toml index 2b3ff56b..38127b0e 100644 --- a/subvt-logging/Cargo.toml +++ b/subvt-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-logging" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-metrics/Cargo.toml b/subvt-metrics/Cargo.toml index ac7773e4..91cf7eb2 100644 --- a/subvt-metrics/Cargo.toml +++ b/subvt-metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-metrics" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-network-status-server/Cargo.toml b/subvt-network-status-server/Cargo.toml index 4847c8ab..ce6b341e 100644 --- a/subvt-network-status-server/Cargo.toml +++ b/subvt-network-status-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-network-status-server" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-network-status-updater/Cargo.toml b/subvt-network-status-updater/Cargo.toml index 9b2e0f03..73b07ebc 100644 --- a/subvt-network-status-updater/Cargo.toml +++ b/subvt-network-status-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-network-status-updater" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-nft/Cargo.toml b/subvt-nft/Cargo.toml index d5d88577..b37966f6 100644 --- a/subvt-nft/Cargo.toml +++ b/subvt-nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-nft" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-notification-generator/Cargo.toml b/subvt-notification-generator/Cargo.toml index ba7c9198..04344444 100644 --- a/subvt-notification-generator/Cargo.toml +++ b/subvt-notification-generator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-generator" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-notification-processor/Cargo.toml b/subvt-notification-processor/Cargo.toml index 302f8f2e..b8696aad 100644 --- a/subvt-notification-processor/Cargo.toml +++ b/subvt-notification-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-notification-processor" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-onekv-updater/Cargo.toml b/subvt-onekv-updater/Cargo.toml index 599def47..b74f3d6a 100644 --- a/subvt-onekv-updater/Cargo.toml +++ b/subvt-onekv-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-onekv-updater" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-persistence/Cargo.toml b/subvt-persistence/Cargo.toml index 8a2bad68..b8be45b7 100644 --- a/subvt-persistence/Cargo.toml +++ b/subvt-persistence/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-persistence" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-plotter/Cargo.toml b/subvt-plotter/Cargo.toml index c37c3f2c..75647788 100644 --- a/subvt-plotter/Cargo.toml +++ b/subvt-plotter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-plotter" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index a004008a..2db95621 100644 --- a/subvt-proc-macro/Cargo.toml +++ b/subvt-proc-macro/Cargo.toml @@ -3,7 +3,7 @@ proc-macro = true [package] name = "subvt-proc-macro" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-report-service/Cargo.toml b/subvt-report-service/Cargo.toml index c78af10e..0f4a1234 100644 --- a/subvt-report-service/Cargo.toml +++ b/subvt-report-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-report-service" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-service-common/Cargo.toml b/subvt-service-common/Cargo.toml index bacd02b4..43ad59b9 100644 --- a/subvt-service-common/Cargo.toml +++ b/subvt-service-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-service-common" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" @@ -10,7 +10,7 @@ anyhow = "1.0.57" async-trait = "0.1.53" log = "0.4.16" serde_json = "1.0.81" -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } subvt-config = { path = "../subvt-config" } subvt-logging = { path = "../subvt-logging" } subvt-metrics = { path = "../subvt-metrics" } diff --git a/subvt-substrate-client/Cargo.toml b/subvt-substrate-client/Cargo.toml index 0f4e81be..2259442a 100644 --- a/subvt-substrate-client/Cargo.toml +++ b/subvt-substrate-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-substrate-client" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" @@ -19,7 +19,7 @@ log = "0.4.16" parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive", "full"] } serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } subvt-config = { path = "../subvt-config" } subvt-types = { path = "../subvt-types" } subvt-utility = { path = "../subvt-utility" } diff --git a/subvt-telegram-bot/Cargo.toml b/subvt-telegram-bot/Cargo.toml index 0d338a45..103bb8d7 100644 --- a/subvt-telegram-bot/Cargo.toml +++ b/subvt-telegram-bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telegram-bot" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-telemetry-processor/Cargo.toml b/subvt-telemetry-processor/Cargo.toml index 9c7fc747..5a65829b 100644 --- a/subvt-telemetry-processor/Cargo.toml +++ b/subvt-telemetry-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-telemetry-processor" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-types/Cargo.toml b/subvt-types/Cargo.toml index 9013d554..3ad8e3ac 100644 --- a/subvt-types/Cargo.toml +++ b/subvt-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-types" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" @@ -8,44 +8,44 @@ rust-version = "1.60.0" anyhow = "1.0.57" chrono = { version = "0.4.19", default-features = true, features = ["serde"] } frame-metadata = { version = "15.0.0", features = ["std", "v12", "v13", "v14"] } -frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } +frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } hex = "0.4" log = "0.4.16" -pallet-bags-list = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-bounties = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-collective = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-democracy = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-gilt = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-identity = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-im-online = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-multisig = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-nomination-pools = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -pallet-vesting = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } +pallet-bags-list = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-bounties = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-collective = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-democracy = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-gilt = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-identity = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-im-online = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-multisig = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-nomination-pools = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +pallet-vesting = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive", "full"] } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.20" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.20" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.20" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.20" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.20" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.21" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.21" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.21" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.21" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.21" } scale-info = "2.1.1" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" -sp-authority-discovery = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-npos-elections = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } -sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.20" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-npos-elections = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } +sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.21" } sqlx = { version = "0.5.13", features = ["postgres", "runtime-tokio-rustls", "chrono"] } subvt-proc-macro = { path = "../subvt-proc-macro" } subvt-utility = { path = "../subvt-utility" } thiserror = "1.0" -xcm = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.20" } \ No newline at end of file +xcm = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.21" } \ No newline at end of file diff --git a/subvt-utility/Cargo.toml b/subvt-utility/Cargo.toml index a57f6a47..bf9f3f7b 100644 --- a/subvt-utility/Cargo.toml +++ b/subvt-utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-utility" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-validator-details-server/Cargo.toml b/subvt-validator-details-server/Cargo.toml index 8a2c5f99..62f7bb1c 100644 --- a/subvt-validator-details-server/Cargo.toml +++ b/subvt-validator-details-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-details-server" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-validator-list-server/Cargo.toml b/subvt-validator-list-server/Cargo.toml index d63661c7..3b75a70d 100644 --- a/subvt-validator-list-server/Cargo.toml +++ b/subvt-validator-list-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-list-server" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0" diff --git a/subvt-validator-list-updater/Cargo.toml b/subvt-validator-list-updater/Cargo.toml index 0216d303..1e9834a9 100644 --- a/subvt-validator-list-updater/Cargo.toml +++ b/subvt-validator-list-updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subvt-validator-list-updater" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.60.0"