diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 87 |
1 files changed, 65 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5689cecb4..cb0706087 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -116,7 +116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
116 | dependencies = [ | 116 | dependencies = [ |
117 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 117 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 118 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 119 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 120 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 121 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | ] | 122 | ] |
@@ -142,6 +142,11 @@ dependencies = [ | |||
142 | ] | 142 | ] |
143 | 143 | ||
144 | [[package]] | 144 | [[package]] |
145 | name = "ci_info" | ||
146 | version = "0.3.1" | ||
147 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
148 | |||
149 | [[package]] | ||
145 | name = "clap" | 150 | name = "clap" |
146 | version = "2.32.0" | 151 | version = "2.32.0" |
147 | source = "registry+https://github.com/rust-lang/crates.io-index" | 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -176,7 +181,7 @@ dependencies = [ | |||
176 | 181 | ||
177 | [[package]] | 182 | [[package]] |
178 | name = "console" | 183 | name = "console" |
179 | version = "0.7.3" | 184 | version = "0.7.5" |
180 | source = "registry+https://github.com/rust-lang/crates.io-index" | 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
181 | dependencies = [ | 186 | dependencies = [ |
182 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 187 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -275,6 +280,11 @@ version = "0.1.4" | |||
275 | source = "registry+https://github.com/rust-lang/crates.io-index" | 280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
276 | 281 | ||
277 | [[package]] | 282 | [[package]] |
283 | name = "dtoa" | ||
284 | version = "0.4.3" | ||
285 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
286 | |||
287 | [[package]] | ||
278 | name = "either" | 288 | name = "either" |
279 | version = "1.5.0" | 289 | version = "1.5.0" |
280 | source = "registry+https://github.com/rust-lang/crates.io-index" | 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -372,7 +382,7 @@ dependencies = [ | |||
372 | "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)", |
373 | "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)", |
374 | "lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)", | 384 | "lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)", |
375 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 385 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
376 | "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)", |
377 | ] | 387 | ] |
378 | 388 | ||
@@ -428,16 +438,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
428 | 438 | ||
429 | [[package]] | 439 | [[package]] |
430 | name = "insta" | 440 | name = "insta" |
431 | version = "0.1.4" | 441 | version = "0.4.0" |
432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
433 | dependencies = [ | 443 | dependencies = [ |
434 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 444 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "console 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 445 | "ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
446 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
436 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 447 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 448 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
438 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 449 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
439 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 450 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
451 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
452 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||
440 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 453 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
441 | ] | 455 | ] |
442 | 456 | ||
443 | [[package]] | 457 | [[package]] |
@@ -469,6 +483,11 @@ version = "0.2.47" | |||
469 | source = "registry+https://github.com/rust-lang/crates.io-index" | 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
470 | 484 | ||
471 | [[package]] | 485 | [[package]] |
486 | name = "linked-hash-map" | ||
487 | version = "0.5.1" | ||
488 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
489 | |||
490 | [[package]] | ||
472 | name = "lock_api" | 491 | name = "lock_api" |
473 | version = "0.1.5" | 492 | version = "0.1.5" |
474 | source = "registry+https://github.com/rust-lang/crates.io-index" | 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -493,7 +512,7 @@ dependencies = [ | |||
493 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 512 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 513 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 514 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 516 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 517 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 518 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -718,7 +737,7 @@ dependencies = [ | |||
718 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 739 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | "insta 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 740 | "insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 741 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
723 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 742 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -735,7 +754,7 @@ name = "ra_ide_api" | |||
735 | version = "0.1.0" | 754 | version = "0.1.0" |
736 | dependencies = [ | 755 | dependencies = [ |
737 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "insta 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -755,7 +774,7 @@ dependencies = [ | |||
755 | name = "ra_ide_api_light" | 774 | name = "ra_ide_api_light" |
756 | version = "0.1.0" | 775 | version = "0.1.0" |
757 | dependencies = [ | 776 | dependencies = [ |
758 | "insta 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -788,7 +807,7 @@ dependencies = [ | |||
788 | "ra_vfs 0.1.0", | 807 | "ra_vfs 0.1.0", |
789 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 808 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 809 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
791 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
792 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
793 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
794 | "test_utils 0.1.0", | 813 | "test_utils 0.1.0", |
@@ -1017,7 +1036,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1017 | dependencies = [ | 1036 | dependencies = [ |
1018 | "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1037 | "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1020 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1021 | ] | 1040 | ] |
1022 | 1041 | ||
1023 | [[package]] | 1042 | [[package]] |
@@ -1112,7 +1131,7 @@ version = "0.9.0" | |||
1112 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1113 | dependencies = [ | 1132 | dependencies = [ |
1114 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1115 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | ] | 1135 | ] |
1117 | 1136 | ||
1118 | [[package]] | 1137 | [[package]] |
@@ -1122,7 +1141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1122 | 1141 | ||
1123 | [[package]] | 1142 | [[package]] |
1124 | name = "serde" | 1143 | name = "serde" |
1125 | version = "1.0.84" | 1144 | version = "1.0.85" |
1126 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1127 | dependencies = [ | 1146 | dependencies = [ |
1128 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1145,7 +1164,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1145 | dependencies = [ | 1164 | dependencies = [ |
1146 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1165 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1166 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1167 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1168 | ] | ||
1169 | |||
1170 | [[package]] | ||
1171 | name = "serde_yaml" | ||
1172 | version = "0.8.8" | ||
1173 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1174 | dependencies = [ | ||
1175 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1176 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1177 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1178 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1149 | ] | 1179 | ] |
1150 | 1180 | ||
1151 | [[package]] | 1181 | [[package]] |
@@ -1180,7 +1210,7 @@ name = "smol_str" | |||
1180 | version = "0.1.9" | 1210 | version = "0.1.9" |
1181 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1182 | dependencies = [ | 1212 | dependencies = [ |
1183 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1213 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1184 | ] | 1214 | ] |
1185 | 1215 | ||
1186 | [[package]] | 1216 | [[package]] |
@@ -1245,7 +1275,7 @@ dependencies = [ | |||
1245 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1275 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1246 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1247 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1277 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1248 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1278 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1249 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 1279 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
1250 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1251 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1296,7 +1326,7 @@ name = "text_unit" | |||
1296 | version = "0.1.6" | 1326 | version = "0.1.6" |
1297 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1298 | dependencies = [ | 1328 | dependencies = [ |
1299 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1329 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1300 | ] | 1330 | ] |
1301 | 1331 | ||
1302 | [[package]] | 1332 | [[package]] |
@@ -1471,7 +1501,7 @@ name = "url_serde" | |||
1471 | version = "0.2.0" | 1501 | version = "0.2.0" |
1472 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1473 | dependencies = [ | 1503 | dependencies = [ |
1474 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1504 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1475 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1505 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1476 | ] | 1506 | ] |
1477 | 1507 | ||
@@ -1540,6 +1570,14 @@ name = "winapi-x86_64-pc-windows-gnu" | |||
1540 | version = "0.4.0" | 1570 | version = "0.4.0" |
1541 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1542 | 1572 | ||
1573 | [[package]] | ||
1574 | name = "yaml-rust" | ||
1575 | version = "0.4.2" | ||
1576 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1577 | dependencies = [ | ||
1578 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1579 | ] | ||
1580 | |||
1543 | [metadata] | 1581 | [metadata] |
1544 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" | 1582 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" |
1545 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1583 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
@@ -1560,10 +1598,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1560 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" | 1598 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
1561 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1599 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
1562 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1600 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1601 | "checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" | ||
1563 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 1602 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
1564 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" | 1603 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" |
1565 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1604 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1566 | "checksum console 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ecc3753530b959618f617b0cd6494526008d98687f1af5d8f9fa83fa9cdbb594" | 1605 | "checksum console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf3720d3f3fc30b721ef1ae54e13af3264af4af39dc476a8de56a6ee1e2184b" |
1567 | "checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b" | 1606 | "checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b" |
1568 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" | 1607 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
1569 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" | 1608 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
@@ -1574,6 +1613,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1574 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 1613 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
1575 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" | 1614 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
1576 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 1615 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
1616 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" | ||
1577 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 1617 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
1578 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 1618 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
1579 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | 1619 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
@@ -1593,12 +1633,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1593 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1633 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1594 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" | 1634 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" |
1595 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1635 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1596 | "checksum insta 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60e94ba6dd3521d953caeed96f6ba06f4cdc9e30e398b3ee7acdd680294f87dc" | 1636 | "checksum insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60a169a6f66b485c617dd1b66dd758b2cf2b2d6c7bd34c4a1b8533796f59c181" |
1597 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1637 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1598 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1638 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
1599 | "checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" | 1639 | "checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" |
1600 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" | 1640 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
1601 | "checksum libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)" = "48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476" | 1641 | "checksum libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)" = "48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476" |
1642 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | ||
1602 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1643 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1603 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1644 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1604 | "checksum lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a252cc2be87d9329dd91c505a951996b3263582ba304870960faaae77b642183" | 1645 | "checksum lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a252cc2be87d9329dd91c505a951996b3263582ba304870960faaae77b642183" |
@@ -1656,9 +1697,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1656 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1697 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1657 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1698 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1658 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1699 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1659 | "checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7" | 1700 | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" |
1660 | "checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" | 1701 | "checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" |
1661 | "checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" | 1702 | "checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" |
1703 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | ||
1662 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1704 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1663 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1705 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1664 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" | 1706 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
@@ -1706,3 +1748,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1706 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 1748 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1707 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" | 1749 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" |
1708 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1750 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1751 | "checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e" | ||