aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-02-18 05:10:52 +0000
committerBlaž Hrastnik2021-02-18 05:10:52 +0000
commitbd85460698c8d74f1a7b79c286a627c3ffcfb67e (patch)
treea5ab213e5276fc875fc46191d68b4e8f392ae7ff /helix-lsp
parentaf55ebd002e7584e2f82a174c4b48552004afa43 (diff)
Bump jsonrpc-core, lsp-types.
Diffstat (limited to 'helix-lsp')
-rw-r--r--helix-lsp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml
index caf9287a..fd9912b3 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.86", features = ["proposed"] }
+lsp-types = { version = "0.88", features = ["proposed"] }
smol = "1.2"
smol-timeout = "0.6"
url = "2"
@@ -21,7 +21,7 @@ glob = "0.3"
anyhow = "1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
-jsonrpc-core = "16.0"
+jsonrpc-core = "17.0"
futures-util = "0.3"
thiserror = "1.0"
log = "~0.4"