diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index 29e70d8fc..10bd94f7b 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -624,7 +624,7 @@ dependencies = [ | |||
624 | 624 | ||
625 | [[package]] | 625 | [[package]] |
626 | name = "lsp-types" | 626 | name = "lsp-types" |
627 | version = "0.68.1" | 627 | version = "0.69.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.2.0" | 742 | version = "1.3.0" |
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]] |
@@ -869,8 +869,8 @@ version = "0.1.0" | |||
869 | name = "ra_assists" | 869 | name = "ra_assists" |
870 | version = "0.1.0" | 870 | version = "0.1.0" |
871 | dependencies = [ | 871 | dependencies = [ |
872 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
872 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 873 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
873 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
874 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 874 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
875 | "ra_db 0.1.0", | 875 | "ra_db 0.1.0", |
876 | "ra_fmt 0.1.0", | 876 | "ra_fmt 0.1.0", |
@@ -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 | ] |
@@ -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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "once_cell 1.3.0 (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,7 +1043,7 @@ 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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "once_cell 1.3.0 (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.4 (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", |
@@ -1066,11 +1066,12 @@ name = "ra_lsp_server" | |||
1066 | version = "0.1.0" | 1066 | version = "0.1.0" |
1067 | dependencies = [ | 1067 | dependencies = [ |
1068 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1068 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1069 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1070 | "env_logger 0.7.1 (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 | "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)", | 1072 | "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)", | 1073 | "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)", | 1074 | "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)", | 1075 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "ra_cargo_watch 0.1.0", | 1076 | "ra_cargo_watch 0.1.0", |
1076 | "ra_ide 0.1.0", | 1077 | "ra_ide 0.1.0", |
@@ -1117,7 +1118,7 @@ dependencies = [ | |||
1117 | "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)", |
1118 | "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)", |
1119 | "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)", |
1120 | "once_cell 1.2.0 (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 | ] | 1122 | ] |
1122 | 1123 | ||
1123 | [[package]] | 1124 | [[package]] |
@@ -1140,7 +1141,7 @@ version = "0.1.0" | |||
1140 | dependencies = [ | 1141 | dependencies = [ |
1141 | "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)", |
1142 | "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)", |
1143 | "once_cell 1.2.0 (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 | "ra_parser 0.1.0", | 1145 | "ra_parser 0.1.0", |
1145 | "ra_text_edit 0.1.0", | 1146 | "ra_text_edit 0.1.0", |
1146 | "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)", |
@@ -1852,7 +1853,7 @@ dependencies = [ | |||
1852 | "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" |
1853 | "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" |
1854 | "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" |
1855 | "checksum lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19b79f72914b929daa263483134b8974962cdebc731593b11508afb7f9acec80" | 1856 | "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" | 1857 | "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" | 1858 | "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" | 1859 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
@@ -1863,7 +1864,7 @@ dependencies = [ | |||
1863 | "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" |
1864 | "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" |
1865 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | 1866 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1866 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1867 | "checksum once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4" |
1867 | "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" |
1868 | "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" |
1869 | "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" |