Clean up deps for file_finder, language_selector, task, rpc, storybook (#8353)
Following-up on #8330 Invocation ```bash cargo-machete --with-metadata --skip-target-dir --fix ```` There is more stuff to fix, but it chokes on `async-lock`: ``` cargo-machete found the following unused dependencies in /x/Code/zed: rpc -- /x/Code/zed/crates/rpc/Cargo.toml: async_lock prost_build serde_derive Error: Dependency async_lock not found ``` Release Notes: - N/A
This commit is contained in:
parent
dbe1f48f95
commit
83f493b387
6 changed files with 38 additions and 92 deletions
|
@ -10,13 +10,9 @@ anyhow.workspace = true
|
|||
collections.workspace = true
|
||||
futures.workspace = true
|
||||
gpui.workspace = true
|
||||
parking_lot.workspace = true
|
||||
schemars.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_json_lenient.workspace = true
|
||||
settings.workspace = true
|
||||
smol.workspace = true
|
||||
util.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue