aboutsummaryrefslogtreecommitdiff
path: root/helix-lsp
diff options
context:
space:
mode:
authorNathan Vegdahl2021-07-28 21:11:08 +0000
committerNathan Vegdahl2021-07-28 21:11:08 +0000
commita873e719d5dd1816434c16bb02d74f1e00ca847a (patch)
tree7ea6f6a37f5a7f9e12f3fab4c7e07cb21ae0ec0b /helix-lsp
parentaead4e69a66ba004aa34e5a1a59e05239117250e (diff)
parentb90450b9e8b995e96a723a5d8c7b179ad2967c5a (diff)
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup
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 be099821..cf1f30a7 100644
--- a/helix-lsp/Cargo.toml
+++ b/helix-lsp/Cargo.toml
@@ -17,11 +17,11 @@ helix-core = { version = "0.3", path = "../helix-core" }
anyhow = "1.0"
futures-executor = "0.3"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
-jsonrpc-core = { version = "17.1", default-features = false } # don't pull in all of futures
+jsonrpc-core = { version = "18.0", default-features = false } # don't pull in all of futures
log = "0.4"
lsp-types = { version = "0.89", features = ["proposed"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
-tokio = { version = "1.8", features = ["full"] }
+tokio = { version = "1.9", features = ["full"] }
tokio-stream = "0.1.7"