diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 46 |
1 files changed, 14 insertions, 32 deletions
diff --git a/Cargo.lock b/Cargo.lock index 93814bedc..17e60aa82 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -216,23 +216,6 @@ dependencies = [ | |||
216 | 216 | ||
217 | [[package]] | 217 | [[package]] |
218 | name = "console" | 218 | name = "console" |
219 | version = "0.7.7" | ||
220 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
221 | dependencies = [ | ||
222 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
223 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
224 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
225 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
226 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | ||
227 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
228 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
229 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
230 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
231 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
232 | ] | ||
233 | |||
234 | [[package]] | ||
235 | name = "console" | ||
236 | version = "0.8.0" | 219 | version = "0.8.0" |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
238 | dependencies = [ | 221 | dependencies = [ |
@@ -473,18 +456,6 @@ version = "0.3.3" | |||
473 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
474 | 457 | ||
475 | [[package]] | 458 | [[package]] |
476 | name = "gen_lsp_server" | ||
477 | version = "0.2.0" | ||
478 | dependencies = [ | ||
479 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
480 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
481 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
482 | "lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
483 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | ||
484 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||
485 | ] | ||
486 | |||
487 | [[package]] | ||
488 | name = "getrandom" | 459 | name = "getrandom" |
489 | version = "0.1.10" | 460 | version = "0.1.10" |
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | 461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -539,7 +510,7 @@ name = "indicatif" | |||
539 | version = "0.11.0" | 510 | version = "0.11.0" |
540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
541 | dependencies = [ | 512 | dependencies = [ |
542 | "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", | 513 | "console 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 514 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 516 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -690,6 +661,17 @@ dependencies = [ | |||
690 | ] | 661 | ] |
691 | 662 | ||
692 | [[package]] | 663 | [[package]] |
664 | name = "lsp-server" | ||
665 | version = "0.1.0" | ||
666 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
667 | dependencies = [ | ||
668 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
669 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
670 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | ||
671 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||
672 | ] | ||
673 | |||
674 | [[package]] | ||
693 | name = "lsp-types" | 675 | name = "lsp-types" |
694 | version = "0.60.0" | 676 | version = "0.60.0" |
695 | source = "registry+https://github.com/rust-lang/crates.io-index" | 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1092,8 +1074,8 @@ version = "0.1.0" | |||
1092 | dependencies = [ | 1074 | dependencies = [ |
1093 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "flexi_logger 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "gen_lsp_server 0.2.0", | ||
1096 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1077 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | "lsp-server 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1097 | "lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | "ra_ide_api 0.1.0", | 1081 | "ra_ide_api 0.1.0", |
@@ -1899,7 +1881,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1899 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | 1881 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1900 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" | 1882 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" |
1901 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1883 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1902 | "checksum console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" | ||
1903 | "checksum console 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b147390a412132d75d10dd3b7b175a69cf5fd95032f7503c7091b8831ba10242" | 1884 | "checksum console 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b147390a412132d75d10dd3b7b175a69cf5fd95032f7503c7091b8831ba10242" |
1904 | "checksum crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d818a4990769aac0c7ff1360e233ef3a41adcb009ebb2036bf6915eb0f6b23c" | 1885 | "checksum crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2d818a4990769aac0c7ff1360e233ef3a41adcb009ebb2036bf6915eb0f6b23c" |
1905 | "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" | 1886 | "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
@@ -1956,6 +1937,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1956 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1937 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1957 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | 1938 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
1958 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1939 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1940 | "checksum lsp-server 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "47632ec528046c1a39f14448f1ee7d66d4b7b83e1771590b62e6c08665dea053" | ||
1959 | "checksum lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd" | 1941 | "checksum lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd" |
1960 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1942 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1961 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1943 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |