@@ -8,38 +8,38 @@ authors = ["Interlay Ltd, etc"]
8
8
edition = " 2021"
9
9
10
10
[dependencies ]
11
- scale-info = { version = " 2.0.1 " , default-features = false , features = [" derive" ] }
11
+ scale-info = { version = " 2.1.2 " , default-features = false , features = [" derive" ] }
12
12
serde = { version = " 1.0.136" , optional = true }
13
13
codec = { package = " parity-scale-codec" , version = " 3.0.0" , default-features = false , features = [" max-encoded-len" ] }
14
- sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , default-features = false }
15
- sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , default-features = false }
16
- frame-support = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , default-features = false }
17
- frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , default-features = false }
14
+ sp-runtime = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , default-features = false }
15
+ sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , default-features = false }
16
+ frame-support = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , default-features = false }
17
+ frame-system = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , default-features = false }
18
18
orml-traits = { path = " ../traits" , version = " 0.4.1-dev" , default-features = false }
19
- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " , default-features = false }
20
- xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " , default-features = false }
21
- xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " , default-features = false }
19
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " , default-features = false }
20
+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " , default-features = false }
21
+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " , default-features = false }
22
22
23
23
[dev-dependencies ]
24
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " , default-features = false }
25
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
26
- pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.22 " }
24
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " , default-features = false }
25
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
26
+ pallet-balances = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.23 " }
27
27
28
28
# cumulus
29
- cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
30
- cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
31
- cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
32
- cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
33
- parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.22 " }
29
+ cumulus-primitives-core = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
30
+ cumulus-pallet-dmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
31
+ cumulus-pallet-xcmp-queue = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
32
+ cumulus-pallet-xcm = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
33
+ parachain-info = { git = " https://github.com/paritytech/cumulus" , branch = " polkadot-v0.9.23 " }
34
34
35
35
# polkadot
36
- polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
37
- xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
38
- xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
39
- xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
40
- pallet-xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
41
- polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
42
- xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.22 " }
36
+ polkadot-parachain = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
37
+ xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
38
+ xcm-executor = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
39
+ xcm-builder = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
40
+ pallet-xcm = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
41
+ polkadot-runtime-parachains = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
42
+ xcm-simulator = { git = " https://github.com/paritytech/polkadot" , branch = " release-v0.9.23 " }
43
43
44
44
orml-tokens = { path = " ../tokens" }
45
45
orml-xtokens = { path = " ../xtokens" }
0 commit comments