aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-12-01 00:53:17 +0000
committerBlaž Hrastnik2020-12-03 04:12:07 +0000
commit39bf1ca82514e1dc56dfebdce2558cce662367d1 (patch)
treed202637047759b0510a16d8c59fdbbde62b50617 /helix-lsp/Cargo.toml
parenta7869c728c663f255d5d2544e42f21ccf57b2414 (diff)
Update deps.
Diffstat (limited to 'helix-lsp/Cargo.toml')
-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 08216f59..2ecd0cc1 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -11,7 +11,7 @@ helix-core = { path = "../helix-core" }
helix-view = { path = "../helix-view" }
once_cell = "1.4"
-lsp-types = { version = "0.83", features = ["proposed"] }
+lsp-types = { version = "0.84", features = ["proposed"] }
smol = "1.2"
url = "2"
pathdiff = "0.2"