Remove unused dependencies (#2543)

## Summary

I tried out `cargo shear` to see if there are any unused dependencies
that `cargo udeps` isn't reporting. It turned out, there are a few. This
PR removes those dependencies.

## Test Plan

`cargo build`
This commit is contained in:
Micha Reiser 2024-03-19 18:10:10 +01:00 committed by GitHub
parent ba14f69676
commit acbee166c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 0 additions and 134 deletions

View file

@ -18,7 +18,6 @@ cache-key = { path = "../cache-key" }
distribution-types = { path = "../distribution-types" }
uv-fs = { path = "../uv-fs" }
uv-normalize = { path = "../uv-normalize" }
pypi-types = { path = "../pypi-types" }
cachedir = { workspace = true }
clap = { workspace = true, features = ["derive", "env"], optional = true }
@ -27,6 +26,5 @@ fs-err = { workspace = true, features = ["tokio"] }
nanoid = { workspace = true }
serde = { workspace = true, features = ["derive"] }
tempfile = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
walkdir = { workspace = true }