@@ -27,7 +27,6 @@ actix-web-prometheus = { version = "0.1" }
2727actix-web-static-files = " 4.0"
2828http = " 0.2.7"
2929http-auth-basic = " 0.3.3"
30- mime = " 0.3.17"
3130tonic = { version = " 0.12.3" , features = [" tls" , " transport" , " gzip" , " zstd" ] }
3231tonic-web = " 0.12.3"
3332tower-http = { version = " 0.6.1" , features = [" cors" ] }
@@ -45,7 +44,6 @@ sha2 = "0.10.8"
4544
4645# Serialization and Data Formats
4746byteorder = " 1.4.3"
48- prost = " 0.13.3"
4947serde = { version = " 1.0" , features = [" rc" , " derive" ] }
5048serde_json = " 1.0"
5149serde_repr = " 0.1.17"
@@ -75,11 +73,9 @@ humantime = "2.1.0"
7573humantime-serde = " 1.1"
7674
7775# File System and I/O
78- bzip2 = { version = " *" , features = [" static" ] }
7976fs_extra = " 1.3"
8077path-clean = " 1.0.1"
8178relative-path = { version = " 1.7" , features = [" serde" ] }
82- xz2 = { version = " *" , features = [" static" ] }
8379
8480# CLI and System
8581clap = { version = " 4.1" , default-features = false , features = [
@@ -96,15 +92,13 @@ hostname = "0.4.0"
9692human-size = " 0.4"
9793num_cpus = " 1.15"
9894sysinfo = " 0.31.4"
99- thread-priority = " 1.0.0"
10095uptime_lib = " 0.3.0"
10196
10297# Utility Libraries
10398anyhow = { version = " 1.0" , features = [" backtrace" ] }
10499bytes = " 1.4"
105100clokwerk = " 0.4"
106101derive_more = " 0.99.18"
107- hashlru = { version = " 0.11.0" , features = [" serde" ] }
108102itertools = " 0.13.0"
109103lazy_static = " 1.4"
110104nom = " 7.1.3"
@@ -125,7 +119,6 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] }
125119
126120[build-dependencies ]
127121cargo_toml = " 0.20.1"
128- prost-build = " 0.13.3"
129122sha1_smol = { version = " 1.0" , features = [" std" ] }
130123static-files = " 0.2"
131124ureq = " 2.6"
@@ -134,7 +127,6 @@ vergen = { version = "8.1", features = ["build", "git", "cargo", "gitcl"] }
134127zip = { version = " 2.2.0" , default-features = false , features = [" deflate" ] }
135128
136129[dev-dependencies ]
137- maplit = " 1.0"
138130rstest = " 0.23.0"
139131arrow = " 53.0.0"
140132
@@ -152,4 +144,4 @@ codegen-units = 1
152144rdkafka = { version = " 0.36.2" , default-features = false , features = [" tokio" ] }
153145
154146[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