File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ rust-version = "1.75.0"
9
9
[dependencies ]
10
10
anyhow = { workspace = true }
11
11
chrono = { workspace = true , features = [" serde" ] }
12
+ clap = { workspace = true , features = [" derive" ] }
12
13
env_logger = { workspace = true }
13
14
lazy_static = { workspace = true }
14
15
log = { workspace = true }
15
16
serde = { workspace = true , features = [" derive" ] }
16
17
serde_json = { workspace = true }
17
- clap = { workspace = true , features = [" derive" ] }
18
18
19
19
thiserror = " 1"
20
20
tempfile = " 3"
@@ -23,7 +23,6 @@ semver = "1.0"
23
23
reqwest = { version = " 0.11" , features = [" json" ] }
24
24
xz2 = " 0.1.3"
25
25
tar = " 0.4"
26
- tokio = { version = " 1.6" , features = [" rt" , " process" ] }
27
26
futures = " 0.3.5"
28
27
jobserver = " 0.1.21"
29
28
snap = " 1"
Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ rusqlite = { version = "0.28", features = ["bundled"] }
18
18
tokio-postgres = { version = " 0.7" , features = [" with-chrono-0_4" , " runtime" ] }
19
19
async-trait = " 0.1"
20
20
tokio = { version = " 1.6" , features = [" sync" , " macros" ] }
21
- intern = { path = " ../intern" }
22
21
reqwest = { version = " 0.11" , features = [" blocking" ] }
23
22
postgres-native-tls = " 0.5"
24
23
native-tls = " 0.2"
25
24
futures-util = " 0.3.5"
26
25
bytes = " 1"
27
26
csv = " 1"
28
27
x509-cert = { version = " 0.2.5" , features = [" pem" ] }
28
+
29
+ intern = { path = " ../intern" }
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ parking_lot = "0.12"
32
32
snap = " 1"
33
33
itertools = " 0.10"
34
34
arc-swap = " 1.3"
35
- database = { path = " ../database" }
36
35
bytes = " 1.0"
37
36
url = " 2"
38
37
analyzeme = " 12.0.0"
@@ -47,13 +46,13 @@ humansize = "2"
47
46
lru = " 0.12.0"
48
47
ruzstd = " 0.7.0"
49
48
49
+ collector = { path = " ../collector" }
50
+ database = { path = " ../database" }
51
+
50
52
[target .'cfg(unix)' .dependencies ]
51
53
jemallocator = " 0.5"
52
54
jemalloc-ctl = " 0.5"
53
55
54
- [dependencies .collector ]
55
- path = " ../collector"
56
-
57
56
[build-dependencies ]
58
57
serde = { workspace = true , features = [" derive" ] }
59
58
serde_json = { workspace = true }
You can’t perform that action at this time.
0 commit comments