diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 116 |
1 files changed, 52 insertions, 64 deletions
diff --git a/Cargo.lock b/Cargo.lock index 150e6d1ea..895e6e62b 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 | ||
@@ -118,13 +118,13 @@ 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.83 (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.83 (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]] |
@@ -270,16 +270,16 @@ dependencies = [ | |||
270 | 270 | ||
271 | [[package]] | 271 | [[package]] |
272 | name = "failure" | 272 | name = "failure" |
273 | version = "0.1.3" | 273 | version = "0.1.4" |
274 | source = "registry+https://github.com/rust-lang/crates.io-index" | 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
275 | dependencies = [ | 275 | dependencies = [ |
276 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | 276 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 277 | "failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | ] | 278 | ] |
279 | 279 | ||
280 | [[package]] | 280 | [[package]] |
281 | name = "failure_derive" | 281 | name = "failure_derive" |
282 | version = "0.1.3" | 282 | version = "0.1.4" |
283 | source = "registry+https://github.com/rust-lang/crates.io-index" | 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
284 | dependencies = [ | 284 | dependencies = [ |
285 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -337,11 +337,11 @@ name = "gen_lsp_server" | |||
337 | version = "0.1.0" | 337 | version = "0.1.0" |
338 | dependencies = [ | 338 | dependencies = [ |
339 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
340 | "failure 0.1.3 (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.83 (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]] |
@@ -426,8 +426,8 @@ dependencies = [ | |||
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.83 (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.83 (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 | ||
@@ -686,7 +686,7 @@ name = "ra_cli" | |||
686 | version = "0.1.0" | 686 | version = "0.1.0" |
687 | dependencies = [ | 687 | dependencies = [ |
688 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 688 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
689 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 689 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
690 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 690 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | "ra_editor 0.1.0", | 691 | "ra_editor 0.1.0", |
692 | "ra_syntax 0.1.0", | 692 | "ra_syntax 0.1.0", |
@@ -697,7 +697,6 @@ dependencies = [ | |||
697 | name = "ra_db" | 697 | name = "ra_db" |
698 | version = "0.1.0" | 698 | version = "0.1.0" |
699 | dependencies = [ | 699 | dependencies = [ |
700 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
701 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 700 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | "ra_editor 0.1.0", | 701 | "ra_editor 0.1.0", |
703 | "ra_syntax 0.1.0", | 702 | "ra_syntax 0.1.0", |
@@ -747,8 +746,8 @@ dependencies = [ | |||
747 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 746 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 747 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 748 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 749 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | "failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 750 | "failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 751 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | "gen_lsp_server 0.1.0", | 752 | "gen_lsp_server 0.1.0", |
754 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 753 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -764,7 +763,7 @@ dependencies = [ | |||
764 | "relative-path 0.4.0 (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 | "rustc-hash 1.0.1 (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 | "serde 1.0.83 (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_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | "smol_str 0.1.8 (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 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
770 | "test_utils 0.1.0", | 769 | "test_utils 0.1.0", |
@@ -922,7 +921,7 @@ dependencies = [ | |||
922 | 921 | ||
923 | [[package]] | 922 | [[package]] |
924 | name = "redox_syscall" | 923 | name = "redox_syscall" |
925 | version = "0.1.44" | 924 | version = "0.1.49" |
926 | source = "registry+https://github.com/rust-lang/crates.io-index" | 925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
927 | 926 | ||
928 | [[package]] | 927 | [[package]] |
@@ -930,7 +929,7 @@ name = "redox_termios" | |||
930 | version = "0.1.1" | 929 | version = "0.1.1" |
931 | source = "registry+https://github.com/rust-lang/crates.io-index" | 930 | source = "registry+https://github.com/rust-lang/crates.io-index" |
932 | dependencies = [ | 931 | dependencies = [ |
933 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 932 | "redox_syscall 0.1.49 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | ] | 933 | ] |
935 | 934 | ||
936 | [[package]] | 935 | [[package]] |
@@ -1074,12 +1073,12 @@ name = "serde" | |||
1074 | version = "1.0.83" | 1073 | version = "1.0.83" |
1075 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1076 | dependencies = [ | 1075 | dependencies = [ |
1077 | "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "serde_derive 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | ] | 1077 | ] |
1079 | 1078 | ||
1080 | [[package]] | 1079 | [[package]] |
1081 | name = "serde_derive" | 1080 | name = "serde_derive" |
1082 | version = "1.0.82" | 1081 | version = "1.0.83" |
1083 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1082 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1084 | dependencies = [ | 1083 | dependencies = [ |
1085 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1084 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1089,7 +1088,7 @@ dependencies = [ | |||
1089 | 1088 | ||
1090 | [[package]] | 1089 | [[package]] |
1091 | name = "serde_json" | 1090 | name = "serde_json" |
1092 | version = "1.0.33" | 1091 | version = "1.0.34" |
1093 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1094 | dependencies = [ | 1093 | dependencies = [ |
1095 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1149,16 +1148,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1149 | 1148 | ||
1150 | [[package]] | 1149 | [[package]] |
1151 | name = "syn" | 1150 | name = "syn" |
1152 | version = "0.14.9" | ||
1153 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1154 | dependencies = [ | ||
1155 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1156 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1157 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1158 | ] | ||
1159 | |||
1160 | [[package]] | ||
1161 | name = "syn" | ||
1162 | version = "0.15.23" | 1151 | version = "0.15.23" |
1163 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1164 | dependencies = [ | 1153 | dependencies = [ |
@@ -1186,7 +1175,7 @@ dependencies = [ | |||
1186 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1175 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1187 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1176 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1177 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1189 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1178 | "redox_syscall 0.1.49 (registry+https://github.com/rust-lang/crates.io-index)", |
1190 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | ] | 1181 | ] |
@@ -1201,11 +1190,11 @@ dependencies = [ | |||
1201 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1202 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1203 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1204 | "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1205 | "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1206 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1195 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1207 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", | 1196 | "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)", |
1208 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 1197 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1198 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1199 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1211 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1216,7 +1205,7 @@ name = "teraron" | |||
1216 | version = "0.0.1" | 1205 | version = "0.0.1" |
1217 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1218 | dependencies = [ | 1207 | dependencies = [ |
1219 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1208 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1220 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1209 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1210 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1222 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1211 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1228,7 +1217,7 @@ version = "1.5.1" | |||
1228 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1229 | dependencies = [ | 1218 | dependencies = [ |
1230 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1231 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "redox_syscall 0.1.49 (registry+https://github.com/rust-lang/crates.io-index)", |
1232 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1221 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1233 | ] | 1222 | ] |
1234 | 1223 | ||
@@ -1238,7 +1227,7 @@ version = "0.1.0" | |||
1238 | dependencies = [ | 1227 | dependencies = [ |
1239 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1228 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1240 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1229 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1241 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", | 1230 | "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1231 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | ] | 1232 | ] |
1244 | 1233 | ||
@@ -1289,7 +1278,7 @@ version = "0.1.41" | |||
1289 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1290 | dependencies = [ | 1279 | dependencies = [ |
1291 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1292 | "redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "redox_syscall 0.1.49 (registry+https://github.com/rust-lang/crates.io-index)", |
1293 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1294 | ] | 1283 | ] |
1295 | 1284 | ||
@@ -1298,7 +1287,7 @@ name = "tools" | |||
1298 | version = "0.1.0" | 1287 | version = "0.1.0" |
1299 | dependencies = [ | 1288 | dependencies = [ |
1300 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1289 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1301 | "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1290 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1302 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1291 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1303 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1292 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1304 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1293 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1491,7 +1480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1491 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1480 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1492 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" | 1481 | "checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727" |
1493 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" | 1482 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" |
1494 | "checksum backtrace-sys 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3fcce89e5ad5c8949caa9434501f7b55415b3e7ad5270cb88c75a8d35e8f1279" | 1483 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
1495 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" | 1484 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
1496 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" | 1485 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" |
1497 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" | 1486 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" |
@@ -1500,7 +1489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1500 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1489 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1501 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" | 1490 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" |
1502 | "checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" | 1491 | "checksum cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d1b4d380e1bab994591a24c2bdd1b054f64b60bef483a8c598c7c345bc3bbe" |
1503 | "checksum cc 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "155ed195f7bd722d1dfeb30365b9d0c1f6a078fa7ca4014497e5935d90993d6f" | 1492 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
1504 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1493 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
1505 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1494 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1506 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 1495 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
@@ -1518,8 +1507,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1518 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 1507 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
1519 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 1508 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
1520 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" | 1509 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
1521 | "checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7" | 1510 | "checksum failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e945b93ec214c6e97b520ec6c5d80267fc97af327658ee5b9f35984626e51fbf" |
1522 | "checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596" | 1511 | "checksum failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c395a14ab27b42704e85bf2435c5c51f334ad7a96e16fe23c6e63a1cad6cc12" |
1523 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1512 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1524 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" | 1513 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" |
1525 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1514 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
@@ -1558,10 +1547,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1558 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | 1547 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
1559 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 1548 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1560 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1549 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1561 | "checksum pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a677051ad923732bb5c70f2d45f8985a96e3eee2e2bff86697e3b11b0c3fcfde" | 1550 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" |
1562 | "checksum pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b76f477146419bc539a63f4ef40e902166cb43b3e51cecc71d9136fd12c567e7" | 1551 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
1563 | "checksum pest_generator 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebee4e9680be4fd162e6f3394ae4192a6b60b1e4d17d845e631f0c68d1a3386" | 1552 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
1564 | "checksum pest_meta 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f6d5f6f0e6082578c86af197d780dc38328e3f768cec06aac9bc46d714e8221" | 1553 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
1565 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" | 1554 | "checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09" |
1566 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" | 1555 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" |
1567 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1556 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
@@ -1577,7 +1566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1577 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" | 1566 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" |
1578 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1567 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1579 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1568 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1580 | "checksum redox_syscall 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a84bcd297b87a545980a2d25a0beb72a1f490c31f0a9fde52fca35bfbb1ceb70" | 1569 | "checksum redox_syscall 0.1.49 (registry+https://github.com/rust-lang/crates.io-index)" = "f22c50afdcf3f0a31ebb6b47697f6a7c5e5a24967e842858118bce0615f0afad" |
1581 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1570 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1582 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" | 1571 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
1583 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" | 1572 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" |
@@ -1597,8 +1586,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1597 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1586 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1598 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1587 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1599 | "checksum serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)" = "157e12af46859e968da75dea9845530e13d03bcab2009a41b9b7bb3cf4eb3ec2" | 1588 | "checksum serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)" = "157e12af46859e968da75dea9845530e13d03bcab2009a41b9b7bb3cf4eb3ec2" |
1600 | "checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154" | 1589 | "checksum serde_derive 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)" = "9469829702497daf2daf3c190e130c3fa72f719920f73c86160d43e8f8d76951" |
1601 | "checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" | 1590 | "checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545" |
1602 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1591 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1603 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1592 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1604 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" | 1593 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" |
@@ -1606,7 +1595,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1606 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1595 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1607 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1596 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1608 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" | 1597 | "checksum superslice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b50b13d42370e0f5fc62eafdd5c2d20065eaf5458dab215ff3e20e63eea96b30" |
1609 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" | ||
1610 | "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc" | 1598 | "checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc" |
1611 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 1599 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
1612 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" | 1600 | "checksum tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e91405c14320e5c79b3d148e1c86f40749a36e490642202a31689cb1a3452b2" |