diff options
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | crates/gen_lsp_server/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index f5f270e23..55ac3e7de 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -381,7 +381,7 @@ dependencies = [ | |||
381 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 381 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 382 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 383 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | "lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)", | 384 | "lsp-types 0.55.0 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 385 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 386 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
387 | ] | 387 | ] |
@@ -507,7 +507,7 @@ dependencies = [ | |||
507 | 507 | ||
508 | [[package]] | 508 | [[package]] |
509 | name = "lsp-types" | 509 | name = "lsp-types" |
510 | version = "0.54.0" | 510 | version = "0.55.0" |
511 | source = "registry+https://github.com/rust-lang/crates.io-index" | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
512 | dependencies = [ | 512 | dependencies = [ |
513 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 513 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -798,7 +798,7 @@ dependencies = [ | |||
798 | "gen_lsp_server 0.1.0", | 798 | "gen_lsp_server 0.1.0", |
799 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 799 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
801 | "lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)", | 801 | "lsp-types 0.55.0 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 802 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | "ra_arena 0.1.0", | 803 | "ra_arena 0.1.0", |
804 | "ra_ide_api 0.1.0", | 804 | "ra_ide_api 0.1.0", |
@@ -1645,7 +1645,7 @@ dependencies = [ | |||
1645 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | 1645 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" |
1646 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1646 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1647 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1647 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1648 | "checksum lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a252cc2be87d9329dd91c505a951996b3263582ba304870960faaae77b642183" | 1648 | "checksum lsp-types 0.55.0 (registry+https://github.com/rust-lang/crates.io-index)" = "78455d7df2e41e103ccf893abdeb93981f0bbeb228884230e9fc5ff71546fd55" |
1649 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1649 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1650 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1650 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1651 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" | 1651 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" |
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index 041151741..54a1d2901 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml | |||
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||
8 | description = "Generic LSP server scaffold." | 8 | description = "Generic LSP server scaffold." |
9 | 9 | ||
10 | [dependencies] | 10 | [dependencies] |
11 | lsp-types = "0.54.0" | 11 | lsp-types = "0.55.0" |
12 | log = "0.4.3" | 12 | log = "0.4.3" |
13 | failure = "0.1.4" | 13 | failure = "0.1.4" |
14 | serde_json = "1.0.34" | 14 | serde_json = "1.0.34" |
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index dd8543c56..160d2f672 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -16,7 +16,7 @@ crossbeam-channel = "0.3.5" | |||
16 | flexi_logger = "0.10.0" | 16 | flexi_logger = "0.10.0" |
17 | log = "0.4.3" | 17 | log = "0.4.3" |
18 | url_serde = "0.2.0" | 18 | url_serde = "0.2.0" |
19 | lsp-types = "0.54.0" | 19 | lsp-types = "0.55.0" |
20 | walkdir = "2.2.7" | 20 | walkdir = "2.2.7" |
21 | im = "12.0.0" | 21 | im = "12.0.0" |
22 | cargo_metadata = "0.7.0" | 22 | cargo_metadata = "0.7.0" |