Skip to content

Commit fd68193

Browse files
committed
Apply plan for 1.16.1
1 parent d6ddcb1 commit fd68193

File tree

15 files changed

+74
-75
lines changed

15 files changed

+74
-75
lines changed

Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,9 @@ 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.0" }
605+
asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.22.1" }
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.0" }
607+
asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.26.1" }
608608
asset-test-utils = { path = "cumulus/parachains/runtimes/assets/test-utils", default-features = false, version = "18.0.0" }
609609
assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.18.0" }
610610
async-channel = { version = "1.8.0" }
@@ -695,7 +695,7 @@ cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-fe
695695
cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.19.0" }
696696
cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false, version = "0.17.0" }
697697
cumulus-pallet-dmp-queue = { default-features = false, path = "cumulus/pallets/dmp-queue" }
698-
cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.17.0" }
698+
cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.17.1" }
699699
cumulus-pallet-parachain-system-proc-macro = { path = "cumulus/pallets/parachain-system/proc-macro", default-features = false, version = "0.6.0" }
700700
cumulus-pallet-session-benchmarking = { path = "cumulus/pallets/session-benchmarking", default-features = false, version = "19.0.0" }
701701
cumulus-pallet-solo-to-para = { path = "cumulus/pallets/solo-to-para", default-features = false, version = "0.17.0" }
@@ -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.0.0" }
733+
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "14.1.0" }
734734
enumflags2 = { version = "0.7.7" }
735735
enumn = { version = "0.1.13" }
736736
environmental = { version = "1.1.4", default-features = false }
@@ -992,7 +992,7 @@ pallet-whitelist = { path = "substrate/frame/whitelist", default-features = fals
992992
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "17.0.0" }
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" }
995-
pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.15.0" }
995+
pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.15.1" }
996996
parachain-info = { path = "cumulus/parachains/pallets/parachain-info", default-features = false, package = "staging-parachain-info", version = "0.17.0" }
997997
parachain-template-runtime = { path = "templates/parachain/runtime", version = "0.1.0" }
998998
parachains-common = { path = "cumulus/parachains/common", 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.0" }
1048+
polkadot-node-network-protocol = { path = "polkadot/node/network/protocol", default-features = false, version = "18.0.1" }
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" }
@@ -1059,7 +1059,7 @@ polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers",
10591059
polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "19.0.0" }
10601060
polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "17.0.0" }
10611061
polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "17.0.0" }
1062-
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "17.0.0" }
1062+
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "17.0.1" }
10631063
polkadot-sdk = { path = "umbrella", default-features = false, version = "0.7.0" }
10641064
polkadot-sdk-docs = { path = "docs/sdk" }
10651065
polkadot-service = { path = "polkadot/node/service", default-features = false, version = "19.0.0" }
@@ -1145,14 +1145,14 @@ sc-executor-wasmtime = { path = "substrate/client/executor/wasmtime", default-fe
11451145
sc-informant = { path = "substrate/client/informant", default-features = false, version = "0.44.0" }
11461146
sc-keystore = { path = "substrate/client/keystore", default-features = false, version = "33.0.0" }
11471147
sc-mixnet = { path = "substrate/client/mixnet", default-features = false, version = "0.15.0" }
1148-
sc-network = { path = "substrate/client/network", default-features = false, version = "0.45.0" }
1148+
sc-network = { path = "substrate/client/network", default-features = false, version = "0.45.1" }
11491149
sc-network-common = { path = "substrate/client/network/common", default-features = false, version = "0.44.0" }
11501150
sc-network-gossip = { path = "substrate/client/network-gossip", default-features = false, version = "0.45.0" }
1151-
sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.44.0" }
1151+
sc-network-light = { path = "substrate/client/network/light", default-features = false, version = "0.44.1" }
11521152
sc-network-statement = { default-features = false, path = "substrate/client/network/statement" }
1153-
sc-network-sync = { path = "substrate/client/network/sync", default-features = false, version = "0.44.0" }
1153+
sc-network-sync = { path = "substrate/client/network/sync", default-features = false, version = "0.44.1" }
11541154
sc-network-test = { path = "substrate/client/network/test" }
1155-
sc-network-transactions = { path = "substrate/client/network/transactions", default-features = false, version = "0.44.0" }
1155+
sc-network-transactions = { path = "substrate/client/network/transactions", default-features = false, version = "0.44.1" }
11561156
sc-network-types = { path = "substrate/client/network/types", default-features = false, version = "0.12.1" }
11571157
sc-offchain = { path = "substrate/client/offchain", default-features = false, version = "40.0.0" }
11581158
sc-proposer-metrics = { path = "substrate/client/proposer-metrics", default-features = false, version = "0.18.0" }
@@ -1356,7 +1356,7 @@ westend-runtime-constants = { path = "polkadot/runtime/westend/constants", defau
13561356
westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" }
13571357
x25519-dalek = { version = "2.0" }
13581358
xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm", version = "14.2.0" }
1359-
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "17.0.0" }
1359+
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "17.0.1" }
13601360
xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" }
13611361
xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.16.0" }
13621362
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "17.0.0" }

Plan.toml

+37-37
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 --prdoc a
2+
# command: parity-publish -C ../polkadot-sdk plan ../polkadot-sdk --prdoc prdoc/1.16.1 -d Polkadot SDK stable2409
33

44
[options]
55
description = "Polkadot SDK stable2409"
@@ -1847,17 +1847,17 @@ reason = "changed"
18471847
[[crate]]
18481848
# substrate/client/network
18491849
name = "sc-network"
1850-
from = "0.44.0"
1851-
to = "0.45.0"
1852-
bump = "major"
1850+
from = "0.45.0"
1851+
to = "0.45.1"
1852+
bump = "patch"
18531853
reason = "changed"
18541854

18551855
[[crate]]
18561856
# polkadot/xcm/xcm-builder
18571857
name = "staging-xcm-builder"
1858-
from = "16.0.0"
1859-
to = "17.0.0"
1860-
bump = "major"
1858+
from = "17.0.0"
1859+
to = "17.0.1"
1860+
bump = "patch"
18611861
reason = "changed"
18621862

18631863
[[crate]]
@@ -2049,9 +2049,9 @@ reason = "changed"
20492049
[[crate]]
20502050
# bridges/modules/xcm-bridge-hub-router
20512051
name = "pallet-xcm-bridge-hub-router"
2052-
from = "0.14.0"
2053-
to = "0.15.0"
2054-
bump = "major"
2052+
from = "0.15.0"
2053+
to = "0.15.1"
2054+
bump = "patch"
20552055
reason = "changed"
20562056

20572057
[[crate]]
@@ -2081,17 +2081,17 @@ reason = "changed"
20812081
[[crate]]
20822082
# substrate/client/network/light
20832083
name = "sc-network-light"
2084-
from = "0.43.0"
2085-
to = "0.44.0"
2086-
bump = "major"
2084+
from = "0.44.0"
2085+
to = "0.44.1"
2086+
bump = "patch"
20872087
reason = "changed"
20882088

20892089
[[crate]]
20902090
# substrate/client/network/sync
20912091
name = "sc-network-sync"
2092-
from = "0.43.0"
2093-
to = "0.44.0"
2094-
bump = "major"
2092+
from = "0.44.0"
2093+
to = "0.44.1"
2094+
bump = "patch"
20952095
reason = "changed"
20962096

20972097
[[crate]]
@@ -2263,17 +2263,17 @@ reason = "changed"
22632263
[[crate]]
22642264
# polkadot/node/network/protocol
22652265
name = "polkadot-node-network-protocol"
2266-
from = "17.0.0"
2267-
to = "18.0.0"
2268-
bump = "major"
2266+
from = "18.0.0"
2267+
to = "18.0.1"
2268+
bump = "patch"
22692269
reason = "changed"
22702270

22712271
[[crate]]
22722272
# polkadot/runtime/parachains
22732273
name = "polkadot-runtime-parachains"
2274-
from = "16.0.2"
2275-
to = "17.0.0"
2276-
bump = "major"
2274+
from = "17.0.0"
2275+
to = "17.0.1"
2276+
bump = "patch"
22772277
reason = "changed"
22782278

22792279
[[crate]]
@@ -2327,9 +2327,9 @@ reason = "changed"
23272327
[[crate]]
23282328
# substrate/client/network/transactions
23292329
name = "sc-network-transactions"
2330-
from = "0.43.0"
2331-
to = "0.44.0"
2332-
bump = "major"
2330+
from = "0.44.0"
2331+
to = "0.44.1"
2332+
bump = "patch"
23332333
reason = "changed"
23342334

23352335
[[crate]]
@@ -2555,9 +2555,9 @@ reason = "changed"
25552555
[[crate]]
25562556
# cumulus/pallets/parachain-system
25572557
name = "cumulus-pallet-parachain-system"
2558-
from = "0.16.0"
2559-
to = "0.17.0"
2560-
bump = "major"
2558+
from = "0.17.0"
2559+
to = "0.17.1"
2560+
bump = "patch"
25612561
reason = "changed"
25622562

25632563
[[crate]]
@@ -2981,17 +2981,17 @@ reason = "changed"
29812981
[[crate]]
29822982
# cumulus/parachains/runtimes/assets/asset-hub-rococo
29832983
name = "asset-hub-rococo-runtime"
2984-
from = "0.21.0"
2985-
to = "0.22.0"
2986-
bump = "major"
2984+
from = "0.22.0"
2985+
to = "0.22.1"
2986+
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.25.0"
2993-
to = "0.26.0"
2994-
bump = "major"
2992+
from = "0.26.0"
2993+
to = "0.26.1"
2994+
bump = "minor"
29952995
reason = "changed"
29962996

29972997
[[crate]]
@@ -3089,9 +3089,9 @@ reason = "changed"
30893089
[[crate]]
30903090
# cumulus/parachains/integration-tests/emulated/common
30913091
name = "emulated-integration-tests-common"
3092-
from = "13.0.0"
3093-
to = "14.0.0"
3094-
bump = "major"
3092+
from = "14.0.0"
3093+
to = "14.1.0"
3094+
bump = "minor"
30953095
reason = "changed"
30963096

30973097
[[crate]]

bridges/modules/xcm-bridge-hub-router/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pallet-xcm-bridge-hub-router"
33
description = "Bridge hub interface for sibling/parent chains with dynamic fees support."
4-
version = "0.15.0"
4+
version = "0.15.1"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

cumulus/pallets/parachain-system/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-pallet-parachain-system"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Base pallet for cumulus-based parachains"

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asset-hub-rococo-runtime"
3-
version = "0.22.0"
3+
version = "0.22.1"
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

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

polkadot/node/network/protocol/Cargo.toml

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

polkadot/runtime/parachains/Cargo.toml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-runtime-parachains"
3-
version = "17.0.0"
3+
version = "17.0.1"
44
description = "Relay Chain runtime code responsible for Parachains."
55
authors.workspace = true
66
edition.workspace = true
@@ -18,10 +18,9 @@ scale-info = { features = ["derive"], workspace = true }
1818
serde = { features = ["alloc", "derive"], workspace = true }
1919
derive_more = { workspace = true, default-features = true }
2020
bitflags = { workspace = true }
21-
22-
sp-api = { workspace = true }
23-
sp-inherents = { workspace = true }
24-
sp-io = { workspace = true }
21+
sp-api.workspace = true
22+
sp-inherents.workspace = true
23+
sp-io.workspace = true
2524
sp-runtime = { features = ["serde"], workspace = true }
2625
sp-session.workspace = true
2726
sp-staking = { features = ["serde"], workspace = true }

polkadot/xcm/xcm-builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Tools & types for building with XCM and its executor."
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
7-
version = "17.0.0"
7+
version = "17.0.1"
88

99
[lints]
1010
workspace = true

substrate/client/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Substrate network protocol"
33
name = "sc-network"
4-
version = "0.45.0"
4+
version = "0.45.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors.workspace = true
77
edition.workspace = true

substrate/client/network/light/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Substrate light network protocol"
33
name = "sc-network-light"
4-
version = "0.44.0"
4+
version = "0.44.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors.workspace = true
77
edition.workspace = true

substrate/client/network/sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Substrate sync network protocol"
33
name = "sc-network-sync"
4-
version = "0.44.0"
4+
version = "0.44.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors.workspace = true
77
edition.workspace = true

substrate/client/network/transactions/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Substrate transaction protocol"
33
name = "sc-network-transactions"
4-
version = "0.44.0"
4+
version = "0.44.1"
55
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
66
authors.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)