diff options
-rw-r--r-- | Cargo.lock | 78 | ||||
-rw-r--r-- | crates/ra_cargo_watch/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 |
3 files changed, 41 insertions, 41 deletions
diff --git a/Cargo.lock b/Cargo.lock index 67822cb8a..db566fdb2 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
88 | 88 | ||
89 | [[package]] | 89 | [[package]] |
90 | name = "bstr" | 90 | name = "bstr" |
91 | version = "0.2.9" | 91 | version = "0.2.10" |
92 | source = "registry+https://github.com/rust-lang/crates.io-index" | 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
93 | dependencies = [ | 93 | dependencies = [ |
94 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 94 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -133,9 +133,9 @@ name = "chalk-derive" | |||
133 | version = "0.1.0" | 133 | version = "0.1.0" |
134 | source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" | 134 | source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" |
135 | dependencies = [ | 135 | dependencies = [ |
136 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 136 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 137 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
138 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 138 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
139 | ] | 139 | ] |
140 | 140 | ||
141 | [[package]] | 141 | [[package]] |
@@ -421,7 +421,7 @@ version = "0.4.4" | |||
421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
422 | dependencies = [ | 422 | dependencies = [ |
423 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 423 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | "bstr 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 424 | "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 425 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 426 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
427 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 427 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -458,7 +458,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
458 | dependencies = [ | 458 | dependencies = [ |
459 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 459 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 460 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
461 | "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 461 | "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | ] | 462 | ] |
463 | 463 | ||
464 | [[package]] | 464 | [[package]] |
@@ -624,7 +624,7 @@ dependencies = [ | |||
624 | 624 | ||
625 | [[package]] | 625 | [[package]] |
626 | name = "lsp-types" | 626 | name = "lsp-types" |
627 | version = "0.69.0" | 627 | version = "0.70.0" |
628 | source = "registry+https://github.com/rust-lang/crates.io-index" | 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
629 | dependencies = [ | 629 | dependencies = [ |
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)", |
@@ -739,7 +739,7 @@ dependencies = [ | |||
739 | 739 | ||
740 | [[package]] | 740 | [[package]] |
741 | name = "once_cell" | 741 | name = "once_cell" |
742 | version = "1.3.0" | 742 | version = "1.3.1" |
743 | source = "registry+https://github.com/rust-lang/crates.io-index" | 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
744 | 744 | ||
745 | [[package]] | 745 | [[package]] |
@@ -784,9 +784,9 @@ version = "0.1.6" | |||
784 | source = "registry+https://github.com/rust-lang/crates.io-index" | 784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
785 | dependencies = [ | 785 | dependencies = [ |
786 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 786 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 787 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
788 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 788 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 789 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | ] | 790 | ] |
791 | 791 | ||
792 | [[package]] | 792 | [[package]] |
@@ -818,14 +818,14 @@ name = "proc-macro-hack" | |||
818 | version = "0.5.11" | 818 | version = "0.5.11" |
819 | source = "registry+https://github.com/rust-lang/crates.io-index" | 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
820 | dependencies = [ | 820 | dependencies = [ |
821 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | ] | 824 | ] |
825 | 825 | ||
826 | [[package]] | 826 | [[package]] |
827 | name = "proc-macro2" | 827 | name = "proc-macro2" |
828 | version = "1.0.7" | 828 | version = "1.0.8" |
829 | source = "registry+https://github.com/rust-lang/crates.io-index" | 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
830 | dependencies = [ | 830 | dependencies = [ |
831 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 831 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -833,7 +833,7 @@ dependencies = [ | |||
833 | 833 | ||
834 | [[package]] | 834 | [[package]] |
835 | name = "proptest" | 835 | name = "proptest" |
836 | version = "0.9.4" | 836 | version = "0.9.5" |
837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
838 | dependencies = [ | 838 | dependencies = [ |
839 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 839 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -858,7 +858,7 @@ name = "quote" | |||
858 | version = "1.0.2" | 858 | version = "1.0.2" |
859 | source = "registry+https://github.com/rust-lang/crates.io-index" | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | dependencies = [ | 860 | dependencies = [ |
861 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 861 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
862 | ] | 862 | ] |
863 | 863 | ||
864 | [[package]] | 864 | [[package]] |
@@ -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.69.0 (registry+https://github.com/rust-lang/crates.io-index)", | 908 | "lsp-types 0.70.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 | ] |
@@ -981,7 +981,7 @@ dependencies = [ | |||
981 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | "ra_arena 0.1.0", | 985 | "ra_arena 0.1.0", |
986 | "ra_cfg 0.1.0", | 986 | "ra_cfg 0.1.0", |
987 | "ra_db 0.1.0", | 987 | "ra_db 0.1.0", |
@@ -1043,8 +1043,8 @@ dependencies = [ | |||
1043 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1045 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1046 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1047 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1048 | "ra_assists 0.1.0", | 1048 | "ra_assists 0.1.0", |
1049 | "ra_cfg 0.1.0", | 1049 | "ra_cfg 0.1.0", |
1050 | "ra_db 0.1.0", | 1050 | "ra_db 0.1.0", |
@@ -1071,7 +1071,7 @@ dependencies = [ | |||
1071 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1071 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1072 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1073 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1074 | "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | "ra_cargo_watch 0.1.0", | 1076 | "ra_cargo_watch 0.1.0", |
1077 | "ra_ide 0.1.0", | 1077 | "ra_ide 0.1.0", |
@@ -1118,7 +1118,7 @@ dependencies = [ | |||
1118 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1118 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1122 | ] | 1122 | ] |
1123 | 1123 | ||
1124 | [[package]] | 1124 | [[package]] |
@@ -1141,7 +1141,7 @@ version = "0.1.0" | |||
1141 | dependencies = [ | 1141 | dependencies = [ |
1142 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1143 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1144 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1144 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | "ra_parser 0.1.0", | 1145 | "ra_parser 0.1.0", |
1146 | "ra_text_edit 0.1.0", | 1146 | "ra_text_edit 0.1.0", |
1147 | "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 | "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1157,7 +1157,7 @@ dependencies = [ | |||
1157 | name = "ra_text_edit" | 1157 | name = "ra_text_edit" |
1158 | version = "0.1.0" | 1158 | version = "0.1.0" |
1159 | dependencies = [ | 1159 | dependencies = [ |
1160 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1160 | "proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1161 | "test_utils 0.1.0", | 1161 | "test_utils 0.1.0", |
1162 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1162 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 | ] | 1163 | ] |
@@ -1464,9 +1464,9 @@ version = "0.14.1" | |||
1464 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1465 | dependencies = [ | 1465 | dependencies = [ |
1466 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1466 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1467 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1468 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1469 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | ] | 1470 | ] |
1471 | 1471 | ||
1472 | [[package]] | 1472 | [[package]] |
@@ -1509,9 +1509,9 @@ name = "serde_derive" | |||
1509 | version = "1.0.104" | 1509 | version = "1.0.104" |
1510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1511 | dependencies = [ | 1511 | dependencies = [ |
1512 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1512 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1513 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1514 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | ] | 1515 | ] |
1516 | 1516 | ||
1517 | [[package]] | 1517 | [[package]] |
@@ -1529,9 +1529,9 @@ name = "serde_repr" | |||
1529 | version = "0.1.5" | 1529 | version = "0.1.5" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | dependencies = [ | 1531 | dependencies = [ |
1532 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1532 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1533 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1534 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | ] | 1535 | ] |
1536 | 1536 | ||
1537 | [[package]] | 1537 | [[package]] |
@@ -1570,10 +1570,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1570 | 1570 | ||
1571 | [[package]] | 1571 | [[package]] |
1572 | name = "syn" | 1572 | name = "syn" |
1573 | version = "1.0.13" | 1573 | version = "1.0.14" |
1574 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1575 | dependencies = [ | 1575 | dependencies = [ |
1576 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1576 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1577 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1577 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1578 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1578 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1579 | ] | 1579 | ] |
@@ -1652,7 +1652,7 @@ dependencies = [ | |||
1652 | 1652 | ||
1653 | [[package]] | 1653 | [[package]] |
1654 | name = "unicode-normalization" | 1654 | name = "unicode-normalization" |
1655 | version = "0.1.11" | 1655 | version = "0.1.12" |
1656 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1657 | dependencies = [ | 1657 | dependencies = [ |
1658 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1658 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1760,7 +1760,7 @@ version = "0.1.0" | |||
1760 | dependencies = [ | 1760 | dependencies = [ |
1761 | "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1761 | "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1762 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1762 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1763 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1763 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1764 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1764 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1765 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1765 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1766 | ] | 1766 | ] |
@@ -1787,7 +1787,7 @@ dependencies = [ | |||
1787 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1787 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
1788 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | 1788 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
1789 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 1789 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1790 | "checksum bstr 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3ede750122d9d1f87919570cb2cccee38c84fbc8c5599b25c289af40625b7030" | 1790 | "checksum bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8a65814ca90dfc9705af76bb6ba3c6e2534489a72270e797e603783bb4990b" |
1791 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1791 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1792 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1792 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1793 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | 1793 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
@@ -1853,7 +1853,7 @@ dependencies = [ | |||
1853 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" | 1853 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" |
1854 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1854 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1855 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" | 1855 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" |
1856 | "checksum lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd78b254376c0734bb75c200616e256adbf2c3685497fcc1124db9daf5958630" | 1856 | "checksum lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef197b24cb3f12fc3984667a505691fec9d683204ddff56f12b2d1940e09a988" |
1857 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1857 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1858 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" | 1858 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
1859 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1859 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
@@ -1864,7 +1864,7 @@ dependencies = [ | |||
1864 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" | 1864 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" |
1865 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | 1865 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
1866 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" | 1866 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
1867 | "checksum once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4" | 1867 | "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" |
1868 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1868 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
1869 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" | 1869 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" |
1870 | "checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" | 1870 | "checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" |
@@ -1875,8 +1875,8 @@ dependencies = [ | |||
1875 | "checksum pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc" | 1875 | "checksum pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc" |
1876 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | 1876 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
1877 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | 1877 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
1878 | "checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" | 1878 | "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" |
1879 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1879 | "checksum proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bf6147d103a7c9d7598f4105cf049b15c99e2ecd93179bf024f0fd349be5ada4" |
1880 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | 1880 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
1881 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1881 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1882 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" | 1882 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" |
@@ -1924,7 +1924,7 @@ dependencies = [ | |||
1924 | "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" | 1924 | "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" |
1925 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1925 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1926 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1926 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1927 | "checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8" | 1927 | "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" |
1928 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 1928 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
1929 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1929 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1930 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1930 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
@@ -1933,7 +1933,7 @@ dependencies = [ | |||
1933 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 1933 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
1934 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | 1934 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
1935 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1935 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1936 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" | 1936 | "checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" |
1937 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | 1937 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
1938 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 1938 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1939 | "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" | 1939 | "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |
diff --git a/crates/ra_cargo_watch/Cargo.toml b/crates/ra_cargo_watch/Cargo.toml index 9ead48abf..e88295539 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] |
8 | crossbeam-channel = "0.4" | 8 | crossbeam-channel = "0.4" |
9 | lsp-types = { version = "0.69.0", features = ["proposed"] } | 9 | lsp-types = { version = "0.70.0", features = ["proposed"] } |
10 | log = "0.4.3" | 10 | log = "0.4.3" |
11 | cargo_metadata = "0.9.1" | 11 | cargo_metadata = "0.9.1" |
12 | jod-thread = "0.1.0" | 12 | jod-thread = "0.1.0" |
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 579158780..4ee3fb49f 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -14,7 +14,7 @@ serde_json = "1.0.34" | |||
14 | serde = { version = "1.0.83", features = ["derive"] } | 14 | serde = { version = "1.0.83", features = ["derive"] } |
15 | crossbeam-channel = "0.4" | 15 | crossbeam-channel = "0.4" |
16 | log = "0.4.3" | 16 | log = "0.4.3" |
17 | lsp-types = { version = "0.69.0", features = ["proposed"] } | 17 | lsp-types = { version = "0.70.0", features = ["proposed"] } |
18 | rustc-hash = "1.0" | 18 | rustc-hash = "1.0" |
19 | parking_lot = "0.10.0" | 19 | parking_lot = "0.10.0" |
20 | jod-thread = "0.1.0" | 20 | jod-thread = "0.1.0" |