From fb2c9ca82669259aa39a9ff3de5500359eb77dee Mon Sep 17 00:00:00 2001 From: EgorPopelyaev Date: Fri, 26 Apr 2024 15:33:37 +0300 Subject: [PATCH] Update pallet-collator-selection --- Cargo.lock | 4 ++-- Plan.toml | 12 ++++++------ bridges/snowbridge/runtime/test-common/Cargo.toml | 2 +- cumulus/pallets/collator-selection/Cargo.toml | 3 ++- cumulus/parachain-template/runtime/Cargo.toml | 2 +- cumulus/parachains/common/Cargo.toml | 2 +- .../runtimes/assets/asset-hub-rococo/Cargo.toml | 2 +- .../runtimes/assets/asset-hub-westend/Cargo.toml | 2 +- .../parachains/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 +- 19 files changed, 26 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d71304fd8abd..067875e090b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9427,7 +9427,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "11.0.0" +version = "11.0.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -10705,7 +10705,7 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "30.0.1" +version = "30.0.2" dependencies = [ "frame-benchmarking", "frame-election-provider-support", diff --git a/Plan.toml b/Plan.toml index 575706cacd02..75b95d51dc13 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ -# generated by parity-publish v0.3.0 -# command: parity-publish plan --patch pallet-staking +# generated by parity-publish v0.5.1 +# command: parity-publish plan . --patch pallet-collator-selection [options] @@ -1870,10 +1870,10 @@ reason = "changed" [[crate]] name = "pallet-collator-selection" -from = "10.0.0" -to = "11.0.0" -bump = "major" -reason = "changed" +from = "11.0.0" +to = "11.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 5d7bf161dfc6..431b9095ea24 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.9.0" } cumulus-primitives-core = { path = "../../../../cumulus/primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../cumulus/primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../cumulus/pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../../cumulus/parachains/pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../../cumulus/parachains/common", default-features = false, version = "9.0.0" } parachains-runtimes-test-utils = { path = "../../../../cumulus/parachains/runtimes/test-utils", default-features = false, version = "9.0.0" } diff --git a/cumulus/pallets/collator-selection/Cargo.toml b/cumulus/pallets/collator-selection/Cargo.toml index b43b5875def2..fcbb426896ee 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 = "11.0.0" +version = "11.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 = "30.0.0" } frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "30.0.0" } pallet-authorship = { path = "../../../substrate/frame/authorship", default-features = false, version = "30.0.0" } +pallet-balances = { path = "../../../substrate/frame/balances", default-features = false, version = "30.0.0" } pallet-session = { path = "../../../substrate/frame/session", default-features = false, version = "30.0.0" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "30.0.0" } diff --git a/cumulus/parachain-template/runtime/Cargo.toml b/cumulus/parachain-template/runtime/Cargo.toml index f4b9509318ef..90533fbf524b 100644 --- a/cumulus/parachain-template/runtime/Cargo.toml +++ b/cumulus/parachain-template/runtime/Cargo.toml @@ -73,7 +73,7 @@ cumulus-pallet-xcm = { path = "../../pallets/xcm", default-features = false, ver cumulus-pallet-xcmp-queue = { path = "../../pallets/xcmp-queue", default-features = false, version = "0.9.0" } cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachains-common = { path = "../../parachains/common", default-features = false, version = "9.0.0" } parachain-info = { package = "staging-parachain-info", path = "../../parachains/pallets/parachain-info", default-features = false, version = "0.9.0" } diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index 3b4ae3951d01..9d0fe51e23f7 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 = "9.0.1" } # Cumulus -pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "11.0.1" } cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../primitives/utility", default-features = false, version = "0.9.0" } parachain-info = { package = "staging-parachain-info", path = "../pallets/parachain-info", default-features = false, version = "0.9.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 965922be1ac4..4a3fb89417c4 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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 947ab3b32e93..ec0306f5f138 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index b004c1d36bc9..21a58ec7a412 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.9.0" } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.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 20f73f42bb1d..fdb9c59d469c 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.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 b288016da297..e90d5b762f96 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 829bea063f03..e610afb0df33 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } pallet-collective-content = { path = "../../../pallets/collective-content", default-features = false, version = "0.8.0" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 266e2385d28a..e00953626e7e 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index 22e41564e61e..21cfb84f3d8c 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 6397a67b1a5f..1838da6067bc 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index ff6f4e5b51f9..0389338beb53 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["rococo"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index 1eaed2fbf9c8..feb91ed6d602 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } testnet-parachains-constants = { path = "../../constants", default-features = false, features = ["westend"], version = "2.0.0" } diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index 4c08a313e5c6..1f47e75adac4 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.9.0" } cumulus-pallet-xcmp-queue = { path = "../../../pallets/xcmp-queue", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../pallets/parachain-info", default-features = false, version = "0.9.0" } cumulus-primitives-core = { path = "../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-parachain-inherent = { path = "../../../primitives/parachain-inherent", default-features = false, version = "0.9.0" } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 8924fe6dfb76..3cf4b3f40e3d 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.9.0" } cumulus-primitives-core = { path = "../../../../primitives/core", default-features = false, version = "0.9.0" } cumulus-primitives-utility = { path = "../../../../primitives/utility", default-features = false, version = "0.9.0" } -pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.0" } +pallet-collator-selection = { path = "../../../../pallets/collator-selection", default-features = false, version = "11.0.1" } parachain-info = { package = "staging-parachain-info", path = "../../../pallets/parachain-info", default-features = false, version = "0.9.0" } parachains-common = { path = "../../../common", default-features = false, version = "9.0.0" } assets-common = { path = "../../assets/common", default-features = false, version = "0.9.0" }