diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 48 |
1 files changed, 6 insertions, 42 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4ef0134d7..071fbf147 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -724,14 +724,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
724 | 724 | ||
725 | [[package]] | 725 | [[package]] |
726 | name = "lock_api" | 726 | name = "lock_api" |
727 | version = "0.2.0" | ||
728 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
729 | dependencies = [ | ||
730 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
731 | ] | ||
732 | |||
733 | [[package]] | ||
734 | name = "lock_api" | ||
735 | version = "0.3.1" | 727 | version = "0.3.1" |
736 | source = "registry+https://github.com/rust-lang/crates.io-index" | 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
737 | dependencies = [ | 729 | dependencies = [ |
@@ -906,16 +898,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
906 | 898 | ||
907 | [[package]] | 899 | [[package]] |
908 | name = "parking_lot" | 900 | name = "parking_lot" |
909 | version = "0.8.0" | ||
910 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
911 | dependencies = [ | ||
912 | "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
913 | "parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
914 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
915 | ] | ||
916 | |||
917 | [[package]] | ||
918 | name = "parking_lot" | ||
919 | version = "0.9.0" | 901 | version = "0.9.0" |
920 | source = "registry+https://github.com/rust-lang/crates.io-index" | 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
921 | dependencies = [ | 903 | dependencies = [ |
@@ -926,21 +908,6 @@ dependencies = [ | |||
926 | 908 | ||
927 | [[package]] | 909 | [[package]] |
928 | name = "parking_lot_core" | 910 | name = "parking_lot_core" |
929 | version = "0.5.0" | ||
930 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
931 | dependencies = [ | ||
932 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
933 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
934 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | ||
935 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
936 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | ||
937 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
938 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
939 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
940 | ] | ||
941 | |||
942 | [[package]] | ||
943 | name = "parking_lot_core" | ||
944 | version = "0.6.2" | 911 | version = "0.6.2" |
945 | source = "registry+https://github.com/rust-lang/crates.io-index" | 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
946 | dependencies = [ | 913 | dependencies = [ |
@@ -1125,7 +1092,7 @@ dependencies = [ | |||
1125 | "ra_hir 0.1.0", | 1092 | "ra_hir 0.1.0", |
1126 | "ra_ide_api 0.1.0", | 1093 | "ra_ide_api 0.1.0", |
1127 | "ra_project_model 0.1.0", | 1094 | "ra_project_model 0.1.0", |
1128 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1129 | "ra_vfs_glob 0.1.0", | 1096 | "ra_vfs_glob 0.1.0", |
1130 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1097 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | ] | 1098 | ] |
@@ -1231,7 +1198,7 @@ dependencies = [ | |||
1231 | "ra_project_model 0.1.0", | 1198 | "ra_project_model 0.1.0", |
1232 | "ra_syntax 0.1.0", | 1199 | "ra_syntax 0.1.0", |
1233 | "ra_text_edit 0.1.0", | 1200 | "ra_text_edit 0.1.0", |
1234 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1201 | "ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1235 | "ra_vfs_glob 0.1.0", | 1202 | "ra_vfs_glob 0.1.0", |
1236 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1203 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1237 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1204 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1341,13 +1308,13 @@ dependencies = [ | |||
1341 | 1308 | ||
1342 | [[package]] | 1309 | [[package]] |
1343 | name = "ra_vfs" | 1310 | name = "ra_vfs" |
1344 | version = "0.2.5" | 1311 | version = "0.2.6" |
1345 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1346 | dependencies = [ | 1313 | dependencies = [ |
1347 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1314 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1348 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1315 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1349 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1316 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1350 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1317 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1351 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1318 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1352 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1319 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1353 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1320 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1358,7 +1325,7 @@ name = "ra_vfs_glob" | |||
1358 | version = "0.1.0" | 1325 | version = "0.1.0" |
1359 | dependencies = [ | 1326 | dependencies = [ |
1360 | "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1327 | "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1361 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1328 | "ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1362 | ] | 1329 | ] |
1363 | 1330 | ||
1364 | [[package]] | 1331 | [[package]] |
@@ -2130,7 +2097,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2130 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 2097 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
2131 | "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" | 2098 | "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
2132 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2099 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2133 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | ||
2134 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | 2100 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
2135 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 2101 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
2136 | "checksum lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd" | 2102 | "checksum lsp-types 0.60.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe3edefcd66dde1f7f1df706f46520a3c93adc5ca4bc5747da6621195e894efd" |
@@ -2151,9 +2117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2151 | "checksum once_cell 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1824583b0e4dc0c1716eea4fb51a9ca2634943f0b07fd929e79af6aeb5a513cc" | 2117 | "checksum once_cell 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1824583b0e4dc0c1716eea4fb51a9ca2634943f0b07fd929e79af6aeb5a513cc" |
2152 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" | 2118 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
2153 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 2119 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
2154 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" | ||
2155 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" | 2120 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
2156 | "checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" | ||
2157 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" | 2121 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
2158 | "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" | 2122 | "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" |
2159 | "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" | 2123 | "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" |
@@ -2172,7 +2136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2172 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | 2136 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
2173 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 2137 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
2174 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" | 2138 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" |
2175 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" | 2139 | "checksum ra_vfs 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "865bb9e0f71916f7c7527af4843a2a67d1b0789f7c91c512a6b4ded69af98249" |
2176 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2140 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
2177 | "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" | 2141 | "checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" |
2178 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 2142 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |