Skip to content

Commit ecb3267

Browse files
authored
Merge pull request #1782 from klensy/cleanup
deps cleanup
2 parents afc63d7 + 6f4b2f1 commit ecb3267

File tree

3 files changed

+19
-179
lines changed

3 files changed

+19
-179
lines changed

Cargo.lock

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

database/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ tokio-postgres = { version = "0.7", features = ["with-serde_json-1", "with-chron
1313
anyhow = "1"
1414
async-trait = "0.1"
1515
tokio = { version = "1.6", features = ["sync", "macros"] }
16-
snap = "1"
1716
intern = { path = "../intern" }
1817
chrono = { version = "0.4", features = ["serde"] }
1918
reqwest = { version = "0.11", features = ["blocking"] }

site/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ serde_json = "1"
1717
hyper = { version = "0.14", features = ["server", "stream"] }
1818
headers = "0.3"
1919
http = "0.2"
20-
home = "0.5"
2120
chrono = "0.4"
2221
rmp-serde = "1.1"
2322
brotli = "3.3.3"
@@ -57,10 +56,6 @@ jemalloc-ctl = "0.5"
5756
[dependencies.collector]
5857
path = "../collector"
5958

60-
[dev-dependencies]
61-
lazy_static = "1"
62-
pretty_assertions = "1.3"
63-
6459
[build-dependencies]
6560
serde = { version = "1", features = ["derive"] }
6661
serde_json = "1"

0 commit comments

Comments
 (0)