Skip to content

Commit 02e2007

Browse files
author
Devdutt Shenoi
authored
chore: remove unused deps (#1119)
1 parent 4d2897e commit 02e2007

File tree

2 files changed

+2
-94
lines changed

2 files changed

+2
-94
lines changed

Cargo.lock

Lines changed: 1 addition & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ actix-web-prometheus = { version = "0.1" }
2727
actix-web-static-files = "4.0"
2828
http = "0.2.7"
2929
http-auth-basic = "0.3.3"
30-
mime = "0.3.17"
3130
tonic = { version = "0.12.3", features = ["tls", "transport", "gzip", "zstd"] }
3231
tonic-web = "0.12.3"
3332
tower-http = { version = "0.6.1", features = ["cors"] }
@@ -45,7 +44,6 @@ sha2 = "0.10.8"
4544

4645
# Serialization and Data Formats
4746
byteorder = "1.4.3"
48-
prost = "0.13.3"
4947
serde = { version = "1.0", features = ["rc", "derive"] }
5048
serde_json = "1.0"
5149
serde_repr = "0.1.17"
@@ -75,11 +73,9 @@ humantime = "2.1.0"
7573
humantime-serde = "1.1"
7674

7775
# File System and I/O
78-
bzip2 = { version = "*", features = ["static"] }
7976
fs_extra = "1.3"
8077
path-clean = "1.0.1"
8178
relative-path = { version = "1.7", features = ["serde"] }
82-
xz2 = { version = "*", features = ["static"] }
8379

8480
# CLI and System
8581
clap = { version = "4.1", default-features = false, features = [
@@ -96,15 +92,13 @@ hostname = "0.4.0"
9692
human-size = "0.4"
9793
num_cpus = "1.15"
9894
sysinfo = "0.31.4"
99-
thread-priority = "1.0.0"
10095
uptime_lib = "0.3.0"
10196

10297
# Utility Libraries
10398
anyhow = { version = "1.0", features = ["backtrace"] }
10499
bytes = "1.4"
105100
clokwerk = "0.4"
106101
derive_more = "0.99.18"
107-
hashlru = { version = "0.11.0", features = ["serde"] }
108102
itertools = "0.13.0"
109103
lazy_static = "1.4"
110104
nom = "7.1.3"
@@ -125,7 +119,6 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] }
125119

126120
[build-dependencies]
127121
cargo_toml = "0.20.1"
128-
prost-build = "0.13.3"
129122
sha1_smol = { version = "1.0", features = ["std"] }
130123
static-files = "0.2"
131124
ureq = "2.6"
@@ -134,7 +127,6 @@ vergen = { version = "8.1", features = ["build", "git", "cargo", "gitcl"] }
134127
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
135128

136129
[dev-dependencies]
137-
maplit = "1.0"
138130
rstest = "0.23.0"
139131
arrow = "53.0.0"
140132

@@ -152,4 +144,4 @@ codegen-units = 1
152144
rdkafka = { 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

Comments
 (0)