Skip to content

Commit

Permalink
Clean up list of direct dependencies with cargo machete (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Aug 30, 2024
1 parent 1d43ee3 commit c9377f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 64 deletions.
59 changes: 7 additions & 52 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions crates/ark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,23 @@ async-trait = "0.1.66"
base64 = "0.21.0"
bus = "2.3.0"
cfg-if = "1.0.0"
chrono = "0.4.23"
crossbeam = { version = "0.8.2", features = ["crossbeam-channel"] }
ctor = "0.1.26"
dap = { git = "https://github.com/sztomi/dap-rs", branch = "main" }
dashmap = "5.4.0"
ego-tree = "0.6.2"
harp = { path = "../harp" }
html5ever = "0.26.0"
http = "0.2.9"
home = "0.5.5"
hyper = { version = "0.14.24", features = ["full"] }
itertools = "0.10.5"
lazy_static = "1.4.0"
libc = "0.2"
libr = { path = "../libr" }
lock_api = "0.4.11"
log = "0.4.17"
mime_guess = "2.0.4"
nix = { version = "0.26.2", features = ["signal"] }
notify = "6.0.0"
once_cell = "1.17.1"
parking_lot = "0.12.1"
regex = "1.10.0"
reqwest = { version = "0.12.5", default-features = false, features = ["json"] }
reqwest-retry = "0.6.1"
Expand All @@ -65,7 +60,6 @@ futures = "0.3.30"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-appender = "0.2.3"
tracing-log = "0.2.0"
rustc-hash = "1.2.0"
tracing-error = "0.2.0"

Expand Down
3 changes: 0 additions & 3 deletions crates/harp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ cfg-if = "1.0.0"
ctor = "0.1.26"
harp-macros = { path = "./harp-macros" }
itertools = "0.10.5"
lazy_static = "1.4.0"
libc = "0.2.140"
libloading = "0.8.1"
libr = { path = "../libr" }
lock_api = "0.4.11"
log = "0.4.17"
once_cell = "1.17.1"
parking_lot = "0.12.1"
regex = "1.7.3"
semver = "1.0.19"
stdext = { path = "../stdext" }
Expand Down
2 changes: 0 additions & 2 deletions crates/harp/harp-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ edition = "2021"
proc-macro = true

[dependencies]
proc-macro2 = "*"
quote = "*"
syn = { version = "*", features = ["full"] }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

1 change: 0 additions & 1 deletion crates/stdext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license.workspace = true
rust-version.workspace = true

[dependencies]
libc = "0.2.146"
log = "0.4.18"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 comments on commit c9377f8

Please sign in to comment.