aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-26 21:53:29 +0000
committerGitHub <[email protected]>2020-02-26 21:53:29 +0000
commit05388b4ea46c886fa4ec8a1d49b71eb816cf7c6d (patch)
treec160320e2e06d1f8e58765366b44203ce8df070c /crates
parent0e09ecb8b3197b7c3e26c879499c522aac1fcb88 (diff)
parentbc1985037ffae723956b5422652a36dc2595bfed (diff)
Merge #3334
3334: Update lsp-types r=matklad a=kjeremy Uses the correct type for the currently unused `SemanticTokensEditsRequest::Return` Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_cargo_watch/Cargo.toml2
-rw-r--r--crates/rust-analyzer/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml
index b09650d98..989ccc097 100644
--- a/crates/ra_cargo_watch/Cargo.toml
+++ b/crates/ra_cargo_watch/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8crossbeam-channel = "0.4.0" 8crossbeam-channel = "0.4.0"
9lsp-types = { version = "0.70.1", features = ["proposed"] } 9lsp-types = { version = "0.71.0", features = ["proposed"] }
10log = "0.4.8" 10log = "0.4.8"
11cargo_metadata = "0.9.1" 11cargo_metadata = "0.9.1"
12jod-thread = "0.1.0" 12jod-thread = "0.1.0"
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml
index c5d6e3831..2cd39b7be 100644
--- a/crates/rust-analyzer/Cargo.toml
+++ b/crates/rust-analyzer/Cargo.toml
@@ -21,7 +21,7 @@ globset = "0.4.4"
21itertools = "0.8.2" 21itertools = "0.8.2"
22jod-thread = "0.1.0" 22jod-thread = "0.1.0"
23log = "0.4.8" 23log = "0.4.8"
24lsp-types = { version = "0.70.1", features = ["proposed"] } 24lsp-types = { version = "0.71.0", features = ["proposed"] }
25parking_lot = "0.10.0" 25parking_lot = "0.10.0"
26pico-args = "0.3.1" 26pico-args = "0.3.1"
27rand = { version = "0.7.3", features = ["small_rng"] } 27rand = { version = "0.7.3", features = ["small_rng"] }