@@ -18,24 +18,24 @@ ansi_term = { version = "0.12.1", optional = true }
18
18
wasm-gc-api = { version = " 0.1.11" , optional = true }
19
19
rand = {version = " 0.8.3" , optional = true }
20
20
linregress = { version = " 0.4.4" , optional = true }
21
- parking_lot = { version = " 0.11.2 " , optional = true }
22
- serde = { version = " 1.0.124 " , optional = true , features = [' derive' ] }
21
+ parking_lot = { version = " 0.12.0 " , optional = true }
22
+ 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
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.16 " , default-features = false }
28
- sp-std = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false }
29
- sp-io = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false }
30
- sp-runtime-interface = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false }
31
- sp-state-machine = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false , optional = true }
32
- sc-executor = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false , features = [" wasmtime" ], optional = true }
33
- sc-executor-common = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , optional = true }
34
- sc-client-db = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false , features = [" with-kvdb-rocksdb" ], optional = true }
35
- sp-maybe-compressed-blob = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false , optional = true }
36
- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false }
37
- sp-externalities = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false }
38
- sp-storage = { git = " https://github.com/paritytech/substrate" , branch = " polkadot-v0.9.16 " , default-features = false , optional = true }
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 }
39
39
40
40
[features ]
41
41
default = [" std" ]
0 commit comments