From 5bcfe644aca46dd01bee330ebf6e38f5c24f2645 Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Fri, 26 Apr 2024 15:10:26 +0300 Subject: [PATCH] Bump pallet-collator-selection --- Cargo.lock | 14 +++++++------- Plan.toml | 12 ++++++------ bridges/snowbridge/runtime/test-common/Cargo.toml | 2 +- cumulus/pallets/collator-selection/Cargo.toml | 3 ++- cumulus/parachains/common/Cargo.toml | 2 +- .../runtimes/assets/asset-hub-rococo/Cargo.toml | 2 +- .../runtimes/assets/asset-hub-westend/Cargo.toml | 2 +- .../runtimes/assets/test-utils/Cargo.toml | 2 +- .../bridge-hubs/bridge-hub-rococo/Cargo.toml | 2 +- .../bridge-hubs/bridge-hub-westend/Cargo.toml | 2 +- .../collectives/collectives-westend/Cargo.toml | 2 +- .../runtimes/contracts/contracts-rococo/Cargo.toml | 2 +- .../runtimes/coretime/coretime-rococo/Cargo.toml | 2 +- .../runtimes/coretime/coretime-westend/Cargo.toml | 2 +- .../runtimes/people/people-rococo/Cargo.toml | 2 +- .../runtimes/people/people-westend/Cargo.toml | 2 +- cumulus/parachains/runtimes/test-utils/Cargo.toml | 2 +- .../parachains/runtimes/testing/penpal/Cargo.toml | 2 +- templates/parachain/runtime/Cargo.toml | 2 +- 19 files changed, 31 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ea4ddbcba2b..742028d59ac5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5365,7 +5365,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "35.0.0" +version = "35.0.1" dependencies = [ "Inflector", "array-bytes 6.1.0", @@ -5579,7 +5579,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "26.0.0" +version = "26.0.1" dependencies = [ "Inflector", "cfg-expr", @@ -9325,7 +9325,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "12.0.0" +version = "12.0.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -13253,7 +13253,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" +version = "0.1.1" dependencies = [ "docify 0.2.7", "frame-executive", @@ -15504,7 +15504,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "30.0.0" +version = "30.0.1" dependencies = [ "array-bytes 6.1.0", "docify 0.2.7", @@ -18221,7 +18221,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "17.0.0" +version = "17.0.1" dependencies = [ "Inflector", "assert_matches", @@ -19565,7 +19565,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-support" -version = "32.0.0" +version = "32.0.1" dependencies = [ "frame-support", "frame-system", diff --git a/Plan.toml b/Plan.toml index 5453fdfcfab3..85b5507d941e 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ -# generated by parity-publish v0.3.0 -# command: parity-publish plan ../polkadot-sdk --patch frame-support-procedural sp-api-proc-macro sc-chain-spec frame-benchmarking-cli polkadot-sdk-frame substrate-frame-rpc-support +# generated by parity-publish v0.5.1 +# command: parity-publish plan . --patch pallet-collator-selection [options] description = "polkadot v1.9.0" @@ -1885,10 +1885,10 @@ reason = "changed" [[crate]] name = "pallet-collator-selection" -from = "11.0.0" -to = "12.0.0" -bump = "major" -reason = "changed" +from = "12.0.0" +to = "12.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] name = "pallet-contracts" diff --git a/bridges/snowbridge/runtime/test-common/Cargo.toml b/bridges/snowbridge/runtime/test-common/Cargo.toml index b38ea385594a..da3d2daa06cb 100644 --- a/bridges/snowbridge/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/runtime/test-common/Cargo.toml @@ -70,7 +70,7 @@ cumulus-pallet-xcm = { path = "../../../../cumulus/pallets/xcm", default-feature cumulus-pallet-xcmp-queue = { path = "../../../../cumulus/pallets/xcmp-queue", default-features = false, features = ["bridging"], version = "0.10.0" } cumulus-primitives-core = { path = "../../../../cumulus/primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../cumulus/primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../../cumulus/parachains/common", default-features = false, version = "10.0.0" } parachains-runtimes-test-utils = { path = "../../../../cumulus/parachains/runtimes/test-utils", default-features = false, version = "10.0.0" } diff --git a/cumulus/pallets/collator-selection/Cargo.toml b/cumulus/pallets/collator-selection/Cargo.toml index 66a264ab29b9..dc71721f1ea2 100644 --- a/cumulus/pallets/collator-selection/Cargo.toml +++ b/cumulus/pallets/collator-selection/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "pallet-collator-selection" readme = "README.md" repository.workspace = true -version = "12.0.0" +version = "12.0.1" [lints] workspace = true @@ -27,6 +27,7 @@ sp-staking = { path = "../../../substrate/primitives/staking", default-features frame-support = { path = "../../../substrate/frame/support", default-features = false, version = "31.0.0" } frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "31.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "31.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "31.0.0" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "31.0.0" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "31.0.0" } diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index a3c76032ed56..d1af7f025992 100644 --- a/cumulus/parachains/common/Cargo.toml +++ b/cumulus/parachains/common/Cargo.toml @@ -38,7 +38,7 @@ xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-feature xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "10.0.0" } # Cumulus -pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "12.0.1" } cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.10.0" } parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false, version = "0.10.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 7b3538f4071f..320b6ec6dd3f 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -78,7 +78,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index e61034a56174..8ff09ae22cc9 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -76,7 +76,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index 43649f48c13b..7886391f825e 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -26,7 +26,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features = # Cumulus cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.10.0" } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 888d05c531b3..1370ddb5bb77 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -75,7 +75,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml index 32e9657e0cbd..99d31dbb257f 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -71,7 +71,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 1e0c1bdb9240..565d52ff53d1 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -77,7 +77,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } pallet-collective-content = { path = "../../../pallets/collective-content", default-features = false, version = "0.9.0" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 84dfec196456..623ed8e68057 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -74,7 +74,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index b3b7f8e1dd9f..84c9954b5cb5 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -72,7 +72,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 1d63c2b71757..cd6b28369348 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -71,7 +71,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index 5e5ae6106c12..63d57c03133e 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -69,7 +69,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index 8b4436bddb25..bf658f4c5b80 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -69,7 +69,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-f cumulus-primitives-aura = { path = "../../../../primitives/aura", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "3.0.0" } diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index 65b879d8abb3..476d4e3e7693 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -28,7 +28,7 @@ sp-core = { path = "../../../../substrate/primitives/core", default-features = f # Cumulus cumulus-pallet-parachain-system = { path = "../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.10.0" } cumulus-pallet-xcmp-queue = { path = "../../../pallets/xcmp-queue", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../pallets/parachain-info", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false, version = "0.10.0" } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index ecc865347ea6..5be08329c4f5 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -74,7 +74,7 @@ cumulus-pallet-xcm = { path = "../../../../pallets/xcm", default-features = fals cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.10.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.10.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "12.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.10.0" } parachains-common = { path = "../../../common", default-features = false, version = "10.0.0" } assets-common = { path = "../../assets/common", default-features = false, version = "0.10.0" } diff --git a/templates/parachain/runtime/Cargo.toml b/templates/parachain/runtime/Cargo.toml index 7c04e51d2338..b4b53e035696 100644 --- a/templates/parachain/runtime/Cargo.toml +++ b/templates/parachain/runtime/Cargo.toml @@ -83,7 +83,7 @@ cumulus-pallet-xcmp-queue = { path = "../../../cumulus/pallets/xcmp-queue", defa cumulus-primitives-core = { path = "../../../cumulus/primitives/core", default-features = false, version = "0.10.0" } cumulus-primitives-utility = { path = "../../../cumulus/primitives/utility", default-features = false, version = "0.10.0" } cumulus-primitives-storage-weight-reclaim = { path = "../../../cumulus/primitives/storage-weight-reclaim", default-features = false, version = "1.0.0" } -pallet-collator-selection = { path = "../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.0" } +pallet-collator-selection = { path = "../../../cumulus/pallets/collator-selection", default-features = false, version = "12.0.1" } parachains-common = { path = "../../../cumulus/parachains/common", default-features = false, version = "10.0.0" } parachain-info = { package = "staging-parachain-info", path = "../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.10.0" }