Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed May 24, 2024
1 parent af9b14e commit db17525
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ fs2 = { version = "0.4.3" }
futures = { version = "0.3.30" }
glob = { version = "0.3.1" }
hex = { version = "0.4.3" }
hmac = { version = "0.12.1" }
home = { version = "0.5.9" }
html-escape = { version = "0.2.13" }
http = { version = "1.1.0" }
indexmap = { version = "2.2.5" }
Expand All @@ -104,7 +102,6 @@ platform-info = { version = "2.0.2" }
pubgrub = { git = "https://github.com/astral-sh/pubgrub", rev = "0e684a874c9fb8f74738cd8875524c80e3d4820b" }
pyo3 = { version = "0.21.0" }
pyo3-log = { version = "0.10.0" }
rand = { version = "0.8.5" }
rayon = { version = "1.8.0" }
reflink-copy = { version = "0.1.15" }
regex = { version = "1.10.2" }
Expand All @@ -120,7 +117,6 @@ schemars = { version = "0.8.16", features = ["url"] }
seahash = { version = "4.1.0" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.114" }
sha1 = { version = "0.10.6" }
sha2 = { version = "0.10.8" }
sys-info = { version = "0.9.1" }
tempfile = { version = "3.9.0" }
Expand Down
7 changes: 0 additions & 7 deletions crates/uv-git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,9 @@ uv-fs = { workspace = true }

anyhow = { workspace = true }
thiserror = { workspace = true }
base64 = { workspace = true }
cargo-util = { workspace = true }
glob = { workspace = true }
hex = { workspace = true }
hmac = { workspace = true }
home = { workspace = true }
rand = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
sha1 = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
fs-err = { workspace = true }

0 comments on commit db17525

Please sign in to comment.