Trim unused deps

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-04-05 06:06:38 -04:00
parent 7b75296457
commit 2ab4fd1c92
6 changed files with 14 additions and 201 deletions

View file

@ -38,9 +38,7 @@ peg = "0.8"
paste = "1"
jobkit = { git = "https://evilpiepirate.org/git/jobkit.git", features = ["daemon", "console"] }
tokio = { version = "1", features = ["full", "tracing"] }
console-subscriber = "0.5"
reqwest = { version = "0.13", features = ["json"] }
walkdir = "2"
glob = "0.3"
anyhow = "1"
base64 = "0.22"
@ -49,7 +47,6 @@ futures = "0.3"
tiktoken-rs = "0.9.1"
figment = { version = "0.10", features = ["env"] }
tui-markdown = "0.3"
unicode-width = "0.2.2"
tui-textarea = { version = "0.10.2", package = "tui-textarea-2" }
redb = "2"
log = "0.4"
@ -59,9 +56,6 @@ crossterm = { version = "0.29", features = ["event-stream"] }
capnp-rpc = "0.20"
tokio-util = { version = "0.7", features = ["compat"] }
toml = "0.8"
tokio-rustls = "0.26"
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }
webpki-roots = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-appender = "0.2"