diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/Cargo.lock b/Cargo.lock index f06da0050..5f35f2872 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -48,7 +48,7 @@ version = "0.3.13" | |||
48 | source = "registry+https://github.com/rust-lang/crates.io-index" | 48 | source = "registry+https://github.com/rust-lang/crates.io-index" |
49 | dependencies = [ | 49 | dependencies = [ |
50 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -57,10 +57,10 @@ dependencies = [ | |||
57 | 57 | ||
58 | [[package]] | 58 | [[package]] |
59 | name = "backtrace-sys" | 59 | name = "backtrace-sys" |
60 | version = "0.1.26" | 60 | version = "0.1.28" |
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
62 | dependencies = [ | 62 | dependencies = [ |
63 | "cc 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | ] | 65 | ] |
66 | 66 | ||
@@ -117,14 +117,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
117 | dependencies = [ | 117 | dependencies = [ |
118 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 118 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 119 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 120 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 121 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 122 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
123 | ] | 123 | ] |
124 | 124 | ||
125 | [[package]] | 125 | [[package]] |
126 | name = "cc" | 126 | name = "cc" |
127 | version = "1.0.27" | 127 | version = "1.0.28" |
128 | source = "registry+https://github.com/rust-lang/crates.io-index" | 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
129 | 129 | ||
130 | [[package]] | 130 | [[package]] |
@@ -340,8 +340,8 @@ dependencies = [ | |||
340 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
341 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 342 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 343 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
344 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 344 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
345 | ] | 345 | ] |
346 | 346 | ||
347 | [[package]] | 347 | [[package]] |
@@ -425,9 +425,9 @@ dependencies = [ | |||
425 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 425 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 426 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
427 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 427 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
428 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 428 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
429 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 429 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
430 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 430 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
431 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 431 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
433 | ] | 433 | ] |
@@ -587,7 +587,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
587 | 587 | ||
588 | [[package]] | 588 | [[package]] |
589 | name = "pest" | 589 | name = "pest" |
590 | version = "2.0.2" | 590 | version = "2.1.0" |
591 | source = "registry+https://github.com/rust-lang/crates.io-index" | 591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
592 | dependencies = [ | 592 | dependencies = [ |
593 | "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 593 | "ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -595,32 +595,32 @@ dependencies = [ | |||
595 | 595 | ||
596 | [[package]] | 596 | [[package]] |
597 | name = "pest_derive" | 597 | name = "pest_derive" |
598 | version = "2.0.1" | 598 | version = "2.1.0" |
599 | source = "registry+https://github.com/rust-lang/crates.io-index" | 599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
600 | dependencies = [ | 600 | dependencies = [ |
601 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 601 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | "pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 602 | "pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | ] | 603 | ] |
604 | 604 | ||
605 | [[package]] | 605 | [[package]] |
606 | name = "pest_generator" | 606 | name = "pest_generator" |
607 | version = "2.0.0" | 607 | version = "2.1.0" |
608 | source = "registry+https://github.com/rust-lang/crates.io-index" | 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
609 | dependencies = [ | 609 | dependencies = [ |
610 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 610 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
611 | "pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 611 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
612 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 612 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
613 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 613 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 614 | "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)", |
615 | ] | 615 | ] |
616 | 616 | ||
617 | [[package]] | 617 | [[package]] |
618 | name = "pest_meta" | 618 | name = "pest_meta" |
619 | version = "2.0.3" | 619 | version = "2.1.0" |
620 | source = "registry+https://github.com/rust-lang/crates.io-index" | 620 | source = "registry+https://github.com/rust-lang/crates.io-index" |
621 | dependencies = [ | 621 | dependencies = [ |
622 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 622 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 623 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
624 | "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 624 | "sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | ] | 625 | ] |
626 | 626 | ||
@@ -667,6 +667,7 @@ name = "ra_analysis" | |||
667 | version = "0.1.0" | 667 | version = "0.1.0" |
668 | dependencies = [ | 668 | dependencies = [ |
669 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 669 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
670 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
670 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 671 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
671 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 672 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
672 | "ra_db 0.1.0", | 673 | "ra_db 0.1.0", |
@@ -679,6 +680,7 @@ dependencies = [ | |||
679 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 680 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)", | 681 | "salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)", |
681 | "test_utils 0.1.0", | 682 | "test_utils 0.1.0", |
683 | "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
682 | ] | 684 | ] |
683 | 685 | ||
684 | [[package]] | 686 | [[package]] |
@@ -762,8 +764,8 @@ dependencies = [ | |||
762 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 764 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
763 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
765 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
767 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
769 | "test_utils 0.1.0", | 771 | "test_utils 0.1.0", |
@@ -921,7 +923,7 @@ dependencies = [ | |||
921 | 923 | ||
922 | [[package]] | 924 | [[package]] |
923 | name = "redox_syscall" | 925 | name = "redox_syscall" |
924 | version = "0.1.44" | 926 | version = "0.1.50" |
925 | source = "registry+https://github.com/rust-lang/crates.io-index" | 927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
926 | 928 | ||
927 | [[package]] | 929 | [[package]] |
@@ -929,7 +931,7 @@ name = "redox_termios" | |||
929 | version = "0.1.1" | 931 | version = "0.1.1" |
930 | source = "registry+https://github.com/rust-lang/crates.io-index" | 932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
931 | dependencies = [ | 933 | dependencies = [ |
932 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 934 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
933 | ] | 935 | ] |
934 | 936 | ||
935 | [[package]] | 937 | [[package]] |
@@ -972,7 +974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
972 | dependencies = [ | 974 | dependencies = [ |
973 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
974 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 976 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
975 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
976 | ] | 978 | ] |
977 | 979 | ||
978 | [[package]] | 980 | [[package]] |
@@ -1060,7 +1062,7 @@ version = "0.9.0" | |||
1060 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1061 | dependencies = [ | 1063 | dependencies = [ |
1062 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1064 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | ] | 1066 | ] |
1065 | 1067 | ||
1066 | [[package]] | 1068 | [[package]] |
@@ -1070,15 +1072,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1070 | 1072 | ||
1071 | [[package]] | 1073 | [[package]] |
1072 | name = "serde" | 1074 | name = "serde" |
1073 | version = "1.0.83" | 1075 | version = "1.0.84" |
1074 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1075 | dependencies = [ | 1077 | dependencies = [ |
1076 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | ] | 1079 | ] |
1078 | 1080 | ||
1079 | [[package]] | 1081 | [[package]] |
1080 | name = "serde_derive" | 1082 | name = "serde_derive" |
1081 | version = "1.0.82" | 1083 | version = "1.0.84" |
1082 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1083 | dependencies = [ | 1085 | dependencies = [ |
1084 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1086 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1088,12 +1090,12 @@ dependencies = [ | |||
1088 | 1090 | ||
1089 | [[package]] | 1091 | [[package]] |
1090 | name = "serde_json" | 1092 | name = "serde_json" |
1091 | version = "1.0.33" | 1093 | version = "1.0.34" |
1092 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1093 | dependencies = [ | 1095 | dependencies = [ |
1094 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1096 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1097 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | ] | 1099 | ] |
1098 | 1100 | ||
1099 | [[package]] | 1101 | [[package]] |
@@ -1128,7 +1130,7 @@ name = "smol_str" | |||
1128 | version = "0.1.8" | 1130 | version = "0.1.8" |
1129 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1130 | dependencies = [ | 1132 | dependencies = [ |
1131 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | ] | 1134 | ] |
1133 | 1135 | ||
1134 | [[package]] | 1136 | [[package]] |
@@ -1148,16 +1150,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1148 | 1150 | ||
1149 | [[package]] | 1151 | [[package]] |
1150 | name = "syn" | 1152 | name = "syn" |
1151 | version = "0.14.9" | ||
1152 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1153 | dependencies = [ | ||
1154 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1155 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1156 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1157 | ] | ||
1158 | |||
1159 | [[package]] | ||
1160 | name = "syn" | ||
1161 | version = "0.15.23" | 1153 | version = "0.15.23" |
1162 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1163 | dependencies = [ | 1155 | dependencies = [ |
@@ -1185,7 +1177,7 @@ dependencies = [ | |||
1185 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1177 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1186 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1178 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1187 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1189 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1181 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1190 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1182 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | ] | 1183 | ] |
@@ -1200,11 +1192,11 @@ dependencies = [ | |||
1200 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1201 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1202 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1203 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1195 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1204 | "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1196 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1205 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1197 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1206 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1198 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1207 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 1199 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
1208 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1201 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1202 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1227,7 +1219,7 @@ version = "1.5.1" | |||
1227 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1228 | dependencies = [ | 1220 | dependencies = [ |
1229 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1221 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1230 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1222 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1231 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1223 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1232 | ] | 1224 | ] |
1233 | 1225 | ||
@@ -1237,7 +1229,7 @@ version = "0.1.0" | |||
1237 | dependencies = [ | 1229 | dependencies = [ |
1238 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1230 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1239 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1231 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1240 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 1232 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
1241 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1233 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | ] | 1234 | ] |
1243 | 1235 | ||
@@ -1246,7 +1238,7 @@ name = "text_unit" | |||
1246 | version = "0.1.5" | 1238 | version = "0.1.5" |
1247 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1248 | dependencies = [ | 1240 | dependencies = [ |
1249 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1241 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1250 | ] | 1242 | ] |
1251 | 1243 | ||
1252 | [[package]] | 1244 | [[package]] |
@@ -1288,7 +1280,7 @@ version = "0.1.41" | |||
1288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1289 | dependencies = [ | 1281 | dependencies = [ |
1290 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1291 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1292 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1293 | ] | 1285 | ] |
1294 | 1286 | ||
@@ -1363,6 +1355,14 @@ dependencies = [ | |||
1363 | ] | 1355 | ] |
1364 | 1356 | ||
1365 | [[package]] | 1357 | [[package]] |
1358 | name = "unicase" | ||
1359 | version = "2.2.0" | ||
1360 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1361 | dependencies = [ | ||
1362 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1363 | ] | ||
1364 | |||
1365 | [[package]] | ||
1366 | name = "unicode-bidi" | 1366 | name = "unicode-bidi" |
1367 | version = "0.3.4" | 1367 | version = "0.3.4" |
1368 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1413,7 +1413,7 @@ name = "url_serde" | |||
1413 | version = "0.2.0" | 1413 | version = "0.2.0" |
1414 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1415 | dependencies = [ | 1415 | dependencies = [ |
1416 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1416 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
1417 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1417 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1418 | ] | 1418 | ] |
1419 | 1419 | ||
@@ -1490,7 +1490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1490 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1490 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1491 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" | 1491 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" |
1492 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" | 1492 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" |
1493 | "checksum backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3fcce89e5ad5c8949caa9434501f7b55415b3e7ad5270cb88c75a8d35e8f1279" | 1493 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
1494 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" | 1494 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
1495 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" | 1495 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" |
1496 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" | 1496 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" |
@@ -1499,7 +1499,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1499 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1499 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1500 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" | 1500 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" |
1501 | "checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" | 1501 | "checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" |
1502 | "checksum cc 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "155ed195f7bd722d1dfeb30365b9d0c1f6a078fa7ca4014497e5935d90993d6f" | 1502 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
1503 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1503 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
1504 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1504 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1505 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 1505 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
@@ -1557,10 +1557,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1557 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | 1557 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
1558 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 1558 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1559 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1559 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1560 | "checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde" | 1560 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" |
1561 | "checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7" | 1561 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
1562 | "checksum pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebee4e9680be4fd162e6f3394ae4192a6b60b1e4d17d845e631f0c68d1a3386" | 1562 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
1563 | "checksum pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f6d5f6f0e6082578c86af197d780dc38328e3f768cec06aac9bc46d714e8221" | 1563 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
1564 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" | 1564 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" |
1565 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" | 1565 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" |
1566 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1566 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
@@ -1576,7 +1576,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1576 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" | 1576 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" |
1577 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1577 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1578 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1578 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1579 | "checksum redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a84bcd297b87a545980a2d25a0beb72a1f490c31f0a9fde52fca35bfbb1ceb70" | 1579 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" |
1580 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1580 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1581 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" | 1581 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
1582 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" | 1582 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" |
@@ -1595,9 +1595,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1595 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1595 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1596 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1596 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1597 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1597 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1598 | "checksum serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)" = "157e12af46859e968da75dea9845530e13d03bcab2009a41b9b7bb3cf4eb3ec2" | 1598 | "checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7" |
1599 | "checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154" | 1599 | "checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" |
1600 | "checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" | 1600 | "checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545" |
1601 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1601 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1602 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1602 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1603 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" | 1603 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
@@ -1605,7 +1605,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1605 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1605 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1606 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1606 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1607 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1607 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |
1608 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" | ||
1609 | "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc" | 1608 | "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc" |
1610 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 1609 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
1611 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" | 1610 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" |
@@ -1626,6 +1625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1626 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" | 1625 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" |
1627 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" | 1626 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" |
1628 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" | 1627 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" |
1628 | "checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" | ||
1629 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1629 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1630 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" | 1630 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" |
1631 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 1631 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |