Skip to content

Commit 0ae156a

Browse files
committed
chore: remove unused deps
1 parent 7b6f125 commit 0ae156a

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

Cargo.lock

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

crates/maudit-cli/Cargo.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,12 @@ name = "maudit"
1010
path = "src/main.rs"
1111

1212
[dependencies]
13-
log = { version = "0.4", features = ["kv"] }
14-
env_logger = "0.11.5"
1513
chrono = "0.4.39"
1614
colored = "2.2.0"
1715
clap = { version = "4.5.23", features = ["derive"] }
18-
serde = { workspace = true, features = ["derive"] }
1916
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2017
axum = { version = "0.8.1", features = ["ws"] }
21-
tokio-tungstenite = { version = "0.26.0" }
2218
futures = "0.3"
23-
futures-util = { version = "0.3", default-features = false, features = [
24-
"sink",
25-
"std",
26-
] }
27-
http-body-util = "0.1.0"
2819
tower-http = { version = "0.6.2", features = ["fs", "trace"] }
2920
tracing = "0.1"
3021
tracing-subscriber = { version = "=0.3.19", features = [
@@ -41,4 +32,4 @@ tar = "0.4.43"
4132
toml_edit = "0.22.23"
4233
local-ip-address = "0.6.3"
4334
flate2 = "1.0.35"
44-
quanta = "0.12.6"
35+
quanta = "0.12.6"

crates/maudit/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ thiserror = "2.0.9"
4747
blake3 = "1.8.2"
4848
oxc_sourcemap = "4.1.0"
4949
rayon = "1.11.0"
50-
quanta = "0.12.6"

0 commit comments

Comments
 (0)