@@ -27,7 +27,6 @@ actix-web-prometheus = { version = "0.1" }
27
27
actix-web-static-files = " 4.0"
28
28
http = " 0.2.7"
29
29
http-auth-basic = " 0.3.3"
30
- mime = " 0.3.17"
31
30
tonic = { version = " 0.12.3" , features = [" tls" , " transport" , " gzip" , " zstd" ] }
32
31
tonic-web = " 0.12.3"
33
32
tower-http = { version = " 0.6.1" , features = [" cors" ] }
@@ -45,7 +44,6 @@ sha2 = "0.10.8"
45
44
46
45
# Serialization and Data Formats
47
46
byteorder = " 1.4.3"
48
- prost = " 0.13.3"
49
47
serde = { version = " 1.0" , features = [" rc" , " derive" ] }
50
48
serde_json = " 1.0"
51
49
serde_repr = " 0.1.17"
@@ -75,11 +73,9 @@ humantime = "2.1.0"
75
73
humantime-serde = " 1.1"
76
74
77
75
# File System and I/O
78
- bzip2 = { version = " *" , features = [" static" ] }
79
76
fs_extra = " 1.3"
80
77
path-clean = " 1.0.1"
81
78
relative-path = { version = " 1.7" , features = [" serde" ] }
82
- xz2 = { version = " *" , features = [" static" ] }
83
79
84
80
# CLI and System
85
81
clap = { version = " 4.1" , default-features = false , features = [
@@ -96,15 +92,13 @@ hostname = "0.4.0"
96
92
human-size = " 0.4"
97
93
num_cpus = " 1.15"
98
94
sysinfo = " 0.31.4"
99
- thread-priority = " 1.0.0"
100
95
uptime_lib = " 0.3.0"
101
96
102
97
# Utility Libraries
103
98
anyhow = { version = " 1.0" , features = [" backtrace" ] }
104
99
bytes = " 1.4"
105
100
clokwerk = " 0.4"
106
101
derive_more = " 0.99.18"
107
- hashlru = { version = " 0.11.0" , features = [" serde" ] }
108
102
itertools = " 0.13.0"
109
103
lazy_static = " 1.4"
110
104
nom = " 7.1.3"
@@ -125,7 +119,6 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] }
125
119
126
120
[build-dependencies ]
127
121
cargo_toml = " 0.20.1"
128
- prost-build = " 0.13.3"
129
122
sha1_smol = { version = " 1.0" , features = [" std" ] }
130
123
static-files = " 0.2"
131
124
ureq = " 2.6"
@@ -134,7 +127,6 @@ vergen = { version = "8.1", features = ["build", "git", "cargo", "gitcl"] }
134
127
zip = { version = " 2.2.0" , default-features = false , features = [" deflate" ] }
135
128
136
129
[dev-dependencies ]
137
- maplit = " 1.0"
138
130
rstest = " 0.23.0"
139
131
arrow = " 53.0.0"
140
132
@@ -152,4 +144,4 @@ codegen-units = 1
152
144
rdkafka = { version = " 0.36.2" , default-features = false , features = [" tokio" ] }
153
145
154
146
[target .'cfg(all(target_os = "macos", target_arch = "aarch64"))' .dependencies ]
155
- rdkafka = { version = " 0.36.2" , default-features = false , features = [" tokio" ] }
147
+ rdkafka = { version = " 0.36.2" , default-features = false , features = [" tokio" ] }
0 commit comments