diff --git a/Cargo.lock b/Cargo.lock index 1be5031bc160..7968ba6bff24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "asset-hub-rococo-runtime" -version = "0.21.0" +version = "0.21.1" dependencies = [ "asset-test-utils", "assets-common", @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "asset-hub-westend-runtime" -version = "0.25.0" +version = "0.25.1" dependencies = [ "asset-test-utils", "assets-common", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.16.1" +version = "0.16.2" dependencies = [ "assert_matches", "bytes", @@ -4993,7 +4993,7 @@ dependencies = [ [[package]] name = "emulated-integration-tests-common" -version = "13.0.0" +version = "13.1.0" dependencies = [ "asset-test-utils", "bp-messages", @@ -10710,7 +10710,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "40.0.0" +version = "40.0.1" dependencies = [ "environmental", "frame-benchmarking", @@ -11718,7 +11718,7 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "16.0.1" +version = "16.0.2" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -11792,7 +11792,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.14.1" +version = "0.14.2" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -20624,7 +20624,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "16.0.1" +version = "16.0.2" dependencies = [ "assert_matches", "frame-support", @@ -23071,7 +23071,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "17.0.0" +version = "17.0.1" dependencies = [ "binary-merkle-tree", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 1d20bba853eb..e5547b8a3e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -590,9 +590,9 @@ arrayvec = { version = "0.7.4" } assert_cmd = { version = "2.0.10" } assert_matches = { version = "1.5.0" } asset-hub-rococo-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo", version = "0.1.0" } -asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.21.0" } +asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.21.1" } asset-hub-westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend", version = "0.1.0" } -asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.25.0" } +asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.25.1" } asset-test-utils = { path = "cumulus/parachains/runtimes/assets/test-utils", default-features = false, version = "17.0.0" } assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.17.0" } async-channel = { version = "1.8.0" } @@ -681,7 +681,7 @@ cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-fe cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.17.0" } cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false, version = "0.16.0" } cumulus-pallet-dmp-queue = { default-features = false, path = "cumulus/pallets/dmp-queue" } -cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.16.1" } +cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.16.2" } cumulus-pallet-parachain-system-proc-macro = { path = "cumulus/pallets/parachain-system/proc-macro", default-features = false, version = "0.6.0" } cumulus-pallet-session-benchmarking = { path = "cumulus/pallets/session-benchmarking", default-features = false, version = "18.0.0" } cumulus-pallet-solo-to-para = { path = "cumulus/pallets/solo-to-para", default-features = false, version = "0.16.0" } @@ -716,7 +716,7 @@ dyn-clone = { version = "1.0.16" } ed25519-dalek = { version = "2.1", default-features = false } ed25519-zebra = { version = "4.0.3", default-features = false } either = { version = "1.8.1", default-features = false } -emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "13.0.0" } +emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "13.1.0" } enumflags2 = { version = "0.7.7" } enumn = { version = "0.1.12" } env_logger = { version = "0.11.3" } @@ -914,7 +914,7 @@ pallet-indices = { path = "substrate/frame/indices", default-features = false, v pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "25.0.0" } pallet-lottery = { default-features = false, path = "substrate/frame/lottery" } pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "37.0.0" } -pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "40.0.0" } +pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "40.0.1" } pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "7.0.1" } pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" } pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" } @@ -969,10 +969,10 @@ pallet-uniques = { path = "substrate/frame/uniques", default-features = false, v pallet-utility = { path = "substrate/frame/utility", default-features = false, version = "37.0.1" } pallet-vesting = { path = "substrate/frame/vesting", default-features = false, version = "37.0.0" } pallet-whitelist = { path = "substrate/frame/whitelist", default-features = false, version = "36.0.0" } -pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "16.0.1" } +pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "16.0.2" } pallet-xcm-benchmarks = { path = "polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "16.0.0" } pallet-xcm-bridge-hub = { path = "bridges/modules/xcm-bridge-hub", default-features = false, version = "0.12.1" } -pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.14.1" } +pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.14.2" } parachain-info = { path = "cumulus/parachains/pallets/parachain-info", default-features = false, package = "staging-parachain-info", version = "0.16.0" } parachain-template-runtime = { path = "templates/parachain/runtime", version = "0.1.0" } parachains-common = { path = "cumulus/parachains/common", default-features = false, version = "17.0.0" } @@ -1330,12 +1330,12 @@ wasmi = { version = "0.32.3", default-features = false } wasmtime = { version = "8.0.1", default-features = false } wat = { version = "1.0.0" } westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/relays/westend", default-features = false, version = "0.1.0" } -westend-runtime = { path = "polkadot/runtime/westend", version = "17.0.0" } +westend-runtime = { path = "polkadot/runtime/westend", version = "17.0.1" } westend-runtime-constants = { path = "polkadot/runtime/westend/constants", default-features = false, version = "16.0.0" } westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" } x25519-dalek = { version = "2.0" } xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm", version = "14.1.0" } -xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.1" } +xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.2" } xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" } xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.15.0" } xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "16.0.0" } diff --git a/bridges/modules/xcm-bridge-hub-router/Cargo.toml b/bridges/modules/xcm-bridge-hub-router/Cargo.toml index d1ce2d980de1..dd223be16fdc 100644 --- a/bridges/modules/xcm-bridge-hub-router/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub-router/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-xcm-bridge-hub-router" description = "Bridge hub interface for sibling/parent chains with dynamic fees support. (polkadot v1.15.0)" -version = "0.14.1" +version = "0.14.2" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/cumulus/pallets/parachain-system/Cargo.toml b/cumulus/pallets/parachain-system/Cargo.toml index ec705f96ff48..e81a3c7bca32 100644 --- a/cumulus/pallets/parachain-system/Cargo.toml +++ b/cumulus/pallets/parachain-system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cumulus-pallet-parachain-system" -version = "0.16.1" +version = "0.16.2" authors.workspace = true edition.workspace = true description = "Base pallet for cumulus-based parachains (polkadot v1.15.0)" diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index bd698fcdcdba..2b82171e6a57 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "emulated-integration-tests-common" -version = "13.0.0" +version = "13.1.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml index 9938ec3ab623..34eec8ea1ee0 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml @@ -14,7 +14,6 @@ workspace = true codec = { workspace = true } scale-info = { features = ["derive"], workspace = true } hex-literal = { workspace = true, default-features = true } - sp-core.workspace = true frame-support.workspace = true pallet-assets.workspace = true diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 7f26cf55d8dc..6d6148fd9581 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-rococo-runtime" -version = "0.21.0" +version = "0.21.1" authors.workspace = true edition.workspace = true description = "Rococo variant of Asset Hub parachain runtime (polkadot v1.15.0)" diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index c896a52771e9..6c332ef92a1b 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-hub-westend-runtime" -version = "0.25.0" +version = "0.25.1" authors.workspace = true edition.workspace = true description = "Westend variant of Asset Hub parachain runtime (polkadot v1.15.0)" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 269c6e1e7103..dde1c5d75188 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "westend-runtime" build = "build.rs" -version = "17.0.0" +version = "17.0.1" description = "Westend testnet Relay Chain runtime. (polkadot v1.15.0)" authors.workspace = true edition.workspace = true diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index bb01934fbecf..2ee20935fcab 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-xcm" -version = "16.0.1" +version = "16.0.2" description = "A pallet for handling XCM programs. (polkadot v1.15.0)" authors.workspace = true edition.workspace = true diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index a258ef3c0a56..342497a2de5a 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -4,7 +4,7 @@ description = "Tools & types for building with XCM and its executor. (polkadot v authors.workspace = true edition.workspace = true license.workspace = true -version = "16.0.1" +version = "16.0.2" [lints] workspace = true diff --git a/substrate/frame/message-queue/Cargo.toml b/substrate/frame/message-queue/Cargo.toml index bc32754c9419..0b8f52dafff4 100644 --- a/substrate/frame/message-queue/Cargo.toml +++ b/substrate/frame/message-queue/Cargo.toml @@ -2,7 +2,7 @@ authors.workspace = true edition.workspace = true name = "pallet-message-queue" -version = "40.0.0" +version = "40.0.1" license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true diff --git a/umbrella/Cargo.toml b/umbrella/Cargo.toml index a87b709867d8..aa874b3f3fdc 100644 --- a/umbrella/Cargo.toml +++ b/umbrella/Cargo.toml @@ -718,7 +718,7 @@ version = "0.16.0" path = "../cumulus/pallets/parachain-system" default-features = false optional = true -version = "0.16.1" +version = "0.16.2" [dependencies.cumulus-pallet-parachain-system-proc-macro] path = "../cumulus/pallets/parachain-system/proc-macro" @@ -1162,7 +1162,7 @@ version = "37.0.0" path = "../substrate/frame/message-queue" default-features = false optional = true -version = "40.0.0" +version = "40.0.1" [dependencies.pallet-migrations] path = "../substrate/frame/migrations" @@ -1468,7 +1468,7 @@ version = "36.0.0" path = "../polkadot/xcm/pallet-xcm" default-features = false optional = true -version = "16.0.1" +version = "16.0.2" [dependencies.pallet-xcm-benchmarks] path = "../polkadot/xcm/pallet-xcm-benchmarks" @@ -1486,7 +1486,7 @@ version = "0.12.1" path = "../bridges/modules/xcm-bridge-hub-router" default-features = false optional = true -version = "0.14.1" +version = "0.14.2" [dependencies.parachains-common] path = "../cumulus/parachains/common" @@ -1936,7 +1936,7 @@ version = "14.1.0" path = "../polkadot/xcm/xcm-builder" default-features = false optional = true -version = "16.0.1" +version = "16.0.2" [dependencies.staging-xcm-executor] path = "../polkadot/xcm/xcm-executor" @@ -2086,7 +2086,7 @@ version = "0.15.0" path = "../cumulus/parachains/integration-tests/emulated/common" default-features = false optional = true -version = "13.0.0" +version = "13.1.0" [dependencies.fork-tree] path = "../substrate/utils/fork-tree"