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:
Dzmitry Malyshau 2024-02-25 00:10:07 -08:00 committed by GitHub
parent dbe1f48f95
commit 83f493b387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 38 additions and 92 deletions

View file

@ -18,10 +18,7 @@ gpui.workspace = true
itertools = "0.11"
menu.workspace = true
picker.workspace = true
postage.workspace = true
project.workspace = true
serde.workspace = true
settings.workspace = true
text.workspace = true
theme.workspace = true
ui.workspace = true