Skip to content

Commit db17525

Browse files
committed
remove unused dependencies
1 parent af9b14e commit db17525

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

Cargo.lock

Lines changed: 0 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ fs2 = { version = "0.4.3" }
8181
futures = { version = "0.3.30" }
8282
glob = { version = "0.3.1" }
8383
hex = { version = "0.4.3" }
84-
hmac = { version = "0.12.1" }
85-
home = { version = "0.5.9" }
8684
html-escape = { version = "0.2.13" }
8785
http = { version = "1.1.0" }
8886
indexmap = { version = "2.2.5" }
@@ -104,7 +102,6 @@ platform-info = { version = "2.0.2" }
104102
pubgrub = { git = "https://github.com/astral-sh/pubgrub", rev = "0e684a874c9fb8f74738cd8875524c80e3d4820b" }
105103
pyo3 = { version = "0.21.0" }
106104
pyo3-log = { version = "0.10.0" }
107-
rand = { version = "0.8.5" }
108105
rayon = { version = "1.8.0" }
109106
reflink-copy = { version = "0.1.15" }
110107
regex = { version = "1.10.2" }
@@ -120,7 +117,6 @@ schemars = { version = "0.8.16", features = ["url"] }
120117
seahash = { version = "4.1.0" }
121118
serde = { version = "1.0.197" }
122119
serde_json = { version = "1.0.114" }
123-
sha1 = { version = "0.10.6" }
124120
sha2 = { version = "0.10.8" }
125121
sys-info = { version = "0.9.1" }
126122
tempfile = { version = "3.9.0" }

crates/uv-git/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@ uv-fs = { workspace = true }
1818

1919
anyhow = { workspace = true }
2020
thiserror = { workspace = true }
21-
base64 = { workspace = true }
2221
cargo-util = { workspace = true }
23-
glob = { workspace = true }
2422
hex = { workspace = true }
25-
hmac = { workspace = true }
26-
home = { workspace = true }
27-
rand = { workspace = true }
2823
reqwest = { workspace = true, features = ["blocking"] }
29-
sha1 = { workspace = true }
3024
tokio = { workspace = true }
3125
tracing = { workspace = true }
3226
url = { workspace = true }
33-
fs-err = { workspace = true }

0 commit comments

Comments
 (0)