Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster committed Mar 24, 2024
1 parent 1d0844b commit d02dc2c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,14 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = "1.0.75"
base-db = { path = "../base-db" }
dirs = "5.0.1"
encoding_rs = "0.8.33"
encoding_rs_io = "0.1.7"
itertools = "0.12.0"
line-index = { path = "../line-index" }
log = "0.4.21"
multimap = "0.10.0"
once_cell = "1.19.0"
parking_lot = "0.12.1"
regex = "1.10.2"
rowan = "0.15.15"
rustc-hash = "1.1.0"
Expand Down
3 changes: 0 additions & 3 deletions crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ crossbeam-channel = "0.5.12"
definition = { path = "../definition" }
diagnostics = { path = "../diagnostics" }
distro = { path = "../distro" }
encoding_rs = "0.8.33"
encoding_rs_io = "0.1.7"
fern = "0.6.2"
folding = { path = "../folding" }
highlights = { path = "../highlights" }
Expand All @@ -48,7 +46,6 @@ lsp-server = "0.7.6"
lsp-types = "0.95.0"
notify = "6.1.1"
notify-debouncer-full = "0.3.1"
once_cell = "1.19.0"
parking_lot = "0.12.1"
parser = { path = "../parser" }
references = { path = "../references" }
Expand Down

0 comments on commit d02dc2c

Please sign in to comment.