diff options
-rw-r--r-- | Cargo.lock | 190 |
1 files changed, 116 insertions, 74 deletions
diff --git a/Cargo.lock b/Cargo.lock index 572e2f424..35504da93 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -29,7 +29,7 @@ name = "atty" | |||
29 | version = "0.2.13" | 29 | version = "0.2.13" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | dependencies = [ | 31 | dependencies = [ |
32 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 32 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 33 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | ] | 34 | ] |
35 | 35 | ||
@@ -47,8 +47,8 @@ dependencies = [ | |||
47 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 48 | "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 49 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | ] | 53 | ] |
54 | 54 | ||
@@ -59,8 +59,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
59 | dependencies = [ | 59 | dependencies = [ |
60 | "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", | 60 | "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 61 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 62 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
63 | "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | ] | 64 | ] |
65 | 65 | ||
66 | [[package]] | 66 | [[package]] |
@@ -68,8 +68,8 @@ name = "backtrace-sys" | |||
68 | version = "0.1.31" | 68 | version = "0.1.31" |
69 | source = "registry+https://github.com/rust-lang/crates.io-index" | 69 | source = "registry+https://github.com/rust-lang/crates.io-index" |
70 | dependencies = [ | 70 | dependencies = [ |
71 | "cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 71 | "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
72 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 72 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
73 | ] | 73 | ] |
74 | 74 | ||
75 | [[package]] | 75 | [[package]] |
@@ -119,7 +119,7 @@ dependencies = [ | |||
119 | 119 | ||
120 | [[package]] | 120 | [[package]] |
121 | name = "bstr" | 121 | name = "bstr" |
122 | version = "0.2.6" | 122 | version = "0.2.7" |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
124 | dependencies = [ | 124 | dependencies = [ |
125 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -158,7 +158,7 @@ dependencies = [ | |||
158 | 158 | ||
159 | [[package]] | 159 | [[package]] |
160 | name = "cc" | 160 | name = "cc" |
161 | version = "1.0.38" | 161 | version = "1.0.40" |
162 | source = "registry+https://github.com/rust-lang/crates.io-index" | 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
163 | 163 | ||
164 | [[package]] | 164 | [[package]] |
@@ -226,7 +226,7 @@ name = "chrono" | |||
226 | version = "0.4.7" | 226 | version = "0.4.7" |
227 | source = "registry+https://github.com/rust-lang/crates.io-index" | 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
228 | dependencies = [ | 228 | dependencies = [ |
229 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -259,7 +259,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
259 | dependencies = [ | 259 | dependencies = [ |
260 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | 260 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 261 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 262 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 263 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
264 | ] | 264 | ] |
265 | 265 | ||
@@ -280,7 +280,7 @@ dependencies = [ | |||
280 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 280 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 281 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 282 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
283 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 283 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
284 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 284 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
285 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -382,7 +382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
382 | dependencies = [ | 382 | dependencies = [ |
383 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 383 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 384 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 385 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | ] | 386 | ] |
387 | 387 | ||
388 | [[package]] | 388 | [[package]] |
@@ -472,7 +472,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
472 | dependencies = [ | 472 | dependencies = [ |
473 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 473 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
474 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 474 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 475 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | 476 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
477 | ] | 477 | ] |
478 | 478 | ||
@@ -487,7 +487,7 @@ version = "0.2.5" | |||
487 | source = "registry+https://github.com/rust-lang/crates.io-index" | 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
488 | dependencies = [ | 488 | dependencies = [ |
489 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 489 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 490 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
491 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 491 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
492 | ] | 492 | ] |
493 | 493 | ||
@@ -537,7 +537,7 @@ name = "fsevent-sys" | |||
537 | version = "2.0.1" | 537 | version = "2.0.1" |
538 | source = "registry+https://github.com/rust-lang/crates.io-index" | 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
539 | dependencies = [ | 539 | dependencies = [ |
540 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
541 | ] | 541 | ] |
542 | 542 | ||
543 | [[package]] | 543 | [[package]] |
@@ -589,11 +589,12 @@ dependencies = [ | |||
589 | 589 | ||
590 | [[package]] | 590 | [[package]] |
591 | name = "getrandom" | 591 | name = "getrandom" |
592 | version = "0.1.8" | 592 | version = "0.1.9" |
593 | source = "registry+https://github.com/rust-lang/crates.io-index" | 593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
594 | dependencies = [ | 594 | dependencies = [ |
595 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 595 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
596 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 596 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | "wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
597 | ] | 598 | ] |
598 | 599 | ||
599 | [[package]] | 600 | [[package]] |
@@ -612,7 +613,7 @@ version = "0.4.4" | |||
612 | source = "registry+https://github.com/rust-lang/crates.io-index" | 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
613 | dependencies = [ | 614 | dependencies = [ |
614 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 615 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
615 | "bstr 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 616 | "bstr 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 617 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
617 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 618 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 619 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -665,7 +666,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
665 | dependencies = [ | 666 | dependencies = [ |
666 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 667 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 668 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
668 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 669 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
669 | ] | 670 | ] |
670 | 671 | ||
671 | [[package]] | 672 | [[package]] |
@@ -673,12 +674,12 @@ name = "inotify-sys" | |||
673 | version = "0.1.3" | 674 | version = "0.1.3" |
674 | source = "registry+https://github.com/rust-lang/crates.io-index" | 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
675 | dependencies = [ | 676 | dependencies = [ |
676 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 677 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | ] | 678 | ] |
678 | 679 | ||
679 | [[package]] | 680 | [[package]] |
680 | name = "insta" | 681 | name = "insta" |
681 | version = "0.10.0" | 682 | version = "0.10.1" |
682 | source = "registry+https://github.com/rust-lang/crates.io-index" | 683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
683 | dependencies = [ | 684 | dependencies = [ |
684 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 685 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -701,7 +702,7 @@ name = "iovec" | |||
701 | version = "0.1.2" | 702 | version = "0.1.2" |
702 | source = "registry+https://github.com/rust-lang/crates.io-index" | 703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
703 | dependencies = [ | 704 | dependencies = [ |
704 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 705 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
705 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 706 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | ] | 707 | ] |
707 | 708 | ||
@@ -724,7 +725,7 @@ version = "0.3.3" | |||
724 | source = "registry+https://github.com/rust-lang/crates.io-index" | 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
725 | dependencies = [ | 726 | dependencies = [ |
726 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 727 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
727 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
728 | "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | ] | 730 | ] |
730 | 731 | ||
@@ -733,9 +734,9 @@ name = "jemalloc-sys" | |||
733 | version = "0.3.2" | 734 | version = "0.3.2" |
734 | source = "registry+https://github.com/rust-lang/crates.io-index" | 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
735 | dependencies = [ | 736 | dependencies = [ |
736 | "cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
737 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 739 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | ] | 740 | ] |
740 | 741 | ||
741 | [[package]] | 742 | [[package]] |
@@ -744,7 +745,7 @@ version = "0.3.2" | |||
744 | source = "registry+https://github.com/rust-lang/crates.io-index" | 745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
745 | dependencies = [ | 746 | dependencies = [ |
746 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 747 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
747 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 748 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | ] | 749 | ] |
749 | 750 | ||
750 | [[package]] | 751 | [[package]] |
@@ -783,7 +784,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
783 | 784 | ||
784 | [[package]] | 785 | [[package]] |
785 | name = "libc" | 786 | name = "libc" |
786 | version = "0.2.60" | 787 | version = "0.2.62" |
787 | source = "registry+https://github.com/rust-lang/crates.io-index" | 788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
788 | 789 | ||
789 | [[package]] | 790 | [[package]] |
@@ -862,7 +863,7 @@ dependencies = [ | |||
862 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 863 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
863 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 864 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
864 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 865 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
865 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 866 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
866 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 867 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
867 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 868 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
868 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 869 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -898,7 +899,7 @@ version = "0.2.33" | |||
898 | source = "registry+https://github.com/rust-lang/crates.io-index" | 899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
899 | dependencies = [ | 900 | dependencies = [ |
900 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 901 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
901 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 902 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 903 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | ] | 904 | ] |
904 | 905 | ||
@@ -918,7 +919,7 @@ dependencies = [ | |||
918 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 919 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 920 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
920 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 921 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
921 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 922 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
922 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 923 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
923 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 924 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
924 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 925 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -932,7 +933,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
932 | dependencies = [ | 933 | dependencies = [ |
933 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 934 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 935 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 936 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | ] | 937 | ] |
937 | 938 | ||
938 | [[package]] | 939 | [[package]] |
@@ -957,7 +958,7 @@ name = "num_cpus" | |||
957 | version = "1.10.1" | 958 | version = "1.10.1" |
958 | source = "registry+https://github.com/rust-lang/crates.io-index" | 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
959 | dependencies = [ | 960 | dependencies = [ |
960 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 961 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
961 | ] | 962 | ] |
962 | 963 | ||
963 | [[package]] | 964 | [[package]] |
@@ -970,7 +971,7 @@ dependencies = [ | |||
970 | 971 | ||
971 | [[package]] | 972 | [[package]] |
972 | name = "once_cell" | 973 | name = "once_cell" |
973 | version = "0.2.4" | 974 | version = "0.2.6" |
974 | source = "registry+https://github.com/rust-lang/crates.io-index" | 975 | source = "registry+https://github.com/rust-lang/crates.io-index" |
975 | dependencies = [ | 976 | dependencies = [ |
976 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1013,7 +1014,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1013 | dependencies = [ | 1014 | dependencies = [ |
1014 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1017 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1018 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1019 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1020 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1028,7 +1029,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1028 | dependencies = [ | 1029 | dependencies = [ |
1029 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1031 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1032 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1033 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1034 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1034 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1035 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1041,7 +1042,7 @@ version = "0.1.5" | |||
1041 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1042 | dependencies = [ | 1043 | dependencies = [ |
1043 | "paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | "proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1045 | ] | 1046 | ] |
1046 | 1047 | ||
1047 | [[package]] | 1048 | [[package]] |
@@ -1049,10 +1050,10 @@ name = "paste-impl" | |||
1049 | version = "0.1.5" | 1050 | version = "0.1.5" |
1050 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1051 | dependencies = [ | 1052 | dependencies = [ |
1052 | "proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1055 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1056 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1056 | ] | 1057 | ] |
1057 | 1058 | ||
1058 | [[package]] | 1059 | [[package]] |
@@ -1086,7 +1087,7 @@ dependencies = [ | |||
1086 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1087 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1088 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1089 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1090 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1090 | ] | 1091 | ] |
1091 | 1092 | ||
1092 | [[package]] | 1093 | [[package]] |
@@ -1115,12 +1116,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1115 | 1116 | ||
1116 | [[package]] | 1117 | [[package]] |
1117 | name = "proc-macro-hack" | 1118 | name = "proc-macro-hack" |
1118 | version = "0.5.8" | 1119 | version = "0.5.9" |
1119 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1120 | dependencies = [ | 1121 | dependencies = [ |
1121 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1122 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1122 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1123 | "quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1123 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1124 | "syn 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1124 | ] | 1125 | ] |
1125 | 1126 | ||
1126 | [[package]] | 1127 | [[package]] |
@@ -1132,6 +1133,14 @@ dependencies = [ | |||
1132 | ] | 1133 | ] |
1133 | 1134 | ||
1134 | [[package]] | 1135 | [[package]] |
1136 | name = "proc-macro2" | ||
1137 | version = "1.0.0" | ||
1138 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1139 | dependencies = [ | ||
1140 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1141 | ] | ||
1142 | |||
1143 | [[package]] | ||
1135 | name = "proptest" | 1144 | name = "proptest" |
1136 | version = "0.9.4" | 1145 | version = "0.9.4" |
1137 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1162,6 +1171,14 @@ dependencies = [ | |||
1162 | ] | 1171 | ] |
1163 | 1172 | ||
1164 | [[package]] | 1173 | [[package]] |
1174 | name = "quote" | ||
1175 | version = "1.0.0" | ||
1176 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1177 | dependencies = [ | ||
1178 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1179 | ] | ||
1180 | |||
1181 | [[package]] | ||
1165 | name = "ra_arena" | 1182 | name = "ra_arena" |
1166 | version = "0.1.0" | 1183 | version = "0.1.0" |
1167 | 1184 | ||
@@ -1173,7 +1190,7 @@ dependencies = [ | |||
1173 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1174 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1175 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1176 | "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "once_cell 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1177 | "ra_db 0.1.0", | 1194 | "ra_db 0.1.0", |
1178 | "ra_fmt 0.1.0", | 1195 | "ra_fmt 0.1.0", |
1179 | "ra_hir 0.1.0", | 1196 | "ra_hir 0.1.0", |
@@ -1239,10 +1256,10 @@ dependencies = [ | |||
1239 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 1256 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", |
1240 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 1257 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", |
1241 | "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1258 | "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | "insta 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1259 | "insta 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1260 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1244 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1261 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1245 | "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1262 | "once_cell 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1246 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1263 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1247 | "ra_arena 0.1.0", | 1264 | "ra_arena 0.1.0", |
1248 | "ra_db 0.1.0", | 1265 | "ra_db 0.1.0", |
@@ -1261,7 +1278,7 @@ version = "0.1.0" | |||
1261 | dependencies = [ | 1278 | dependencies = [ |
1262 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1279 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1263 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1264 | "insta 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "insta 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1265 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1266 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1267 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1339,7 +1356,7 @@ dependencies = [ | |||
1339 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1356 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1340 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1357 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1341 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1358 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1342 | "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1359 | "once_cell 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1343 | ] | 1360 | ] |
1344 | 1361 | ||
1345 | [[package]] | 1362 | [[package]] |
@@ -1431,7 +1448,7 @@ version = "0.6.5" | |||
1431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1432 | dependencies = [ | 1449 | dependencies = [ |
1433 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1450 | "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1434 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1435 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1452 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1436 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1453 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1454 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1448,8 +1465,8 @@ name = "rand" | |||
1448 | version = "0.7.0" | 1465 | version = "0.7.0" |
1449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1450 | dependencies = [ | 1467 | dependencies = [ |
1451 | "getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1468 | "getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1469 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1453 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1470 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1454 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1471 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1455 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1472 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1492,7 +1509,7 @@ name = "rand_core" | |||
1492 | version = "0.5.0" | 1509 | version = "0.5.0" |
1493 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1494 | dependencies = [ | 1511 | dependencies = [ |
1495 | "getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1512 | "getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1496 | ] | 1513 | ] |
1497 | 1514 | ||
1498 | [[package]] | 1515 | [[package]] |
@@ -1524,7 +1541,7 @@ name = "rand_jitter" | |||
1524 | version = "0.1.4" | 1541 | version = "0.1.4" |
1525 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1526 | dependencies = [ | 1543 | dependencies = [ |
1527 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1544 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1528 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1545 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1529 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1546 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1530 | ] | 1547 | ] |
@@ -1536,7 +1553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1536 | dependencies = [ | 1553 | dependencies = [ |
1537 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1554 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1538 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1555 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1539 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1556 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1540 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1557 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1541 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1558 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1542 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1559 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1654,7 +1671,7 @@ dependencies = [ | |||
1654 | 1671 | ||
1655 | [[package]] | 1672 | [[package]] |
1656 | name = "rustc-demangle" | 1673 | name = "rustc-demangle" |
1657 | version = "0.1.15" | 1674 | version = "0.1.16" |
1658 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1659 | 1676 | ||
1660 | [[package]] | 1677 | [[package]] |
@@ -1702,7 +1719,7 @@ dependencies = [ | |||
1702 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1719 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1703 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1720 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1704 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1721 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1705 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1722 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1706 | ] | 1723 | ] |
1707 | 1724 | ||
1708 | [[package]] | 1725 | [[package]] |
@@ -1747,7 +1764,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1747 | dependencies = [ | 1764 | dependencies = [ |
1748 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1765 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1749 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1766 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1750 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1767 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1751 | ] | 1768 | ] |
1752 | 1769 | ||
1753 | [[package]] | 1770 | [[package]] |
@@ -1813,9 +1830,9 @@ name = "stacker" | |||
1813 | version = "0.1.5" | 1830 | version = "0.1.5" |
1814 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1815 | dependencies = [ | 1832 | dependencies = [ |
1816 | "cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1833 | "cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1817 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1834 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1818 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1835 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1819 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1836 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1820 | ] | 1837 | ] |
1821 | 1838 | ||
@@ -1831,7 +1848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1831 | 1848 | ||
1832 | [[package]] | 1849 | [[package]] |
1833 | name = "syn" | 1850 | name = "syn" |
1834 | version = "0.15.43" | 1851 | version = "0.15.44" |
1835 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1836 | dependencies = [ | 1853 | dependencies = [ |
1837 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1854 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1840,13 +1857,23 @@ dependencies = [ | |||
1840 | ] | 1857 | ] |
1841 | 1858 | ||
1842 | [[package]] | 1859 | [[package]] |
1860 | name = "syn" | ||
1861 | version = "1.0.1" | ||
1862 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1863 | dependencies = [ | ||
1864 | "proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1865 | "quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1866 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1867 | ] | ||
1868 | |||
1869 | [[package]] | ||
1843 | name = "synstructure" | 1870 | name = "synstructure" |
1844 | version = "0.10.2" | 1871 | version = "0.10.2" |
1845 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1872 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1846 | dependencies = [ | 1873 | dependencies = [ |
1847 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1874 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1848 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1875 | "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1849 | "syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)", | 1876 | "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1850 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1877 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1851 | ] | 1878 | ] |
1852 | 1879 | ||
@@ -1856,7 +1883,7 @@ version = "3.1.0" | |||
1856 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1857 | dependencies = [ | 1884 | dependencies = [ |
1858 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1885 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1859 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1886 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1860 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1887 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1861 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1888 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1862 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1889 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1898,7 +1925,7 @@ name = "termios" | |||
1898 | version = "0.3.1" | 1925 | version = "0.3.1" |
1899 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1900 | dependencies = [ | 1927 | dependencies = [ |
1901 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1928 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1902 | ] | 1929 | ] |
1903 | 1930 | ||
1904 | [[package]] | 1931 | [[package]] |
@@ -1952,7 +1979,7 @@ name = "time" | |||
1952 | version = "0.1.42" | 1979 | version = "0.1.42" |
1953 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1954 | dependencies = [ | 1981 | dependencies = [ |
1955 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1982 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
1956 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1983 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1957 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1984 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1958 | ] | 1985 | ] |
@@ -2051,6 +2078,11 @@ version = "0.1.0" | |||
2051 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2052 | 2079 | ||
2053 | [[package]] | 2080 | [[package]] |
2081 | name = "unicode-xid" | ||
2082 | version = "0.2.0" | ||
2083 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2084 | |||
2085 | [[package]] | ||
2054 | name = "url" | 2086 | name = "url" |
2055 | version = "1.7.2" | 2087 | version = "1.7.2" |
2056 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2099,6 +2131,11 @@ dependencies = [ | |||
2099 | ] | 2131 | ] |
2100 | 2132 | ||
2101 | [[package]] | 2133 | [[package]] |
2134 | name = "wasi" | ||
2135 | version = "0.5.0" | ||
2136 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2137 | |||
2138 | [[package]] | ||
2102 | name = "winapi" | 2139 | name = "winapi" |
2103 | version = "0.2.8" | 2140 | version = "0.2.8" |
2104 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2172,12 +2209,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2172 | "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" | 2209 | "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
2173 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" | 2210 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
2174 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" | 2211 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
2175 | "checksum bstr 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e0a692f1c740e7e821ca71a22cf99b9b2322dfa94d10f71443befb1797b3946a" | 2212 | "checksum bstr 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94cdf78eb7e94c566c1f5dbe2abf8fc70a548fc902942a48c4b3a98b48ca9ade" |
2176 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | 2213 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
2177 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 2214 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
2178 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" | 2215 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
2179 | "checksum cargo_metadata 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e904f164f39cae0c3a4f2713eb97a47ba64676a071e99a69ddfef4994694d2c" | 2216 | "checksum cargo_metadata 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e904f164f39cae0c3a4f2713eb97a47ba64676a071e99a69ddfef4994694d2c" |
2180 | "checksum cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ce400c638d48ee0e9ab75aef7997609ec57367ccfe1463f21bf53c3eca67bf46" | 2217 | "checksum cc 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "b548a4ee81fccb95919d4e22cfea83c7693ebfd78f0495493178db20b3139da7" |
2181 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 2218 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
2182 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 2219 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
2183 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 2220 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
@@ -2227,7 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2227 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 2264 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
2228 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 2265 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
2229 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | 2266 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
2230 | "checksum getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "34f33de6f0ae7c9cb5e574502a562e2b512799e32abb801cd1e79ad952b62b49" | 2267 | "checksum getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2512b3191f22e2763a5db387f1c9409379772e2050841722eb4a8c4f497bf096" |
2231 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 2268 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
2232 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 2269 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
2233 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 2270 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
@@ -2238,7 +2275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2238 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 2275 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
2239 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 2276 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
2240 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 2277 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
2241 | "checksum insta 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00eef45accbe65bfb859ad16649c6b4bed246768d89493473d9ab6c6a0eb908f" | 2278 | "checksum insta 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcb8917b02e8fee27da19291be792fa53acec68ea0b7a45a914dcb80a67d42ab" |
2242 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 2279 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
2243 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 2280 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
2244 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 2281 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
@@ -2251,7 +2288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2251 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | 2288 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
2252 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | 2289 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
2253 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 2290 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
2254 | "checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb" | 2291 | "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
2255 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2292 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2256 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | 2293 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
2257 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | 2294 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
@@ -2272,7 +2309,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2272 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 2309 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
2273 | "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" | 2310 | "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
2274 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" | 2311 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" |
2275 | "checksum once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e" | 2312 | "checksum once_cell 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1824583b0e4dc0c1716eea4fb51a9ca2634943f0b07fd929e79af6aeb5a513cc" |
2276 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" | 2313 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
2277 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 2314 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
2278 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" | 2315 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" |
@@ -2288,11 +2325,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2288 | "checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" | 2325 | "checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" |
2289 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 2326 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
2290 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 2327 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
2291 | "checksum proc-macro-hack 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "982a35d1194084ba319d65c4a68d24ca28f5fdb5b8bc20899e4eef8641ea5178" | 2328 | "checksum proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e688f31d92ffd7c1ddc57a1b4e6d773c0f2a14ee437a4b0a4f5a69c80eb221c8" |
2292 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | 2329 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
2330 | "checksum proc-macro2 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "19f287c234c9b2d0308d692dee5c449c1a171167a6f8150f7cf2a49d8fd96967" | ||
2293 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 2331 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
2294 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 2332 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
2295 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | 2333 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
2334 | "checksum quote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ab938ebe6f1c82426b5fb82eaf10c3e3028c53deaa3fbe38f5904b37cf4d767" | ||
2296 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" | 2335 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" |
2297 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" | 2336 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" |
2298 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2337 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
@@ -2320,7 +2359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2320 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 2359 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
2321 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" | 2360 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" |
2322 | "checksum rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dc2b79612dedc9004083a61448eb669d336d56690aab29fbd7249e8c8ab41d8c" | 2361 | "checksum rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dc2b79612dedc9004083a61448eb669d336d56690aab29fbd7249e8c8ab41d8c" |
2323 | "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" | 2362 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
2324 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 2363 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
2325 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 2364 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
2326 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" | 2365 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
@@ -2342,7 +2381,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2342 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2381 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
2343 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2382 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2344 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2383 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2345 | "checksum syn 0.15.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ee06ea4b620ab59a2267c6b48be16244a3389f8bfa0986bdd15c35b890b00af3" | 2384 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
2385 | "checksum syn 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "863ecbce06044c8380458360b4146d7372edadfedd77f120ba8c193da427b708" | ||
2346 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 2386 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2347 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 2387 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
2348 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2388 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
@@ -2367,12 +2407,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2367 | "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" | 2407 | "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
2368 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 2408 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
2369 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 2409 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2410 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | ||
2370 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | 2411 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
2371 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" | 2412 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
2372 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" | 2413 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
2373 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 2414 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
2374 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 2415 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2375 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" | 2416 | "checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
2417 | "checksum wasi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd5442abcac6525a045cc8c795aedb60da7a2e5e89c7bf18a0d5357849bb23c7" | ||
2376 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 2418 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
2377 | "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" | 2419 | "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
2378 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 2420 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |