@@ -7,41 +7,41 @@ license = "Apache-2.0"
77description = " Common resources for integration testing with xcm-emulator"
88
99[dependencies ]
10- codec = { package = " parity-scale-codec" , version = " 3.4.0 " }
10+ codec = { package = " parity-scale-codec" , version = " 3.6.9 " }
1111paste = " 1.0.14"
12- serde_json = " 1.0.108 "
12+ serde_json = " 1.0.111 "
1313
1414# Substrate
15- grandpa-primitives = { package = " sp-consensus-grandpa" , version = " 10 .0.0" }
16- sp-authority-discovery = { version = " 23 .0.0" }
17- sp-runtime = { version = " 28 .0.0 " }
18- frame-support = { version = " 25 .0.0" }
19- sp-core = { version = " 25 .0.0" }
20- sp-consensus-babe = { version = " 0.29 .0" }
21- pallet-assets = { version = " 26 .0.0" }
22- pallet-balances = { version = " 25 .0.0" }
23- pallet-message-queue = { version = " 28 .0.0" }
24- pallet-im-online = { version = " 24 .0.0" }
25- pallet-staking = { version = " 25 .0.0" }
26- beefy-primitives = { package = " sp-consensus-beefy" , version = " 10 .0.0" }
15+ grandpa-primitives = { package = " sp-consensus-grandpa" , version = " 12 .0.0" }
16+ sp-authority-discovery = { version = " 25 .0.0" }
17+ sp-runtime = { version = " 30 .0.1 " }
18+ frame-support = { version = " 27 .0.0" }
19+ sp-core = { version = " 27 .0.0" }
20+ sp-consensus-babe = { version = " 0.31 .0" }
21+ pallet-assets = { version = " 28 .0.0" }
22+ pallet-balances = { version = " 27 .0.0" }
23+ pallet-message-queue = { version = " 30 .0.0" }
24+ pallet-im-online = { version = " 26 .0.0" }
25+ pallet-staking = { version = " 27 .0.0" }
26+ beefy-primitives = { package = " sp-consensus-beefy" , version = " 12 .0.0" }
2727
2828# Polkadot
29- polkadot-primitives = { version = " 4 .0.0" }
30- polkadot-runtime-parachains = { version = " 4 .0.0" }
31- xcm = { package = " staging-xcm" , version = " 4 .0.0" }
32- pallet-xcm = { version = " 4 .0.0" }
33- polkadot-core-primitives = { version = " 4 .0.0" }
34- polkadot-parachain-primitives = { version = " 3 .0.0" }
29+ polkadot-primitives = { version = " 6 .0.0" }
30+ polkadot-runtime-parachains = { version = " 6 .0.0" }
31+ xcm = { package = " staging-xcm" , version = " 6 .0.0" }
32+ pallet-xcm = { version = " 6 .0.0" }
33+ polkadot-core-primitives = { version = " 6 .0.0" }
34+ polkadot-parachain-primitives = { version = " 5 .0.0" }
3535
3636# Cumulus
37- parachains-common = { version = " 4 .0.0" }
38- cumulus-primitives-core = { version = " 0.4 .0" }
39- xcm-emulator = { version = " 0.2 .0" }
40- cumulus-pallet-xcmp-queue = { version = " 0.4 .0" }
41- cumulus-pallet-parachain-system = { features = [" parameterized-consensus-hook" ,] , version = " 0.4 .0" }
42- asset-test-utils = { version = " 4 .0.0" }
43- cumulus-pallet-dmp-queue = { version = " 0.4 .0" }
44- penpal-runtime = { version = " 0.11 .0" }
37+ parachains-common = { version = " 6 .0.0" }
38+ cumulus-primitives-core = { version = " 0.6 .0" }
39+ xcm-emulator = { version = " 0.4 .0" }
40+ cumulus-pallet-xcmp-queue = { version = " 0.6 .0" }
41+ cumulus-pallet-parachain-system = { features = [" parameterized-consensus-hook" ,] , version = " 0.6 .0" }
42+ asset-test-utils = { version = " 6 .0.0" }
43+ cumulus-pallet-dmp-queue = { version = " 0.6 .0" }
44+ penpal-runtime = { version = " 0.13 .0" }
4545
4646# Local runtimes
4747kusama-runtime = { package = " staging-kusama-runtime" , path = " ../../../relay/kusama" }
@@ -55,9 +55,9 @@ bridge-hub-polkadot-runtime = { path = "../../../system-parachains/bridge-hubs/b
5555bridge-hub-kusama-runtime = { path = " ../../../system-parachains/bridge-hubs/bridge-hub-kusama" }
5656
5757# Bridges
58- bp-messages = { version = " 0.4 .0" }
59- pallet-bridge-messages = { version = " 0.4 .0" }
60- bridge-runtime-common = { version = " 0.4 .0" }
58+ bp-messages = { version = " 0.6 .0" }
59+ pallet-bridge-messages = { version = " 0.6 .0" }
60+ bridge-runtime-common = { version = " 0.6 .0" }
6161
6262[features ]
6363runtime-benchmarks = [
0 commit comments