diff options
-rw-r--r-- | Cargo.lock | 104 |
1 files changed, 55 insertions, 49 deletions
diff --git a/Cargo.lock b/Cargo.lock index 90c505f40..12a8896a3 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -5,7 +5,7 @@ name = "aho-corasick" | |||
5 | version = "0.7.6" | 5 | version = "0.7.6" |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | dependencies = [ | 7 | dependencies = [ |
8 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
9 | ] | 9 | ] |
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
@@ -39,6 +39,11 @@ version = "0.1.7" | |||
39 | source = "registry+https://github.com/rust-lang/crates.io-index" | 39 | source = "registry+https://github.com/rust-lang/crates.io-index" |
40 | 40 | ||
41 | [[package]] | 41 | [[package]] |
42 | name = "autocfg" | ||
43 | version = "1.0.0" | ||
44 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
45 | |||
46 | [[package]] | ||
42 | name = "backtrace" | 47 | name = "backtrace" |
43 | version = "0.3.40" | 48 | version = "0.3.40" |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -54,7 +59,7 @@ name = "backtrace-sys" | |||
54 | version = "0.1.32" | 59 | version = "0.1.32" |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" | 60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56 | dependencies = [ | 61 | dependencies = [ |
57 | "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", | 62 | "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | ] | 64 | ] |
60 | 65 | ||
@@ -83,10 +88,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
83 | 88 | ||
84 | [[package]] | 89 | [[package]] |
85 | name = "bstr" | 90 | name = "bstr" |
86 | version = "0.2.8" | 91 | version = "0.2.9" |
87 | source = "registry+https://github.com/rust-lang/crates.io-index" | 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
88 | dependencies = [ | 93 | dependencies = [ |
89 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 94 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
90 | ] | 95 | ] |
91 | 96 | ||
92 | [[package]] | 97 | [[package]] |
@@ -115,7 +120,7 @@ dependencies = [ | |||
115 | 120 | ||
116 | [[package]] | 121 | [[package]] |
117 | name = "cc" | 122 | name = "cc" |
118 | version = "1.0.49" | 123 | version = "1.0.50" |
119 | source = "registry+https://github.com/rust-lang/crates.io-index" | 124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
120 | 125 | ||
121 | [[package]] | 126 | [[package]] |
@@ -216,7 +221,7 @@ dependencies = [ | |||
216 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 221 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 222 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 225 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 226 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | ] | 227 | ] |
@@ -416,10 +421,10 @@ version = "0.4.4" | |||
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | 421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
417 | dependencies = [ | 422 | dependencies = [ |
418 | "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)", |
419 | "bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 424 | "bstr 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
420 | "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)", |
421 | "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)", |
422 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 427 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | ] | 428 | ] |
424 | 429 | ||
425 | [[package]] | 430 | [[package]] |
@@ -532,7 +537,7 @@ name = "jemalloc-sys" | |||
532 | version = "0.3.2" | 537 | version = "0.3.2" |
533 | source = "registry+https://github.com/rust-lang/crates.io-index" | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
534 | dependencies = [ | 539 | dependencies = [ |
535 | "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
537 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
538 | ] | 543 | ] |
@@ -627,7 +632,7 @@ dependencies = [ | |||
627 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 632 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 633 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
629 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 634 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
630 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 635 | "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | ] | 636 | ] |
632 | 637 | ||
633 | [[package]] | 638 | [[package]] |
@@ -637,7 +642,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
637 | 642 | ||
638 | [[package]] | 643 | [[package]] |
639 | name = "memchr" | 644 | name = "memchr" |
640 | version = "2.2.1" | 645 | version = "2.3.0" |
641 | source = "registry+https://github.com/rust-lang/crates.io-index" | 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
642 | 647 | ||
643 | [[package]] | 648 | [[package]] |
@@ -711,16 +716,16 @@ dependencies = [ | |||
711 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
712 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
713 | "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
714 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
715 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 720 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | ] | 721 | ] |
717 | 722 | ||
718 | [[package]] | 723 | [[package]] |
719 | name = "num-traits" | 724 | name = "num-traits" |
720 | version = "0.2.10" | 725 | version = "0.2.11" |
721 | source = "registry+https://github.com/rust-lang/crates.io-index" | 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
722 | dependencies = [ | 727 | dependencies = [ |
723 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | ] | 729 | ] |
725 | 730 | ||
726 | [[package]] | 731 | [[package]] |
@@ -835,12 +840,12 @@ dependencies = [ | |||
835 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 840 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 841 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 842 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 843 | "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
839 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
840 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 845 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 848 | "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
844 | ] | 849 | ] |
845 | 850 | ||
846 | [[package]] | 851 | [[package]] |
@@ -1048,7 +1053,7 @@ dependencies = [ | |||
1048 | "ra_prof 0.1.0", | 1053 | "ra_prof 0.1.0", |
1049 | "ra_syntax 0.1.0", | 1054 | "ra_syntax 0.1.0", |
1050 | "ra_text_edit 0.1.0", | 1055 | "ra_text_edit 0.1.0", |
1051 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1056 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1052 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1057 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1058 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1059 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1144,7 +1149,7 @@ dependencies = [ | |||
1144 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1149 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1150 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1146 | "test_utils 0.1.0", | 1151 | "test_utils 0.1.0", |
1147 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1152 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | ] | 1153 | ] |
1149 | 1154 | ||
1150 | [[package]] | 1155 | [[package]] |
@@ -1175,7 +1180,7 @@ dependencies = [ | |||
1175 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1176 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1181 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1177 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1182 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1183 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | ] | 1184 | ] |
1180 | 1185 | ||
1181 | [[package]] | 1186 | [[package]] |
@@ -1206,7 +1211,7 @@ dependencies = [ | |||
1206 | 1211 | ||
1207 | [[package]] | 1212 | [[package]] |
1208 | name = "rand" | 1213 | name = "rand" |
1209 | version = "0.7.2" | 1214 | version = "0.7.3" |
1210 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1211 | dependencies = [ | 1216 | dependencies = [ |
1212 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | 1217 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1365,18 +1370,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1365 | 1370 | ||
1366 | [[package]] | 1371 | [[package]] |
1367 | name = "regex" | 1372 | name = "regex" |
1368 | version = "1.3.1" | 1373 | version = "1.3.3" |
1369 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1370 | dependencies = [ | 1375 | dependencies = [ |
1371 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1376 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1377 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1378 | "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1374 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1379 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1375 | ] | 1380 | ] |
1376 | 1381 | ||
1377 | [[package]] | 1382 | [[package]] |
1378 | name = "regex-syntax" | 1383 | name = "regex-syntax" |
1379 | version = "0.6.12" | 1384 | version = "0.6.13" |
1380 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1385 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1381 | 1386 | ||
1382 | [[package]] | 1387 | [[package]] |
@@ -1446,7 +1451,7 @@ dependencies = [ | |||
1446 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1447 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1452 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1448 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1453 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1449 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1454 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1450 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1455 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1451 | "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1457 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1465,10 +1470,10 @@ dependencies = [ | |||
1465 | 1470 | ||
1466 | [[package]] | 1471 | [[package]] |
1467 | name = "same-file" | 1472 | name = "same-file" |
1468 | version = "1.0.5" | 1473 | version = "1.0.6" |
1469 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1470 | dependencies = [ | 1475 | dependencies = [ |
1471 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1476 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1472 | ] | 1477 | ] |
1473 | 1478 | ||
1474 | [[package]] | 1479 | [[package]] |
@@ -1579,7 +1584,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1579 | dependencies = [ | 1584 | dependencies = [ |
1580 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1585 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1581 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 1586 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1582 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1587 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1583 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1588 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1584 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1589 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1585 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1590 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1614,7 +1619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1614 | 1619 | ||
1615 | [[package]] | 1620 | [[package]] |
1616 | name = "thread_local" | 1621 | name = "thread_local" |
1617 | version = "0.3.6" | 1622 | version = "1.0.1" |
1618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1619 | dependencies = [ | 1624 | dependencies = [ |
1620 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1625 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1664,7 +1669,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1664 | 1669 | ||
1665 | [[package]] | 1670 | [[package]] |
1666 | name = "url" | 1671 | name = "url" |
1667 | version = "2.1.0" | 1672 | version = "2.1.1" |
1668 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1669 | dependencies = [ | 1674 | dependencies = [ |
1670 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1675 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1678,7 +1683,7 @@ name = "uuid" | |||
1678 | version = "0.8.1" | 1683 | version = "0.8.1" |
1679 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1684 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1680 | dependencies = [ | 1685 | dependencies = [ |
1681 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1686 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1682 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1687 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1683 | ] | 1688 | ] |
1684 | 1689 | ||
@@ -1689,12 +1694,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1689 | 1694 | ||
1690 | [[package]] | 1695 | [[package]] |
1691 | name = "walkdir" | 1696 | name = "walkdir" |
1692 | version = "2.2.9" | 1697 | version = "2.3.1" |
1693 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1694 | dependencies = [ | 1699 | dependencies = [ |
1695 | "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1700 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1696 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1701 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1697 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1702 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1698 | ] | 1703 | ] |
1699 | 1704 | ||
1700 | [[package]] | 1705 | [[package]] |
@@ -1728,7 +1733,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1728 | 1733 | ||
1729 | [[package]] | 1734 | [[package]] |
1730 | name = "winapi-util" | 1735 | name = "winapi-util" |
1731 | version = "0.1.2" | 1736 | version = "0.1.3" |
1732 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1733 | dependencies = [ | 1738 | dependencies = [ |
1734 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1739 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1756,7 +1761,7 @@ dependencies = [ | |||
1756 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1761 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1757 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1762 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1758 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1763 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1759 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1764 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1760 | ] | 1765 | ] |
1761 | 1766 | ||
1762 | [[package]] | 1767 | [[package]] |
@@ -1774,17 +1779,18 @@ dependencies = [ | |||
1774 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1779 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1775 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | 1780 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
1776 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1781 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1782 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | ||
1777 | "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" | 1783 | "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" |
1778 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | 1784 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
1779 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" | 1785 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
1780 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1786 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
1781 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | 1787 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
1782 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 1788 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1783 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" | 1789 | "checksum bstr 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3ede750122d9d1f87919570cb2cccee38c84fbc8c5599b25c289af40625b7030" |
1784 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1790 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1785 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1791 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1786 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | 1792 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
1787 | "checksum cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e" | 1793 | "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
1788 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1794 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1789 | "checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" | 1795 | "checksum chalk-derive 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" |
1790 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" | 1796 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" |
@@ -1848,14 +1854,14 @@ dependencies = [ | |||
1848 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" | 1854 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" |
1849 | "checksum lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19b79f72914b929daa263483134b8974962cdebc731593b11508afb7f9acec80" | 1855 | "checksum lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19b79f72914b929daa263483134b8974962cdebc731593b11508afb7f9acec80" |
1850 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1856 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1851 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1857 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
1852 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1858 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1853 | "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" | 1859 | "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
1854 | "checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" | 1860 | "checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
1855 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1861 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1856 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1862 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1857 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" | 1863 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" |
1858 | "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" | 1864 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
1859 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | 1865 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1860 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1866 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
1861 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1867 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
@@ -1874,7 +1880,7 @@ dependencies = [ | |||
1874 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1880 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1875 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" | 1881 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" |
1876 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 1882 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
1877 | "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" | 1883 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
1878 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1884 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1879 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" | 1885 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
1880 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 1886 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
@@ -1892,8 +1898,8 @@ dependencies = [ | |||
1892 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" | 1898 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
1893 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 1899 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
1894 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | 1900 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
1895 | "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" | 1901 | "checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87" |
1896 | "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" | 1902 | "checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90" |
1897 | "checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" | 1903 | "checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" |
1898 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 1904 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
1899 | "checksum rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c" | 1905 | "checksum rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c" |
@@ -1904,7 +1910,7 @@ dependencies = [ | |||
1904 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" | 1910 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
1905 | "checksum salsa 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4a006c56096acaaa5e82e5974c28d05ff1e84aa70615f19c53fecf8a1afb2fd2" | 1911 | "checksum salsa 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4a006c56096acaaa5e82e5974c28d05ff1e84aa70615f19c53fecf8a1afb2fd2" |
1906 | "checksum salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "038a09b6271446f1123f142fe7e5bef6d4687c4cf82e6986be574c2af3745530" | 1912 | "checksum salsa-macros 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "038a09b6271446f1123f142fe7e5bef6d4687c4cf82e6986be574c2af3745530" |
1907 | "checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" | 1913 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
1908 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1914 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1909 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1915 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1910 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1916 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
@@ -1922,23 +1928,23 @@ dependencies = [ | |||
1922 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1928 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1923 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1929 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
1924 | "checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" | 1930 | "checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" |
1925 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1931 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
1926 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 1932 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
1927 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | 1933 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
1928 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1934 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1929 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" | 1935 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" |
1930 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | 1936 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
1931 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 1937 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1932 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | 1938 | "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |
1933 | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" | 1939 | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
1934 | "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" | 1940 | "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" |
1935 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" | 1941 | "checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
1936 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | 1942 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
1937 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 1943 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
1938 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" | 1944 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
1939 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 1945 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
1940 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 1946 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1941 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" | 1947 | "checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" |
1942 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1948 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1943 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 1949 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
1944 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" | 1950 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |