@@ -156,16 +156,17 @@ sp-genesis-builder = { version = "0.15.0", default-features = false }
156
156
pallet-xcm = { version = " 16.0.0" , default-features = false }
157
157
polkadot-parachain-primitives = { version = " 14.0.0" , default-features = false }
158
158
polkadot-runtime-common = { version = " 16.0.0" , default-features = false }
159
- staging-xcm = { version = " 14.1.0" , default-features = false }
159
+ staging-xcm = { version = " = 14.1.0" , default-features = false }
160
160
staging-xcm-builder = { version = " 16.0.0" , default-features = false }
161
161
staging-xcm-executor = { version = " 16.0.0" , default-features = false }
162
162
cumulus-primitives-aura = { version = " 0.15.0" , default-features = false }
163
163
cumulus-pallet-session-benchmarking = { version = " 18.0.0" , default-features = false }
164
164
cumulus-pallet-aura-ext = { version = " 0.16.0" , default-features = false }
165
165
cumulus-pallet-dmp-queue = { version = " 0.16.0" , default-features = false }
166
+ cumulus-pallet-parachain-system = { version = " =0.16.0" , default-features = false }
166
167
cumulus-pallet-xcm = { version = " 0.16.0" , default-features = false }
167
168
cumulus-pallet-xcmp-queue = { version = " 0.16.0" , default-features = false }
168
- cumulus-primitives-core = { version = " 0.15.0" , default-features = false }
169
+ cumulus-primitives-core = { version = " = 0.15.0" , default-features = false }
169
170
cumulus-primitives-timestamp = { version = " 0.15.0" , default-features = false }
170
171
cumulus-primitives-utility = { version = " 0.16.0" , default-features = false }
171
172
pallet-collator-selection = { version = " 18.0.0" , default-features = false }
@@ -343,7 +344,6 @@ tesseract = { path = "tesseract/relayer" }
343
344
transaction-fees = { path = " tesseract/fees" }
344
345
telemetry-server = { path = " tesseract/telemetry" }
345
346
tesseract-config = { path = " tesseract/config" }
346
- cumulus-pallet-parachain-system = { version = " 0.16.0" , default-features = false }
347
347
348
348
[workspace .dependencies .ethabi ]
349
349
version = " 18.0.0"
0 commit comments