aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-21 04:36:32 +0000
committerBlaž Hrastnik2021-04-21 04:36:32 +0000
commit91767c3848a3c017eb8405ef07283fa0e380e41a (patch)
tree644c8d8aa5c8711da58a90f7125c0437815a37dd /helix-lsp/Cargo.toml
parent3b90317060d92de803befbbfc5ffc2929e85a9c0 (diff)
Update dependencies.
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 fd9912b3..549e098e 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -11,7 +11,7 @@ helix-core = { path = "../helix-core" }
once_cell = "1.4"
-lsp-types = { version = "0.88", features = ["proposed"] }
+lsp-types = { version = "0.89", features = ["proposed"] }
smol = "1.2"
smol-timeout = "0.6"
url = "2"