aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock8
-rw-r--r--crates/ra_cargo_watch/Cargo.toml2
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
3 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 29e70d8fc..a0444e97a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -624,7 +624,7 @@ dependencies = [
624 624
625[[package]] 625[[package]]
626name = "lsp-types" 626name = "lsp-types"
627version = "0.68.1" 627version = "0.69.0"
628source = "registry+https://github.com/rust-lang/crates.io-index" 628source = "registry+https://github.com/rust-lang/crates.io-index"
629dependencies = [ 629dependencies = [
630 "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 630 "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -905,7 +905,7 @@ dependencies = [
905 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 905 "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
906 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 906 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
907 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 907 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
908 "lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)", 908 "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)",
909 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 909 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
910 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", 910 "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
911] 911]
@@ -1070,7 +1070,7 @@ dependencies = [
1070 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1070 "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1071 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", 1071 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1072 "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", 1072 "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1073 "lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)", 1073 "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)",
1074 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", 1074 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1075 "ra_cargo_watch 0.1.0", 1075 "ra_cargo_watch 0.1.0",
1076 "ra_ide 0.1.0", 1076 "ra_ide 0.1.0",
@@ -1852,7 +1852,7 @@ dependencies = [
1852"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" 1852"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
1853"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" 1853"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1854"checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" 1854"checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b"
1855"checksum lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19b79f72914b929daa263483134b8974962cdebc731593b11508afb7f9acec80" 1855"checksum lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd78b254376c0734bb75c200616e256adbf2c3685497fcc1124db9daf5958630"
1856"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 1856"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1857"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" 1857"checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
1858"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" 1858"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml
index 2e411d23b..9ead48abf 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" 8crossbeam-channel = "0.4"
9lsp-types = { version = "0.68.0", features = ["proposed"] } 9lsp-types = { version = "0.69.0", features = ["proposed"] }
10log = "0.4.3" 10log = "0.4.3"
11cargo_metadata = "0.9.1" 11cargo_metadata = "0.9.1"
12jod-thread = "0.1.0" 12jod-thread = "0.1.0"
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index cdde5122e..c08e67b8e 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -14,7 +14,7 @@ serde_json = "1.0.34"
14serde = { version = "1.0.83", features = ["derive"] } 14serde = { version = "1.0.83", features = ["derive"] }
15crossbeam-channel = "0.4" 15crossbeam-channel = "0.4"
16log = "0.4.3" 16log = "0.4.3"
17lsp-types = { version = "0.68.0", features = ["proposed"] } 17lsp-types = { version = "0.69.0", features = ["proposed"] }
18rustc-hash = "1.0" 18rustc-hash = "1.0"
19parking_lot = "0.10.0" 19parking_lot = "0.10.0"
20jod-thread = "0.1.0" 20jod-thread = "0.1.0"