@@ -23,19 +23,19 @@ serde = { version = "1.0.136", optional = true, features = ['derive'] }
2323serde_json = {version = " 1.0.68" , optional = true }
2424hash-db = { version = " 0.15.2" , default-features = false , optional = true }
2525bencher-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 }
3939
4040[features ]
4141default = [" std" ]
0 commit comments