diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 151 |
1 files changed, 79 insertions, 72 deletions
diff --git a/Cargo.lock b/Cargo.lock index 90c505f40..67822cb8a 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,8 +39,13 @@ 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.42" |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
45 | dependencies = [ | 50 | dependencies = [ |
46 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "backtrace-sys 0.1.32 (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]] |
@@ -458,10 +463,10 @@ dependencies = [ | |||
458 | 463 | ||
459 | [[package]] | 464 | [[package]] |
460 | name = "indexmap" | 465 | name = "indexmap" |
461 | version = "1.3.0" | 466 | version = "1.3.1" |
462 | source = "registry+https://github.com/rust-lang/crates.io-index" | 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
463 | dependencies = [ | 468 | dependencies = [ |
464 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 469 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
465 | ] | 470 | ] |
466 | 471 | ||
467 | [[package]] | 472 | [[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 | ] |
@@ -619,7 +624,7 @@ dependencies = [ | |||
619 | 624 | ||
620 | [[package]] | 625 | [[package]] |
621 | name = "lsp-types" | 626 | name = "lsp-types" |
622 | version = "0.68.1" | 627 | version = "0.69.0" |
623 | source = "registry+https://github.com/rust-lang/crates.io-index" | 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
624 | dependencies = [ | 629 | dependencies = [ |
625 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 630 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -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,21 +716,21 @@ 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]] |
727 | name = "num_cpus" | 732 | name = "num_cpus" |
728 | version = "1.11.1" | 733 | version = "1.12.0" |
729 | source = "registry+https://github.com/rust-lang/crates.io-index" | 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
730 | dependencies = [ | 735 | dependencies = [ |
731 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 736 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -734,7 +739,7 @@ dependencies = [ | |||
734 | 739 | ||
735 | [[package]] | 740 | [[package]] |
736 | name = "once_cell" | 741 | name = "once_cell" |
737 | version = "1.2.0" | 742 | version = "1.3.0" |
738 | source = "registry+https://github.com/rust-lang/crates.io-index" | 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
739 | 744 | ||
740 | [[package]] | 745 | [[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]] |
@@ -864,8 +869,8 @@ version = "0.1.0" | |||
864 | name = "ra_assists" | 869 | name = "ra_assists" |
865 | version = "0.1.0" | 870 | version = "0.1.0" |
866 | dependencies = [ | 871 | dependencies = [ |
872 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
867 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 873 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
868 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
869 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 874 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
870 | "ra_db 0.1.0", | 875 | "ra_db 0.1.0", |
871 | "ra_fmt 0.1.0", | 876 | "ra_fmt 0.1.0", |
@@ -900,7 +905,7 @@ dependencies = [ | |||
900 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 905 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
901 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 906 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 907 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | "lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)", | 908 | "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)", |
904 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 909 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
905 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 910 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | ] | 911 | ] |
@@ -976,7 +981,7 @@ dependencies = [ | |||
976 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
977 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
978 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "ra_arena 0.1.0", | 985 | "ra_arena 0.1.0", |
981 | "ra_cfg 0.1.0", | 986 | "ra_cfg 0.1.0", |
982 | "ra_db 0.1.0", | 987 | "ra_db 0.1.0", |
@@ -1033,12 +1038,12 @@ dependencies = [ | |||
1033 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1034 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1035 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1036 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1037 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1042 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1038 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | "ra_assists 0.1.0", | 1048 | "ra_assists 0.1.0", |
1044 | "ra_cfg 0.1.0", | 1049 | "ra_cfg 0.1.0", |
@@ -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)", |
@@ -1061,11 +1066,12 @@ name = "ra_lsp_server" | |||
1061 | version = "0.1.0" | 1066 | version = "0.1.0" |
1062 | dependencies = [ | 1067 | dependencies = [ |
1063 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1068 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1064 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1070 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1071 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1072 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1073 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 | "lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1074 | "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | "ra_cargo_watch 0.1.0", | 1076 | "ra_cargo_watch 0.1.0", |
1071 | "ra_ide 0.1.0", | 1077 | "ra_ide 0.1.0", |
@@ -1108,11 +1114,11 @@ dependencies = [ | |||
1108 | name = "ra_prof" | 1114 | name = "ra_prof" |
1109 | version = "0.1.0" | 1115 | version = "0.1.0" |
1110 | dependencies = [ | 1116 | dependencies = [ |
1111 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1117 | "backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1112 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1118 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1113 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1114 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1115 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | ] | 1122 | ] |
1117 | 1123 | ||
1118 | [[package]] | 1124 | [[package]] |
@@ -1135,7 +1141,7 @@ version = "0.1.0" | |||
1135 | dependencies = [ | 1141 | dependencies = [ |
1136 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1143 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1144 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | "ra_parser 0.1.0", | 1145 | "ra_parser 0.1.0", |
1140 | "ra_text_edit 0.1.0", | 1146 | "ra_text_edit 0.1.0", |
1141 | "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 | "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1144,7 +1150,7 @@ dependencies = [ | |||
1144 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1150 | "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)", | 1151 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1146 | "test_utils 0.1.0", | 1152 | "test_utils 0.1.0", |
1147 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1153 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | ] | 1154 | ] |
1149 | 1155 | ||
1150 | [[package]] | 1156 | [[package]] |
@@ -1175,7 +1181,7 @@ dependencies = [ | |||
1175 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1181 | "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)", | 1182 | "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)", | 1183 | "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)", | 1184 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | ] | 1185 | ] |
1180 | 1186 | ||
1181 | [[package]] | 1187 | [[package]] |
@@ -1206,7 +1212,7 @@ dependencies = [ | |||
1206 | 1212 | ||
1207 | [[package]] | 1213 | [[package]] |
1208 | name = "rand" | 1214 | name = "rand" |
1209 | version = "0.7.2" | 1215 | version = "0.7.3" |
1210 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1211 | dependencies = [ | 1217 | dependencies = [ |
1212 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | 1218 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1347,7 +1353,7 @@ dependencies = [ | |||
1347 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1353 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1348 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1354 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1349 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1355 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1350 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1356 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1351 | ] | 1357 | ] |
1352 | 1358 | ||
1353 | [[package]] | 1359 | [[package]] |
@@ -1365,18 +1371,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1365 | 1371 | ||
1366 | [[package]] | 1372 | [[package]] |
1367 | name = "regex" | 1373 | name = "regex" |
1368 | version = "1.3.1" | 1374 | version = "1.3.3" |
1369 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1370 | dependencies = [ | 1376 | dependencies = [ |
1371 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1377 | "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)", | 1378 | "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)", | 1379 | "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)", | 1380 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1375 | ] | 1381 | ] |
1376 | 1382 | ||
1377 | [[package]] | 1383 | [[package]] |
1378 | name = "regex-syntax" | 1384 | name = "regex-syntax" |
1379 | version = "0.6.12" | 1385 | version = "0.6.13" |
1380 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1381 | 1387 | ||
1382 | [[package]] | 1388 | [[package]] |
@@ -1443,10 +1449,10 @@ version = "0.14.1" | |||
1443 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1444 | dependencies = [ | 1450 | dependencies = [ |
1445 | "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1446 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1452 | "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1447 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1453 | "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)", | 1454 | "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)", | 1455 | "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)", | 1456 | "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)", | 1457 | "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)", | 1458 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1465,10 +1471,10 @@ dependencies = [ | |||
1465 | 1471 | ||
1466 | [[package]] | 1472 | [[package]] |
1467 | name = "same-file" | 1473 | name = "same-file" |
1468 | version = "1.0.5" | 1474 | version = "1.0.6" |
1469 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1470 | dependencies = [ | 1476 | dependencies = [ |
1471 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1477 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1472 | ] | 1478 | ] |
1473 | 1479 | ||
1474 | [[package]] | 1480 | [[package]] |
@@ -1579,7 +1585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1579 | dependencies = [ | 1585 | dependencies = [ |
1580 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1586 | "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)", | 1587 | "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)", | 1588 | "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)", | 1589 | "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)", | 1590 | "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)", | 1591 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1614,7 +1620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1614 | 1620 | ||
1615 | [[package]] | 1621 | [[package]] |
1616 | name = "thread_local" | 1622 | name = "thread_local" |
1617 | version = "0.3.6" | 1623 | version = "1.0.1" |
1618 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1619 | dependencies = [ | 1625 | dependencies = [ |
1620 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1626 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1625,7 +1631,7 @@ name = "threadpool" | |||
1625 | version = "1.7.1" | 1631 | version = "1.7.1" |
1626 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1627 | dependencies = [ | 1633 | dependencies = [ |
1628 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1634 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1629 | ] | 1635 | ] |
1630 | 1636 | ||
1631 | [[package]] | 1637 | [[package]] |
@@ -1664,7 +1670,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1664 | 1670 | ||
1665 | [[package]] | 1671 | [[package]] |
1666 | name = "url" | 1672 | name = "url" |
1667 | version = "2.1.0" | 1673 | version = "2.1.1" |
1668 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1669 | dependencies = [ | 1675 | dependencies = [ |
1670 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1676 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1678,7 +1684,7 @@ name = "uuid" | |||
1678 | version = "0.8.1" | 1684 | version = "0.8.1" |
1679 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1680 | dependencies = [ | 1686 | dependencies = [ |
1681 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1687 | "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)", | 1688 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1683 | ] | 1689 | ] |
1684 | 1690 | ||
@@ -1689,12 +1695,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1689 | 1695 | ||
1690 | [[package]] | 1696 | [[package]] |
1691 | name = "walkdir" | 1697 | name = "walkdir" |
1692 | version = "2.2.9" | 1698 | version = "2.3.1" |
1693 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1694 | dependencies = [ | 1700 | dependencies = [ |
1695 | "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1701 | "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)", | 1702 | "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)", | 1703 | "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1698 | ] | 1704 | ] |
1699 | 1705 | ||
1700 | [[package]] | 1706 | [[package]] |
@@ -1728,7 +1734,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1728 | 1734 | ||
1729 | [[package]] | 1735 | [[package]] |
1730 | name = "winapi-util" | 1736 | name = "winapi-util" |
1731 | version = "0.1.2" | 1737 | version = "0.1.3" |
1732 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1733 | dependencies = [ | 1739 | dependencies = [ |
1734 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1740 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1756,7 +1762,7 @@ dependencies = [ | |||
1756 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1762 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1757 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1763 | "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)", | 1764 | "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)", | 1765 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1760 | ] | 1766 | ] |
1761 | 1767 | ||
1762 | [[package]] | 1768 | [[package]] |
@@ -1774,17 +1780,18 @@ dependencies = [ | |||
1774 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1780 | "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" | 1781 | "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" | 1782 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1777 | "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" | 1783 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
1784 | "checksum backtrace 0.3.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b4b1549d804b6c73f4817df2ba073709e96e426f12987127c48e6745568c350b" | ||
1778 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | 1785 | "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" | 1786 | "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" | 1787 | "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" | 1788 | "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" | 1789 | "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" | 1790 | "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" | 1791 | "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" | 1792 | "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" | 1793 | "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" | 1794 | "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" | 1795 | "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>" | 1796 | "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>" | 1797 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" |
@@ -1825,7 +1832,7 @@ dependencies = [ | |||
1825 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" | 1832 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" |
1826 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 1833 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1827 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1834 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1828 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | 1835 | "checksum indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc" |
1829 | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" | 1836 | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" |
1830 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1837 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1831 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" | 1838 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" |
@@ -1846,18 +1853,18 @@ dependencies = [ | |||
1846 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" | 1853 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" |
1847 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1854 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1848 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" | 1855 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" |
1849 | "checksum lsp-types 0.68.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19b79f72914b929daa263483134b8974962cdebc731593b11508afb7f9acec80" | 1856 | "checksum lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd78b254376c0734bb75c200616e256adbf2c3685497fcc1124db9daf5958630" |
1850 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1857 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1851 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1858 | "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" | 1859 | "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" | 1860 | "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" | 1861 | "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" | 1862 | "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" | 1863 | "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" | 1864 | "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" | 1865 | "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" | 1866 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
1860 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1867 | "checksum once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4" |
1861 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1868 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
1862 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" | 1869 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" |
1863 | "checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" | 1870 | "checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" |
@@ -1874,7 +1881,7 @@ dependencies = [ | |||
1874 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1881 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1875 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" | 1882 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" |
1876 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 1883 | "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" | 1884 | "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" | 1885 | "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" | 1886 | "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" | 1887 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
@@ -1892,8 +1899,8 @@ dependencies = [ | |||
1892 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" | 1899 | "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" | 1900 | "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" | 1901 | "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" | 1902 | "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" | 1903 | "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" | 1904 | "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" | 1905 | "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" | 1906 | "checksum rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d03d4eff7a4e8dcc362e4c06bb2b1b33af4bcd64336c7f40a31a05850336b6c" |
@@ -1904,7 +1911,7 @@ dependencies = [ | |||
1904 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" | 1911 | "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" | 1912 | "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" | 1913 | "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" | 1914 | "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" | 1915 | "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" | 1916 | "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" | 1917 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
@@ -1922,23 +1929,23 @@ dependencies = [ | |||
1922 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1929 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1923 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1930 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
1924 | "checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" | 1931 | "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" | 1932 | "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" | 1933 | "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" | 1934 | "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" | 1935 | "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" | 1936 | "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" | 1937 | "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" | 1938 | "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" | 1939 | "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" | 1940 | "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" | 1941 | "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" | 1942 | "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" | 1943 | "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" | 1944 | "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" | 1945 | "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" | 1946 | "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" | 1947 | "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" | 1948 | "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" | 1949 | "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" | 1950 | "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" | 1951 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |