aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
authorDavide Ferrero2023-11-25 16:37:00 +0000
committerGitHub2023-11-25 16:37:00 +0000
commit3f9788daaa0669a81e218d18636f9abb285b6c15 (patch)
treebcefd13f99c630f5808da2d06bb15d791121575a /helix-lsp
parent8c68074fa6d2e3771bbc1a7f80bc9b422a787da4 (diff)
update which crate to 5.0.0 (#8902)
* update which crate to 5.0.0 * update which crate to 5.0.0
Diffstat (limited to 'helix-lsp')
-rw-r--r--helix-lsp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml
index 50b296b3..6511df40 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -27,5 +27,5 @@ serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.34", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] }
tokio-stream = "0.1.14"
-which = "4.4"
+which = "5.0.0"
parking_lot = "0.12.1"