Remove unused dependencies (#3236)

`cargo shear --fix` and some manual fixing for tokio and flate2.

I wanted to prepare my branch and realized main also needs this.
This commit is contained in:
konsti 2024-04-24 13:18:24 +02:00 committed by GitHub
parent a653670d04
commit 3783292c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 2 additions and 36 deletions

View file

@ -19,7 +19,7 @@ pep440_rs = { workspace = true }
pep508_rs = { workspace = true }
uv-fs = { workspace = true }
uv-interpreter = { workspace = true }
uv-types = { workspace = true, features = ["serde"] }
uv-types = { workspace = true }
uv-configuration = { workspace = true, features = ["serde"] }
uv-virtualenv = { workspace = true }