mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
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:
parent
ba14f69676
commit
acbee166c0
19 changed files with 0 additions and 134 deletions
|
@ -28,8 +28,3 @@ tracing = { workspace = true }
|
|||
url = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = { version = "2.0.4" }
|
||||
insta = { version = "1.36.1" }
|
||||
serde_json = { version = "1.0.114" }
|
||||
tempfile = { version = "3.9.0" }
|
||||
test-case = { version = "3.3.1" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue