Skip to content

Commit dba2dd5

Browse files
committed
Apply plan
1 parent cb68bbc commit dba2dd5

File tree

14 files changed

+63
-63
lines changed

14 files changed

+63
-63
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -602,11 +602,11 @@ arrayvec = { version = "0.7.4" }
602602
assert_cmd = { version = "2.0.14" }
603603
assert_matches = { version = "1.5.0" }
604604
asset-hub-rococo-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo", version = "0.1.0" }
605-
asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.22.1" }
605+
asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.22.2" }
606606
asset-hub-westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend", version = "0.1.0" }
607-
asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.26.1" }
607+
asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.26.2" }
608608
asset-test-utils = { path = "cumulus/parachains/runtimes/assets/test-utils", default-features = false, version = "18.0.0" }
609-
assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.18.0" }
609+
assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.18.1" }
610610
async-channel = { version = "1.8.0" }
611611
async-std = { version = "1.9.0" }
612612
async-trait = { version = "0.1.79" }
@@ -730,7 +730,7 @@ dyn-clone = { version = "1.0.16" }
730730
ed25519-dalek = { version = "2.1", default-features = false }
731731
ed25519-zebra = { version = "4.0.3", default-features = false }
732732
either = { version = "1.8.1", default-features = false }
733-
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "14.1.0" }
733+
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "14.2.0" }
734734
enumflags2 = { version = "0.7.7" }
735735
enumn = { version = "0.1.13" }
736736
environmental = { version = "1.1.4", default-features = false }
@@ -929,7 +929,7 @@ pallet-indices = { path = "substrate/frame/indices", default-features = false, v
929929
pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "26.0.0" }
930930
pallet-lottery = { default-features = false, path = "substrate/frame/lottery" }
931931
pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "38.0.0" }
932-
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.1" }
932+
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "41.0.2" }
933933
pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "8.0.0" }
934934
pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" }
935935
pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" }
@@ -989,7 +989,7 @@ pallet-uniques = { path = "substrate/frame/uniques", default-features = false, v
989989
pallet-utility = { path = "substrate/frame/utility", default-features = false, version = "38.0.0" }
990990
pallet-vesting = { path = "substrate/frame/vesting", default-features = false, version = "38.0.0" }
991991
pallet-whitelist = { path = "substrate/frame/whitelist", default-features = false, version = "37.0.0" }
992-
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "17.0.0" }
992+
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "17.0.1" }
993993
pallet-xcm-benchmarks = { path = "polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "17.0.0" }
994994
pallet-xcm-bridge-hub = { path = "bridges/modules/xcm-bridge-hub", default-features = false, version = "0.13.0" }
995995
pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.15.1" }
@@ -1035,7 +1035,7 @@ polkadot-node-core-chain-api = { path = "polkadot/node/core/chain-api", default-
10351035
polkadot-node-core-chain-selection = { path = "polkadot/node/core/chain-selection", default-features = false, version = "18.0.0" }
10361036
polkadot-node-core-dispute-coordinator = { path = "polkadot/node/core/dispute-coordinator", default-features = false, version = "18.0.0" }
10371037
polkadot-node-core-parachains-inherent = { path = "polkadot/node/core/parachains-inherent", default-features = false, version = "18.0.0" }
1038-
polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "17.0.0" }
1038+
polkadot-node-core-prospective-parachains = { path = "polkadot/node/core/prospective-parachains", default-features = false, version = "17.0.1" }
10391039
polkadot-node-core-provisioner = { path = "polkadot/node/core/provisioner", default-features = false, version = "18.0.0" }
10401040
polkadot-node-core-pvf = { path = "polkadot/node/core/pvf", default-features = false, version = "18.0.0" }
10411041
polkadot-node-core-pvf-checker = { path = "polkadot/node/core/pvf-checker", default-features = false, version = "18.0.0" }
@@ -1045,7 +1045,7 @@ polkadot-node-core-pvf-prepare-worker = { path = "polkadot/node/core/pvf/prepare
10451045
polkadot-node-core-runtime-api = { path = "polkadot/node/core/runtime-api", default-features = false, version = "18.0.0" }
10461046
polkadot-node-jaeger = { path = "polkadot/node/jaeger", default-features = false, version = "18.0.0" }
10471047
polkadot-node-metrics = { path = "polkadot/node/metrics", default-features = false, version = "18.0.0" }
1048-
polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", default-features = false, version = "18.0.1" }
1048+
polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", default-features = false, version = "18.0.2" }
10491049
polkadot-node-primitives = { path = "polkadot/node/primitives", default-features = false, version = "16.0.0" }
10501050
polkadot-node-subsystem = { path = "polkadot/node/subsystem", default-features = false, version = "18.0.0" }
10511051
polkadot-node-subsystem-test-helpers = { path = "polkadot/node/subsystem-test-helpers", version = "1.0.0" }
@@ -1158,7 +1158,7 @@ sc-offchain = { path = "substrate/client/offchain", default-features = false, ve
11581158
sc-proposer-metrics = { path = "substrate/client/proposer-metrics", default-features = false, version = "0.18.0" }
11591159
sc-rpc = { path = "substrate/client/rpc", default-features = false, version = "40.0.0" }
11601160
sc-rpc-api = { path = "substrate/client/rpc-api", default-features = false, version = "0.44.0" }
1161-
sc-rpc-server = { path = "substrate/client/rpc-servers", default-features = false, version = "17.0.0" }
1161+
sc-rpc-server = { path = "substrate/client/rpc-servers", default-features = false, version = "17.1.0" }
11621162
sc-rpc-spec-v2 = { path = "substrate/client/rpc-spec-v2", default-features = false, version = "0.45.0" }
11631163
sc-runtime-test = { path = "substrate/client/executor/runtime-test" }
11641164
sc-service = { path = "substrate/client/service", default-features = false, version = "0.46.0" }
@@ -1351,7 +1351,7 @@ wasmi = { version = "0.32.3", default-features = false }
13511351
wasmtime = { version = "8.0.1", default-features = false }
13521352
wat = { version = "1.0.0" }
13531353
westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/relays/westend", default-features = false, version = "0.1.0" }
1354-
westend-runtime = { path = "polkadot/runtime/westend", version = "18.0.0" }
1354+
westend-runtime = { path = "polkadot/runtime/westend", version = "18.0.1" }
13551355
westend-runtime-constants = { path = "polkadot/runtime/westend/constants", default-features = false, version = "17.0.0" }
13561356
westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" }
13571357
x25519-dalek = { version = "2.0" }

Plan.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated by parity-publish v0.9.0
2-
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/ -d Polkadot SDK stable2409
2+
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/1.16.2
33

44
[options]
55
description = "Polkadot SDK stable2409"
@@ -1369,8 +1369,8 @@ reason = "changed"
13691369
[[crate]]
13701370
# substrate/frame/message-queue
13711371
name = "pallet-message-queue"
1372-
from = "41.0.0"
1373-
to = "41.0.1"
1372+
from = "41.0.1"
1373+
to = "41.0.2"
13741374
bump = "patch"
13751375
reason = "changed"
13761376

@@ -2033,9 +2033,9 @@ reason = "changed"
20332033
[[crate]]
20342034
# polkadot/xcm/pallet-xcm
20352035
name = "pallet-xcm"
2036-
from = "16.0.0"
2037-
to = "17.0.0"
2038-
bump = "major"
2036+
from = "17.0.0"
2037+
to = "17.0.1"
2038+
bump = "patch"
20392039
reason = "changed"
20402040

20412041
[[crate]]
@@ -2263,8 +2263,8 @@ reason = "changed"
22632263
[[crate]]
22642264
# polkadot/node/network/protocol
22652265
name = "polkadot-node-network-protocol"
2266-
from = "18.0.0"
2267-
to = "18.0.1"
2266+
from = "18.0.1"
2267+
to = "18.0.2"
22682268
bump = "patch"
22692269
reason = "changed"
22702270

@@ -2653,9 +2653,9 @@ reason = "changed"
26532653
[[crate]]
26542654
# substrate/client/rpc-servers
26552655
name = "sc-rpc-server"
2656-
from = "16.0.2"
2657-
to = "17.0.0"
2658-
bump = "major"
2656+
from = "17.0.0"
2657+
to = "17.1.0"
2658+
bump = "minor"
26592659
reason = "changed"
26602660

26612661
[[crate]]
@@ -2823,9 +2823,9 @@ reason = "changed"
28232823
[[crate]]
28242824
# cumulus/parachains/runtimes/assets/common
28252825
name = "assets-common"
2826-
from = "0.17.0"
2827-
to = "0.18.0"
2828-
bump = "major"
2826+
from = "0.18.0"
2827+
to = "0.18.1"
2828+
bump = "minor"
28292829
reason = "changed"
28302830

28312831
[[crate]]
@@ -2981,16 +2981,16 @@ reason = "changed"
29812981
[[crate]]
29822982
# cumulus/parachains/runtimes/assets/asset-hub-rococo
29832983
name = "asset-hub-rococo-runtime"
2984-
from = "0.22.0"
2985-
to = "0.22.1"
2984+
from = "0.22.1"
2985+
to = "0.22.2"
29862986
bump = "minor"
29872987
reason = "changed"
29882988

29892989
[[crate]]
29902990
# cumulus/parachains/runtimes/assets/asset-hub-westend
29912991
name = "asset-hub-westend-runtime"
2992-
from = "0.26.0"
2993-
to = "0.26.1"
2992+
from = "0.26.1"
2993+
to = "0.26.2"
29942994
bump = "minor"
29952995
reason = "changed"
29962996

@@ -3049,9 +3049,9 @@ to = "2.0.0"
30493049
[[crate]]
30503050
# polkadot/runtime/westend
30513051
name = "westend-runtime"
3052-
from = "17.0.0"
3053-
to = "18.0.0"
3054-
bump = "major"
3052+
from = "18.0.0"
3053+
to = "18.0.1"
3054+
bump = "patch"
30553055
reason = "changed"
30563056

30573057
[[crate]]
@@ -3089,8 +3089,8 @@ reason = "changed"
30893089
[[crate]]
30903090
# cumulus/parachains/integration-tests/emulated/common
30913091
name = "emulated-integration-tests-common"
3092-
from = "14.0.0"
3093-
to = "14.1.0"
3092+
from = "14.1.0"
3093+
to = "14.2.0"
30943094
bump = "minor"
30953095
reason = "changed"
30963096

@@ -3569,9 +3569,9 @@ reason = "changed"
35693569
[[crate]]
35703570
# polkadot/node/core/prospective-parachains
35713571
name = "polkadot-node-core-prospective-parachains"
3572-
from = "16.1.0"
3573-
to = "17.0.0"
3574-
bump = "major"
3572+
from = "17.0.0"
3573+
to = "17.0.1"
3574+
bump = "patch"
35753575
reason = "changed"
35763576

35773577
[[crate]]

cumulus/parachains/integration-tests/emulated/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emulated-integration-tests-common"
3-
version = "14.1.0"
3+
version = "14.2.0"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"

cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asset-hub-rococo-runtime"
3-
version = "0.22.1"
3+
version = "0.22.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Rococo variant of Asset Hub parachain runtime"

cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asset-hub-westend-runtime"
3-
version = "0.26.1"
3+
version = "0.26.2"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Westend variant of Asset Hub parachain runtime"

cumulus/parachains/runtimes/assets/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "assets-common"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Assets common utilities"

polkadot/node/core/prospective-parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-node-core-prospective-parachains"
3-
version = "17.0.0"
3+
version = "17.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

polkadot/node/network/protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-node-network-protocol"
3-
version = "18.0.1"
3+
version = "18.0.2"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

polkadot/runtime/westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "westend-runtime"
33
build = "build.rs"
4-
version = "18.0.0"
4+
version = "18.0.1"
55
description = "Westend testnet Relay Chain runtime."
66
authors.workspace = true
77
edition.workspace = true

polkadot/xcm/pallet-xcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-xcm"
3-
version = "17.0.0"
3+
version = "17.0.1"
44
description = "A pallet for handling XCM programs."
55
authors.workspace = true
66
edition.workspace = true

substrate/client/rpc-servers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-rpc-server"
3-
version = "17.0.0"
3+
version = "17.1.0"
44
authors.workspace = true
55
edition.workspace = true
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

substrate/frame/message-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors.workspace = true
33
edition.workspace = true
44
name = "pallet-message-queue"
5-
version = "41.0.1"
5+
version = "41.0.2"
66
license = "Apache-2.0"
77
homepage.workspace = true
88
repository.workspace = true

0 commit comments

Comments
 (0)