aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2021-04-27 12:47:06 +0100
committerJeremy Kolb <[email protected]>2021-04-27 12:47:06 +0100
commit36c20dc23d20d1ad277aa197013b837fb83b6501 (patch)
treef8a337bc9d3fdd60a1a96a5b73129d2a1b510bb9 /Cargo.lock
parent4af50de0abc81fff51caa2fbadfc31915e63e6a4 (diff)
Return ServerNotInitialized according to the spec
According to the spec we should return ServerNotInitialized if the server is waiting for an initialize request and something else comes in. Upgrading to lsp-server 0.5.1 will do this and retry until the initialize request comes in. Fixes #8581
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e50ac8b0..ba6862e98 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -841,9 +841,9 @@ dependencies = [
841 841
842[[package]] 842[[package]]
843name = "lsp-server" 843name = "lsp-server"
844version = "0.5.0" 844version = "0.5.1"
845source = "registry+https://github.com/rust-lang/crates.io-index" 845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "69b18dfe0e4a380b872aa79d8e0ee6c3d7a9682466e84b83ad807c88b3545f79" 846checksum = "6825d7042d5ca1825a366c40c9446928ec7b30e2be97243a13b164aee6583992"
847dependencies = [ 847dependencies = [
848 "crossbeam-channel", 848 "crossbeam-channel",
849 "log", 849 "log",