Skip to content

Commit 3aa0a72

Browse files
Drop unused dependencies from collector
1 parent 3b3a325 commit 3aa0a72

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
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.

collector/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,14 @@ serde_json = "1"
1515
tempfile = "3"
1616
libc = "0.2"
1717
chrono = "0.4"
18-
cargo_metadata = "0.9"
1918
lazy_static = "1"
2019
semver = "0.9"
2120
reqwest = { version = "0.10", features = ["json"] }
2221
xz2 = "0.1.3"
2322
tar = "0.4"
2423
crossbeam-channel = "0.4.2"
25-
bincode = "1"
26-
snap = "1.0"
27-
hashbrown = "0.7.0"
2824
tokio = { version = "0.2", features = ["rt-core"] }
2925
rustc-artifacts = "0.2"
30-
parking_lot = "0.10"
3126
database = { path = "../database" }
3227
intern = { path = "../intern" }
3328
futures = "0.3.5"

0 commit comments

Comments
 (0)