@@ -23,19 +23,19 @@ serde = { version = "1.0.136", optional = true, features = ['derive'] }
23
23
serde_json = {version = " 1.0.68" , optional = true }
24
24
hash-db = { version = " 0.15.2" , default-features = false , optional = true }
25
25
bencher-procedural = { path = " bencher-procedural" , default-features = false }
26
- codec = { package = " parity-scale-codec" , version = " 2.3.1 " , features = [" derive" ], default-features = false }
27
- sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false }
28
- sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false }
29
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false }
30
- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false }
31
- sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false , optional = true }
32
- sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false , features = [" wasmtime" ], optional = true }
33
- sc-executor-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , optional = true }
34
- sc-client-db = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false , features = [" with-kvdb-rocksdb" ], optional = true }
35
- sp-maybe-compressed-blob = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false , optional = true }
36
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false }
37
- sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false }
38
- sp-storage = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.17 " , default-features = false , optional = true }
26
+ codec = { package = " parity-scale-codec" , version = " 3.0.0 " , features = [" derive" ], default-features = false }
27
+ sp-core = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false }
28
+ sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false }
29
+ sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false }
30
+ sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false }
31
+ sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false , optional = true }
32
+ sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false , features = [" wasmtime" ], optional = true }
33
+ sc-executor-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , optional = true }
34
+ sc-client-db = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false , features = [" with-kvdb-rocksdb" ], optional = true }
35
+ sp-maybe-compressed-blob = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false , optional = true }
36
+ frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false }
37
+ sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false }
38
+ sp-storage = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.18 " , default-features = false , optional = true }
39
39
40
40
[features ]
41
41
default = [" std" ]
0 commit comments