Skip to content

Commit 31af4d0

Browse files
Merge pull request #688 from Mark-Simulacrum/reduce-deps
Reduce dependencies
2 parents 92ddfaf + 3aa0a72 commit 31af4d0

File tree

4 files changed

+2
-35
lines changed

4 files changed

+2
-35
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"

database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
hashbrown = { version = "0.7", features = ["serde"] }
1111
serde = { version = "1", features = ["derive"] }
12-
serde_json = { version = "1", features = ["raw_value"] }
12+
serde_json = "1"
1313
rusqlite = { version = "0.23", features = ["bundled"] }
1414
tokio-postgres = { version = "0.5.4", features = ["with-serde_json-1", "with-chrono-0_4"] }
1515
anyhow = "1"

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { version = "0.2", features = ["macros"] }
1313
log = "0.4"
1414
serde = "1"
1515
serde_derive = "1"
16-
serde_json = { version = "1", features = ["raw_value"] }
16+
serde_json = "1"
1717
hyper = "0.13"
1818
headers = "0.3"
1919
http = "0.2"

0 commit comments

Comments
 (0)