diff options
-rw-r--r-- | Cargo.lock | 192 |
1 files changed, 100 insertions, 92 deletions
diff --git a/Cargo.lock b/Cargo.lock index 49a9da624..6bf57e4e1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -130,9 +130,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
130 | dependencies = [ | 130 | dependencies = [ |
131 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 131 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
132 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 132 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 133 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 134 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 135 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | ] | 136 | ] |
137 | 137 | ||
138 | [[package]] | 138 | [[package]] |
@@ -217,12 +217,10 @@ dependencies = [ | |||
217 | 217 | ||
218 | [[package]] | 218 | [[package]] |
219 | name = "crossbeam-channel" | 219 | name = "crossbeam-channel" |
220 | version = "0.3.6" | 220 | version = "0.3.8" |
221 | source = "registry+https://github.com/rust-lang/crates.io-index" | 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
222 | dependencies = [ | 222 | dependencies = [ |
223 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
225 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
226 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | ] | 225 | ] |
228 | 226 | ||
@@ -259,10 +257,11 @@ dependencies = [ | |||
259 | 257 | ||
260 | [[package]] | 258 | [[package]] |
261 | name = "crossbeam-utils" | 259 | name = "crossbeam-utils" |
262 | version = "0.6.3" | 260 | version = "0.6.5" |
263 | source = "registry+https://github.com/rust-lang/crates.io-index" | 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
264 | dependencies = [ | 262 | dependencies = [ |
265 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 263 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
264 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
266 | ] | 265 | ] |
267 | 266 | ||
268 | [[package]] | 267 | [[package]] |
@@ -270,7 +269,7 @@ name = "derive-new" | |||
270 | version = "0.5.6" | 269 | version = "0.5.6" |
271 | source = "registry+https://github.com/rust-lang/crates.io-index" | 270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
272 | dependencies = [ | 271 | dependencies = [ |
273 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 272 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 273 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
275 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 274 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
276 | ] | 275 | ] |
@@ -343,7 +342,7 @@ name = "failure_derive" | |||
343 | version = "0.1.5" | 342 | version = "0.1.5" |
344 | source = "registry+https://github.com/rust-lang/crates.io-index" | 343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
345 | dependencies = [ | 344 | dependencies = [ |
346 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 345 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
347 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 346 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
348 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 347 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
349 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 348 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -413,6 +412,11 @@ dependencies = [ | |||
413 | ] | 412 | ] |
414 | 413 | ||
415 | [[package]] | 414 | [[package]] |
415 | name = "fuchsia-cprng" | ||
416 | version = "0.1.0" | ||
417 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
418 | |||
419 | [[package]] | ||
416 | name = "fuchsia-zircon" | 420 | name = "fuchsia-zircon" |
417 | version = "0.3.3" | 421 | version = "0.3.3" |
418 | source = "registry+https://github.com/rust-lang/crates.io-index" | 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -435,12 +439,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
435 | name = "gen_lsp_server" | 439 | name = "gen_lsp_server" |
436 | version = "0.1.0" | 440 | version = "0.1.0" |
437 | dependencies = [ | 441 | dependencies = [ |
438 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 442 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
439 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 443 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
440 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 444 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
441 | "lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)", | 445 | "lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)", |
442 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 446 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
443 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 447 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | ] | 448 | ] |
445 | 449 | ||
446 | [[package]] | 450 | [[package]] |
@@ -517,7 +521,7 @@ dependencies = [ | |||
517 | 521 | ||
518 | [[package]] | 522 | [[package]] |
519 | name = "insta" | 523 | name = "insta" |
520 | version = "0.5.3" | 524 | version = "0.5.4" |
521 | source = "registry+https://github.com/rust-lang/crates.io-index" | 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
522 | dependencies = [ | 526 | dependencies = [ |
523 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 527 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -529,8 +533,8 @@ dependencies = [ | |||
529 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 533 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
530 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 534 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 535 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 536 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 537 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | 538 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | ] | 539 | ] |
536 | 540 | ||
@@ -643,9 +647,9 @@ dependencies = [ | |||
643 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 647 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
644 | "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
645 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 649 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 650 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
648 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 652 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 653 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 654 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | ] | 655 | ] |
@@ -761,7 +765,7 @@ name = "num-derive" | |||
761 | version = "0.2.4" | 765 | version = "0.2.4" |
762 | source = "registry+https://github.com/rust-lang/crates.io-index" | 766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
763 | dependencies = [ | 767 | dependencies = [ |
764 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
765 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
767 | ] | 771 | ] |
@@ -810,7 +814,7 @@ version = "0.4.0" | |||
810 | source = "registry+https://github.com/rust-lang/crates.io-index" | 814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
811 | dependencies = [ | 815 | dependencies = [ |
812 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 816 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 817 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 818 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
816 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 820 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -845,7 +849,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
845 | dependencies = [ | 849 | dependencies = [ |
846 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 850 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 851 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 852 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 853 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 854 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
851 | ] | 855 | ] |
@@ -862,7 +866,7 @@ dependencies = [ | |||
862 | 866 | ||
863 | [[package]] | 867 | [[package]] |
864 | name = "proc-macro2" | 868 | name = "proc-macro2" |
865 | version = "0.4.26" | 869 | version = "0.4.27" |
866 | source = "registry+https://github.com/rust-lang/crates.io-index" | 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
867 | dependencies = [ | 871 | dependencies = [ |
868 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 872 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -879,8 +883,8 @@ dependencies = [ | |||
879 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 883 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
880 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 884 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
881 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 885 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
882 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 886 | "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
883 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 887 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
884 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 888 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
885 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 889 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
886 | ] | 890 | ] |
@@ -895,7 +899,7 @@ name = "quote" | |||
895 | version = "0.6.11" | 899 | version = "0.6.11" |
896 | source = "registry+https://github.com/rust-lang/crates.io-index" | 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
897 | dependencies = [ | 901 | dependencies = [ |
898 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 902 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | ] | 903 | ] |
900 | 904 | ||
901 | [[package]] | 905 | [[package]] |
@@ -934,7 +938,7 @@ dependencies = [ | |||
934 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 938 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 939 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 940 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 941 | "insta 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 942 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 943 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
940 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 944 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -953,7 +957,7 @@ name = "ra_ide_api" | |||
953 | version = "0.1.0" | 957 | version = "0.1.0" |
954 | dependencies = [ | 958 | dependencies = [ |
955 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 959 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
956 | "insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 960 | "insta 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
957 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 961 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
958 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 962 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
959 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 963 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -976,7 +980,7 @@ dependencies = [ | |||
976 | name = "ra_ide_api_light" | 980 | name = "ra_ide_api_light" |
977 | version = "0.1.0" | 981 | version = "0.1.0" |
978 | dependencies = [ | 982 | dependencies = [ |
979 | "insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "insta 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
981 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 985 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", | 986 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -992,7 +996,7 @@ name = "ra_lsp_server" | |||
992 | version = "0.1.0" | 996 | version = "0.1.0" |
993 | dependencies = [ | 997 | dependencies = [ |
994 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 998 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
995 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 999 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
996 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1000 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1001 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
998 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1009,8 +1013,8 @@ dependencies = [ | |||
1009 | "ra_vfs 0.1.0", | 1013 | "ra_vfs 0.1.0", |
1010 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1014 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1013 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 1017 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1018 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "test_utils 0.1.0", | 1019 | "test_utils 0.1.0", |
1016 | "thread_worker 0.1.0", | 1020 | "thread_worker 0.1.0", |
@@ -1065,7 +1069,7 @@ dependencies = [ | |||
1065 | name = "ra_vfs" | 1069 | name = "ra_vfs" |
1066 | version = "0.1.0" | 1070 | version = "0.1.0" |
1067 | dependencies = [ | 1071 | dependencies = [ |
1068 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1072 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1073 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1074 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1071 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1081,28 +1085,29 @@ dependencies = [ | |||
1081 | 1085 | ||
1082 | [[package]] | 1086 | [[package]] |
1083 | name = "rand" | 1087 | name = "rand" |
1084 | version = "0.5.5" | 1088 | version = "0.5.6" |
1085 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1086 | dependencies = [ | 1090 | dependencies = [ |
1087 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1091 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1092 | "fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 1093 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1090 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1094 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1091 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | ] | 1096 | ] |
1093 | 1097 | ||
1094 | [[package]] | 1098 | [[package]] |
1095 | name = "rand" | 1099 | name = "rand" |
1096 | version = "0.6.4" | 1100 | version = "0.6.5" |
1097 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1098 | dependencies = [ | 1102 | dependencies = [ |
1099 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1103 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 1104 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1105 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1103 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1107 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1104 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1105 | "rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1106 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1112 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1113 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1114,14 +1119,6 @@ version = "0.1.1" | |||
1114 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1115 | dependencies = [ | 1120 | dependencies = [ |
1116 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1117 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1118 | ] | ||
1119 | |||
1120 | [[package]] | ||
1121 | name = "rand_core" | ||
1122 | version = "0.2.2" | ||
1123 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1124 | dependencies = [ | ||
1125 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1122 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 | ] | 1123 | ] |
1127 | 1124 | ||
@@ -1143,7 +1140,7 @@ name = "rand_hc" | |||
1143 | version = "0.1.0" | 1140 | version = "0.1.0" |
1144 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 | dependencies = [ | 1142 | dependencies = [ |
1146 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1143 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | ] | 1144 | ] |
1148 | 1145 | ||
1149 | [[package]] | 1146 | [[package]] |
@@ -1155,14 +1152,24 @@ dependencies = [ | |||
1155 | ] | 1152 | ] |
1156 | 1153 | ||
1157 | [[package]] | 1154 | [[package]] |
1155 | name = "rand_jitter" | ||
1156 | version = "0.1.2" | ||
1157 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1158 | dependencies = [ | ||
1159 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1160 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1161 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1162 | ] | ||
1163 | |||
1164 | [[package]] | ||
1158 | name = "rand_os" | 1165 | name = "rand_os" |
1159 | version = "0.1.1" | 1166 | version = "0.1.2" |
1160 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1161 | dependencies = [ | 1168 | dependencies = [ |
1162 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1169 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1170 | "fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1164 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 1171 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1165 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1172 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1166 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1173 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1167 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1174 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1168 | ] | 1175 | ] |
@@ -1181,7 +1188,7 @@ name = "rand_xorshift" | |||
1181 | version = "0.1.1" | 1188 | version = "0.1.1" |
1182 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1183 | dependencies = [ | 1190 | dependencies = [ |
1184 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | ] | 1192 | ] |
1186 | 1193 | ||
1187 | [[package]] | 1194 | [[package]] |
@@ -1233,14 +1240,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1233 | dependencies = [ | 1240 | dependencies = [ |
1234 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1241 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1235 | "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1242 | "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1236 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1243 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1237 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1244 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1238 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1245 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1239 | ] | 1246 | ] |
1240 | 1247 | ||
1241 | [[package]] | 1248 | [[package]] |
1242 | name = "regex-syntax" | 1249 | name = "regex-syntax" |
1243 | version = "0.6.4" | 1250 | version = "0.6.5" |
1244 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1245 | dependencies = [ | 1252 | dependencies = [ |
1246 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1253 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1266,7 +1273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1266 | dependencies = [ | 1273 | dependencies = [ |
1267 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1274 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1268 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1275 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1269 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1270 | ] | 1277 | ] |
1271 | 1278 | ||
1272 | [[package]] | 1279 | [[package]] |
@@ -1338,7 +1345,7 @@ version = "0.10.0" | |||
1338 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1339 | dependencies = [ | 1346 | dependencies = [ |
1340 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1347 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1341 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1348 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1342 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1349 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1343 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1350 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1344 | ] | 1351 | ] |
@@ -1348,7 +1355,7 @@ name = "same-file" | |||
1348 | version = "1.0.4" | 1355 | version = "1.0.4" |
1349 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1350 | dependencies = [ | 1357 | dependencies = [ |
1351 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1358 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1352 | ] | 1359 | ] |
1353 | 1360 | ||
1354 | [[package]] | 1361 | [[package]] |
@@ -1362,7 +1369,7 @@ version = "0.9.0" | |||
1362 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1363 | dependencies = [ | 1370 | dependencies = [ |
1364 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1365 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1372 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | ] | 1373 | ] |
1367 | 1374 | ||
1368 | [[package]] | 1375 | [[package]] |
@@ -1372,30 +1379,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1372 | 1379 | ||
1373 | [[package]] | 1380 | [[package]] |
1374 | name = "serde" | 1381 | name = "serde" |
1375 | version = "1.0.85" | 1382 | version = "1.0.87" |
1376 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1377 | dependencies = [ | 1384 | dependencies = [ |
1378 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1385 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1379 | ] | 1386 | ] |
1380 | 1387 | ||
1381 | [[package]] | 1388 | [[package]] |
1382 | name = "serde_derive" | 1389 | name = "serde_derive" |
1383 | version = "1.0.85" | 1390 | version = "1.0.87" |
1384 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1385 | dependencies = [ | 1392 | dependencies = [ |
1386 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1393 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1387 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1394 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1388 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1395 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1389 | ] | 1396 | ] |
1390 | 1397 | ||
1391 | [[package]] | 1398 | [[package]] |
1392 | name = "serde_json" | 1399 | name = "serde_json" |
1393 | version = "1.0.37" | 1400 | version = "1.0.38" |
1394 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1395 | dependencies = [ | 1402 | dependencies = [ |
1396 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1403 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1397 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1404 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1405 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1399 | ] | 1406 | ] |
1400 | 1407 | ||
1401 | [[package]] | 1408 | [[package]] |
@@ -1405,7 +1412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1405 | dependencies = [ | 1412 | dependencies = [ |
1406 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1413 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1407 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1414 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1408 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1415 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1409 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1416 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1410 | ] | 1417 | ] |
1411 | 1418 | ||
@@ -1446,7 +1453,7 @@ name = "smol_str" | |||
1446 | version = "0.1.9" | 1453 | version = "0.1.9" |
1447 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1448 | dependencies = [ | 1455 | dependencies = [ |
1449 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1450 | ] | 1457 | ] |
1451 | 1458 | ||
1452 | [[package]] | 1459 | [[package]] |
@@ -1469,7 +1476,7 @@ name = "syn" | |||
1469 | version = "0.15.26" | 1476 | version = "0.15.26" |
1470 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1471 | dependencies = [ | 1478 | dependencies = [ |
1472 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1479 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1473 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1480 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1474 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1481 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1475 | ] | 1482 | ] |
@@ -1479,7 +1486,7 @@ name = "synstructure" | |||
1479 | version = "0.10.1" | 1486 | version = "0.10.1" |
1480 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1481 | dependencies = [ | 1488 | dependencies = [ |
1482 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1489 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1483 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1490 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1484 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1491 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1485 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1492 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1492,7 +1499,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1492 | dependencies = [ | 1499 | dependencies = [ |
1493 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1500 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1494 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 1501 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1495 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1502 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1496 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1503 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1497 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1504 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1498 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1505 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1511,8 +1518,8 @@ dependencies = [ | |||
1511 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1512 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1516 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1523 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1517 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1524 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1518 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1525 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1553,7 +1560,7 @@ version = "0.1.0" | |||
1553 | dependencies = [ | 1560 | dependencies = [ |
1554 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1555 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1556 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1557 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1564 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1558 | ] | 1565 | ] |
1559 | 1566 | ||
@@ -1562,7 +1569,7 @@ name = "text_unit" | |||
1562 | version = "0.1.6" | 1569 | version = "0.1.6" |
1563 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1564 | dependencies = [ | 1571 | dependencies = [ |
1565 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1572 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1566 | ] | 1573 | ] |
1567 | 1574 | ||
1568 | [[package]] | 1575 | [[package]] |
@@ -1585,7 +1592,7 @@ dependencies = [ | |||
1585 | name = "thread_worker" | 1592 | name = "thread_worker" |
1586 | version = "0.1.0" | 1593 | version = "0.1.0" |
1587 | dependencies = [ | 1594 | dependencies = [ |
1588 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1595 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1589 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1596 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1590 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1597 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1591 | ] | 1598 | ] |
@@ -1613,7 +1620,7 @@ name = "tokio-executor" | |||
1613 | version = "0.1.6" | 1620 | version = "0.1.6" |
1614 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1615 | dependencies = [ | 1622 | dependencies = [ |
1616 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1623 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1617 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1624 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
1618 | ] | 1625 | ] |
1619 | 1626 | ||
@@ -1632,7 +1639,7 @@ name = "tokio-reactor" | |||
1632 | version = "0.1.8" | 1639 | version = "0.1.8" |
1633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1634 | dependencies = [ | 1641 | dependencies = [ |
1635 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1642 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1636 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1643 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
1637 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1644 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1638 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1645 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1776,7 +1783,7 @@ name = "url_serde" | |||
1776 | version = "0.2.0" | 1783 | version = "0.2.0" |
1777 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1778 | dependencies = [ | 1785 | dependencies = [ |
1779 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1786 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
1780 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1787 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1781 | ] | 1788 | ] |
1782 | 1789 | ||
@@ -1815,7 +1822,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1815 | dependencies = [ | 1822 | dependencies = [ |
1816 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1823 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1817 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1824 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1818 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1825 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1819 | ] | 1826 | ] |
1820 | 1827 | ||
1821 | [[package]] | 1828 | [[package]] |
@@ -1844,7 +1851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1844 | 1851 | ||
1845 | [[package]] | 1852 | [[package]] |
1846 | name = "winapi-util" | 1853 | name = "winapi-util" |
1847 | version = "0.1.1" | 1854 | version = "0.1.2" |
1848 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1849 | dependencies = [ | 1856 | dependencies = [ |
1850 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1857 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1900,11 +1907,11 @@ dependencies = [ | |||
1900 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1907 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1901 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" | 1908 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" |
1902 | "checksum console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf3720d3f3fc30b721ef1ae54e13af3264af4af39dc476a8de56a6ee1e2184b" | 1909 | "checksum console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf3720d3f3fc30b721ef1ae54e13af3264af4af39dc476a8de56a6ee1e2184b" |
1903 | "checksum crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "137bc235f622ffaa0428e3854e24acb53291fc0b3ff6fb2cb75a8be6fb02f06b" | 1910 | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" |
1904 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" | 1911 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" |
1905 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" | 1912 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" |
1906 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" | 1913 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" |
1907 | "checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a" | 1914 | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" |
1908 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" | 1915 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" |
1909 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" | 1916 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
1910 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 1917 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
@@ -1925,6 +1932,7 @@ dependencies = [ | |||
1925 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" | 1932 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" |
1926 | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" | 1933 | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" |
1927 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" | 1934 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" |
1935 | "checksum fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81f7f8eb465745ea9b02e2704612a9946a59fa40572086c6fd49d6ddcf30bf31" | ||
1928 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1936 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1929 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1937 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1930 | "checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" | 1938 | "checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" |
@@ -1937,7 +1945,7 @@ dependencies = [ | |||
1937 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1945 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1938 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1946 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1939 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1947 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1940 | "checksum insta 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3a9b38a9dcf97dd2f32f727a14bcd536d24f522122ea6cb0ab8721cdee48a700" | 1948 | "checksum insta 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d560430a1f99db1ebb256cf85ff4a1aec37ffaac961ed598436580b65a38a177" |
1941 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1949 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1942 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1950 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1943 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1951 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
@@ -1976,19 +1984,19 @@ dependencies = [ | |||
1976 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" | 1984 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
1977 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" | 1985 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
1978 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" | 1986 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
1979 | "checksum proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "38fddd23d98b2144d197c0eca5705632d4fe2667d14a6be5df8934f8d74f1978" | 1987 | "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" |
1980 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" | 1988 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" |
1981 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1989 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1982 | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" | 1990 | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" |
1983 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 1991 | "checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" |
1984 | "checksum rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3906503e80ac6cbcacb2c2973fa8e473f24d7e2747c8c92bb230c2441cad96b5" | 1992 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
1985 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1993 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1986 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" | ||
1987 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 1994 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
1988 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | 1995 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
1989 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 1996 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
1990 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 1997 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
1991 | "checksum rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f46fbd5550acf75b0c2730f5dd1873751daf9beb8f11b44027778fae50d7feca" | 1998 | "checksum rand_jitter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "080723c6145e37503a2224f801f252e14ac5531cb450f4502698542d188cb3c0" |
1999 | "checksum rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b7c690732391ae0abafced5015ffb53656abfaec61b342290e5eb56b286a679d" | ||
1992 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | 2000 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
1993 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | 2001 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
1994 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 2002 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
@@ -1997,7 +2005,7 @@ dependencies = [ | |||
1997 | "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" | 2005 | "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" |
1998 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 2006 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1999 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" | 2007 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
2000 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" | 2008 | "checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" |
2001 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 2009 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
2002 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 2010 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
2003 | "checksum ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d9cb28ade964585205aaca1f3d41a6297f72e1ad097b49c4bbde033ef86b38d7" | 2011 | "checksum ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d9cb28ade964585205aaca1f3d41a6297f72e1ad097b49c4bbde033ef86b38d7" |
@@ -2013,9 +2021,9 @@ dependencies = [ | |||
2013 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 2021 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
2014 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2022 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2015 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2023 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2016 | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" | 2024 | "checksum serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)" = "2e20fde37801e83c891a2dc4ebd3b81f0da4d1fb67a9e0a2a3b921e2536a58ee" |
2017 | "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" | 2025 | "checksum serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)" = "633e97856567e518b59ffb2ad7c7a4fd4c5d91d9c7f32dd38a27b2bf7e8114ea" |
2018 | "checksum serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "4b90a9fbe1211e57d3e1c15670f1cb00802988fb23a1a4aad7a2b63544f1920e" | 2026 | "checksum serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "27dce848e7467aa0e2fcaf0a413641499c0b745452aaca1194d24dedde9e13c9" |
2019 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | 2027 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" |
2020 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 2028 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
2021 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2029 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
@@ -2068,7 +2076,7 @@ dependencies = [ | |||
2068 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | 2076 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
2069 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 2077 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
2070 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 2078 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2071 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" | 2079 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
2072 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 2080 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2073 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 2081 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
2074 | "checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e" | 2082 | "checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e" |