@@ -10,15 +10,15 @@ edition = "2021"
1010[dependencies ]
1111paste = " 1.0.7"
1212build-helper = { version = " 0.1.1" , optional = true }
13- cargo_metadata = { version = " 0.14.1 " , optional = true }
13+ cargo_metadata = { version = " 0.15.2 " , optional = true }
1414tempfile = { version = " 3.2.0" , optional = true }
1515toml = { version = " 0.5.8" , optional = true }
1616walkdir = { version = " 2.3.1" , optional = true }
1717ansi_term = { version = " 0.12.1" , optional = true }
1818wasm-gc-api = { version = " 0.1.11" , optional = true }
1919rand = {version = " 0.8.3" , optional = true }
20- linregress = { version = " 0.4.4 " , optional = true }
21- parking_lot = { version = " 0.12.0 " , optional = true }
20+ linregress = { version = " 0.5.0 " , optional = true }
21+ parking_lot = { version = " 0.12.1 " , optional = true }
2222thiserror = { version = " 1.0" , optional = true }
2323serde = { version = " 1.0.136" , optional = true , features = [' derive' ] }
2424serde_json = {version = " 1.0.68" , optional = true }
@@ -35,7 +35,7 @@ sc-executor = { git = "https://github.com/paritytech/substrate", default-feature
3535sc-executor-common = { git = " https://github.com/paritytech/substrate" , optional = true , branch = " polkadot-v0.9.36" }
3636sc-client-db = { git = " https://github.com/paritytech/substrate" , default-features = false , features = [" rocksdb" ], optional = true , branch = " polkadot-v0.9.36" }
3737sp-maybe-compressed-blob = { git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.36" }
38- frame-benchmarking = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.36" }
38+ frame-support = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.36" }
3939sp-externalities = { git = " https://github.com/paritytech/substrate" , default-features = false , branch = " polkadot-v0.9.36" }
4040sp-storage = { git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.36" }
4141
@@ -67,7 +67,7 @@ std = [
6767 " sc-executor-common" ,
6868 " sc-client-db" ,
6969 " sp-maybe-compressed-blob" ,
70- " frame-benchmarking /std" ,
70+ " frame-support /std" ,
7171 " sp-externalities/std" ,
7272 " sp-storage/std" ,
7373]
0 commit comments