Remove unused dependencies across workspace (#6380)

Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
Rodolfo Olivieri
2026-01-12 13:44:23 -03:00
committed by GitHub
parent 17185541cc
commit 0be3ec18cc
4 changed files with 11 additions and 236 deletions
+2 -9
View File
@@ -37,8 +37,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
etcetera = { workspace = true }
tempfile = "3.8"
include_dir = "0.7.4"
webbrowser = {workspace = true}
http-body-util = "0.1.2"
webbrowser = {workspace = true}
regex = "1.11.1"
once_cell = "1.20.2"
ignore = { workspace = true }
@@ -52,11 +51,8 @@ keyring = { version = "3.6.2", features = [
"sync-secret-service",
"vendored",
] }
oauth2 = { version = "5.0.0", features = ["reqwest"] }
utoipa = { version = "4.1", optional = true }
hyper = "1"
serde_with = "3"
which = {workspace = true}
which = {workspace = true}
glob = "0.3"
lru = "0.12"
tree-sitter = "0.21"
@@ -68,7 +64,6 @@ tree-sitter-java = "0.21"
tree-sitter-kotlin = "0.3.8"
devgen-tree-sitter-swift = "0.21.0"
tree-sitter-ruby = "0.21.0"
streaming-iterator = "0.1"
rayon = "1.10"
libc = "0.2"
# TODO: Fork mpatch or replace with a custom implementation using `similar` crate
@@ -76,8 +71,6 @@ libc = "0.2"
# ~1000 downloads). Pinned to exact version to prevent supply chain attacks.
mpatch = "=0.2.0"
tokio-util = "0.7.16"
clap = { version = "4", features = ["derive"] }
[dev-dependencies]
serial_test = "3.0.0"