diff options
-rw-r--r-- | Cargo.lock | 109 |
1 files changed, 59 insertions, 50 deletions
diff --git a/Cargo.lock b/Cargo.lock index 473a74a32..3b8df0c8a 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -32,7 +32,7 @@ name = "atty" | |||
32 | version = "0.2.11" | 32 | version = "0.2.11" |
33 | source = "registry+https://github.com/rust-lang/crates.io-index" | 33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
34 | dependencies = [ | 34 | dependencies = [ |
35 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 35 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 36 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
37 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 37 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | ] | 38 | ] |
@@ -50,7 +50,7 @@ dependencies = [ | |||
50 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | ] | 56 | ] |
@@ -61,12 +61,12 @@ version = "0.1.28" | |||
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
62 | dependencies = [ | 62 | dependencies = [ |
63 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | ] | 65 | ] |
66 | 66 | ||
67 | [[package]] | 67 | [[package]] |
68 | name = "base64" | 68 | name = "base64" |
69 | version = "0.10.0" | 69 | version = "0.10.1" |
70 | source = "registry+https://github.com/rust-lang/crates.io-index" | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
71 | dependencies = [ | 71 | dependencies = [ |
72 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 72 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -111,14 +111,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
111 | 111 | ||
112 | [[package]] | 112 | [[package]] |
113 | name = "cargo_metadata" | 113 | name = "cargo_metadata" |
114 | version = "0.7.0" | 114 | version = "0.7.1" |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | dependencies = [ | 116 | dependencies = [ |
117 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 117 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 118 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 119 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 120 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 121 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | ] | 122 | ] |
123 | 123 | ||
124 | [[package]] | 124 | [[package]] |
@@ -167,7 +167,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
167 | dependencies = [ | 167 | dependencies = [ |
168 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 168 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
169 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 169 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
170 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 170 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
171 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 171 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
172 | ] | 172 | ] |
173 | 173 | ||
@@ -188,7 +188,7 @@ dependencies = [ | |||
188 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 188 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 189 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 190 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
191 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 191 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
192 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 192 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
193 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 193 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
194 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 194 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -381,9 +381,9 @@ dependencies = [ | |||
381 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 381 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 382 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 383 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | "lsp-types 0.55.0 (registry+https://github.com/rust-lang/crates.io-index)", | 384 | "lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 385 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 386 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
387 | ] | 387 | ] |
388 | 388 | ||
389 | [[package]] | 389 | [[package]] |
@@ -451,7 +451,7 @@ dependencies = [ | |||
451 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 451 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
452 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 452 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
453 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 453 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 454 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
455 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | 455 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", |
456 | ] | 456 | ] |
457 | 457 | ||
@@ -480,7 +480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
480 | 480 | ||
481 | [[package]] | 481 | [[package]] |
482 | name = "libc" | 482 | name = "libc" |
483 | version = "0.2.47" | 483 | version = "0.2.48" |
484 | source = "registry+https://github.com/rust-lang/crates.io-index" | 484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
485 | 485 | ||
486 | [[package]] | 486 | [[package]] |
@@ -507,7 +507,7 @@ dependencies = [ | |||
507 | 507 | ||
508 | [[package]] | 508 | [[package]] |
509 | name = "lsp-types" | 509 | name = "lsp-types" |
510 | version = "0.55.0" | 510 | version = "0.55.1" |
511 | source = "registry+https://github.com/rust-lang/crates.io-index" | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
512 | dependencies = [ | 512 | dependencies = [ |
513 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 513 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -515,7 +515,7 @@ dependencies = [ | |||
515 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
516 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 516 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
517 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 517 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
518 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 518 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
519 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 519 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
520 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 520 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | ] | 521 | ] |
@@ -536,7 +536,7 @@ version = "2.1.3" | |||
536 | source = "registry+https://github.com/rust-lang/crates.io-index" | 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
537 | dependencies = [ | 537 | dependencies = [ |
538 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 538 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
539 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
540 | ] | 540 | ] |
541 | 541 | ||
542 | [[package]] | 542 | [[package]] |
@@ -544,7 +544,7 @@ name = "memmap" | |||
544 | version = "0.6.2" | 544 | version = "0.6.2" |
545 | source = "registry+https://github.com/rust-lang/crates.io-index" | 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
546 | dependencies = [ | 546 | dependencies = [ |
547 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 547 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
548 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 548 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
549 | ] | 549 | ] |
550 | 550 | ||
@@ -587,7 +587,7 @@ name = "num_cpus" | |||
587 | version = "1.9.0" | 587 | version = "1.9.0" |
588 | source = "registry+https://github.com/rust-lang/crates.io-index" | 588 | source = "registry+https://github.com/rust-lang/crates.io-index" |
589 | dependencies = [ | 589 | dependencies = [ |
590 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 590 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
591 | ] | 591 | ] |
592 | 592 | ||
593 | [[package]] | 593 | [[package]] |
@@ -612,7 +612,7 @@ name = "parking_lot_core" | |||
612 | version = "0.4.0" | 612 | version = "0.4.0" |
613 | source = "registry+https://github.com/rust-lang/crates.io-index" | 613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
614 | dependencies = [ | 614 | dependencies = [ |
615 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 615 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 616 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
617 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 617 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 618 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -790,7 +790,7 @@ dependencies = [ | |||
790 | name = "ra_lsp_server" | 790 | name = "ra_lsp_server" |
791 | version = "0.1.0" | 791 | version = "0.1.0" |
792 | dependencies = [ | 792 | dependencies = [ |
793 | "cargo_metadata 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 793 | "cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
794 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 794 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
795 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 795 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
796 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 796 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -799,7 +799,7 @@ dependencies = [ | |||
799 | "gen_lsp_server 0.1.0", | 799 | "gen_lsp_server 0.1.0", |
800 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
801 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 801 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | "lsp-types 0.55.0 (registry+https://github.com/rust-lang/crates.io-index)", | 802 | "lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 803 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
804 | "ra_arena 0.1.0", | 804 | "ra_arena 0.1.0", |
805 | "ra_ide_api 0.1.0", | 805 | "ra_ide_api 0.1.0", |
@@ -809,7 +809,7 @@ dependencies = [ | |||
809 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 809 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
810 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "test_utils 0.1.0", | 814 | "test_utils 0.1.0", |
815 | "thread_worker 0.1.0", | 815 | "thread_worker 0.1.0", |
@@ -865,7 +865,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
865 | dependencies = [ | 865 | dependencies = [ |
866 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 866 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
867 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 867 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
868 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 868 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
869 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 869 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
870 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 870 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
871 | ] | 871 | ] |
@@ -876,9 +876,9 @@ version = "0.6.4" | |||
876 | source = "registry+https://github.com/rust-lang/crates.io-index" | 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
877 | dependencies = [ | 877 | dependencies = [ |
878 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 878 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
879 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 879 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
880 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 880 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
881 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 881 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
882 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 882 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
883 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 883 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
884 | "rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 884 | "rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -893,7 +893,7 @@ version = "0.1.1" | |||
893 | source = "registry+https://github.com/rust-lang/crates.io-index" | 893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
894 | dependencies = [ | 894 | dependencies = [ |
895 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 895 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 896 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | ] | 897 | ] |
898 | 898 | ||
899 | [[package]] | 899 | [[package]] |
@@ -901,12 +901,20 @@ name = "rand_core" | |||
901 | version = "0.2.2" | 901 | version = "0.2.2" |
902 | source = "registry+https://github.com/rust-lang/crates.io-index" | 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
903 | dependencies = [ | 903 | dependencies = [ |
904 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 904 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
905 | ] | ||
906 | |||
907 | [[package]] | ||
908 | name = "rand_core" | ||
909 | version = "0.3.1" | ||
910 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
911 | dependencies = [ | ||
912 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
905 | ] | 913 | ] |
906 | 914 | ||
907 | [[package]] | 915 | [[package]] |
908 | name = "rand_core" | 916 | name = "rand_core" |
909 | version = "0.3.0" | 917 | version = "0.4.0" |
910 | source = "registry+https://github.com/rust-lang/crates.io-index" | 918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
911 | 919 | ||
912 | [[package]] | 920 | [[package]] |
@@ -914,7 +922,7 @@ name = "rand_hc" | |||
914 | version = "0.1.0" | 922 | version = "0.1.0" |
915 | source = "registry+https://github.com/rust-lang/crates.io-index" | 923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
916 | dependencies = [ | 924 | dependencies = [ |
917 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 925 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
918 | ] | 926 | ] |
919 | 927 | ||
920 | [[package]] | 928 | [[package]] |
@@ -922,7 +930,7 @@ name = "rand_isaac" | |||
922 | version = "0.1.1" | 930 | version = "0.1.1" |
923 | source = "registry+https://github.com/rust-lang/crates.io-index" | 931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
924 | dependencies = [ | 932 | dependencies = [ |
925 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 933 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
926 | ] | 934 | ] |
927 | 935 | ||
928 | [[package]] | 936 | [[package]] |
@@ -932,8 +940,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
932 | dependencies = [ | 940 | dependencies = [ |
933 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 941 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 942 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 943 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 944 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 945 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 946 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | ] | 947 | ] |
@@ -943,7 +951,7 @@ name = "rand_pcg" | |||
943 | version = "0.1.1" | 951 | version = "0.1.1" |
944 | source = "registry+https://github.com/rust-lang/crates.io-index" | 952 | source = "registry+https://github.com/rust-lang/crates.io-index" |
945 | dependencies = [ | 953 | dependencies = [ |
946 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 954 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
947 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 955 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
948 | ] | 956 | ] |
949 | 957 | ||
@@ -952,7 +960,7 @@ name = "rand_xorshift" | |||
952 | version = "0.1.1" | 960 | version = "0.1.1" |
953 | source = "registry+https://github.com/rust-lang/crates.io-index" | 961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
954 | dependencies = [ | 962 | dependencies = [ |
955 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 963 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
956 | ] | 964 | ] |
957 | 965 | ||
958 | [[package]] | 966 | [[package]] |
@@ -972,7 +980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
972 | dependencies = [ | 980 | dependencies = [ |
973 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
974 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
975 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
976 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
977 | ] | 985 | ] |
978 | 986 | ||
@@ -981,7 +989,7 @@ name = "rdrand" | |||
981 | version = "0.4.0" | 989 | version = "0.4.0" |
982 | source = "registry+https://github.com/rust-lang/crates.io-index" | 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
983 | dependencies = [ | 991 | dependencies = [ |
984 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 992 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | ] | 993 | ] |
986 | 994 | ||
987 | [[package]] | 995 | [[package]] |
@@ -1035,7 +1043,7 @@ name = "ron" | |||
1035 | version = "0.4.1" | 1043 | version = "0.4.1" |
1036 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1037 | dependencies = [ | 1045 | dependencies = [ |
1038 | "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1048 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | ] | 1049 | ] |
@@ -1160,7 +1168,7 @@ dependencies = [ | |||
1160 | 1168 | ||
1161 | [[package]] | 1169 | [[package]] |
1162 | name = "serde_json" | 1170 | name = "serde_json" |
1163 | version = "1.0.36" | 1171 | version = "1.0.37" |
1164 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1165 | dependencies = [ | 1173 | dependencies = [ |
1166 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1174 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1256,7 +1264,7 @@ version = "3.0.5" | |||
1256 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1257 | dependencies = [ | 1265 | dependencies = [ |
1258 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1266 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1259 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1267 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1260 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1268 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1261 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1269 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1262 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1270 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1277,7 +1285,7 @@ dependencies = [ | |||
1277 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1285 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1278 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1286 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1279 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 1287 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1280 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 1288 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
1281 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1289 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1282 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1290 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1283 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1291 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1299,7 +1307,7 @@ name = "termion" | |||
1299 | version = "1.5.1" | 1307 | version = "1.5.1" |
1300 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1301 | dependencies = [ | 1309 | dependencies = [ |
1302 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1310 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1303 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1311 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1304 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1312 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1305 | ] | 1313 | ] |
@@ -1309,7 +1317,7 @@ name = "termios" | |||
1309 | version = "0.3.1" | 1317 | version = "0.3.1" |
1310 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1311 | dependencies = [ | 1319 | dependencies = [ |
1312 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1320 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1313 | ] | 1321 | ] |
1314 | 1322 | ||
1315 | [[package]] | 1323 | [[package]] |
@@ -1318,7 +1326,7 @@ version = "0.1.0" | |||
1318 | dependencies = [ | 1326 | dependencies = [ |
1319 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1327 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1328 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1321 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 1329 | "serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
1322 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1330 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1323 | ] | 1331 | ] |
1324 | 1332 | ||
@@ -1368,7 +1376,7 @@ name = "time" | |||
1368 | version = "0.1.42" | 1376 | version = "0.1.42" |
1369 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1370 | dependencies = [ | 1378 | dependencies = [ |
1371 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1379 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1380 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1381 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1374 | ] | 1382 | ] |
@@ -1534,7 +1542,7 @@ name = "wait-timeout" | |||
1534 | version = "0.1.5" | 1542 | version = "0.1.5" |
1535 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1543 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1536 | dependencies = [ | 1544 | dependencies = [ |
1537 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1545 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1538 | ] | 1546 | ] |
1539 | 1547 | ||
1540 | [[package]] | 1548 | [[package]] |
@@ -1591,14 +1599,14 @@ dependencies = [ | |||
1591 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" | 1599 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
1592 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" | 1600 | "checksum backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b5b493b66e03090ebc4343eb02f94ff944e0cbc9ac6571491d170ba026741eb5" |
1593 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" | 1601 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
1594 | "checksum base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "621fc7ecb8008f86d7fb9b95356cd692ce9514b80a86d85b397f32a22da7b9e2" | 1602 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1595 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" | 1603 | "checksum bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1efcc46c18245a69c38fcc5cc650f16d3a59d034f3106e9ed63748f695730a" |
1596 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" | 1604 | "checksum bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4440d5cb623bb7390ae27fec0bb6c61111969860f8e3ae198bfa0663645e67cf" |
1597 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 1605 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
1598 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | 1606 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
1599 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1607 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1600 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 1608 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
1601 | "checksum cargo_metadata 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95932a7ed5f2308fc00a46d2aa8eb1b06b402c896c2df424916ee730ba610c2e" | 1609 | "checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720" |
1602 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" | 1610 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
1603 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1611 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
1604 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1612 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
@@ -1642,11 +1650,11 @@ dependencies = [ | |||
1642 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1650 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
1643 | "checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" | 1651 | "checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" |
1644 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" | 1652 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
1645 | "checksum libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)" = "48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476" | 1653 | "checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047" |
1646 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | 1654 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" |
1647 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1655 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1648 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1656 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1649 | "checksum lsp-types 0.55.0 (registry+https://github.com/rust-lang/crates.io-index)" = "78455d7df2e41e103ccf893abdeb93981f0bbeb228884230e9fc5ff71546fd55" | 1657 | "checksum lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca49aeb430780992121d582520170411658b1e41bf968b917d85fd0fb6da3c5" |
1650 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1658 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1651 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1659 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1652 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" | 1660 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" |
@@ -1673,7 +1681,8 @@ dependencies = [ | |||
1673 | "checksum rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3906503e80ac6cbcacb2c2973fa8e473f24d7e2747c8c92bb230c2441cad96b5" | 1681 | "checksum rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3906503e80ac6cbcacb2c2973fa8e473f24d7e2747c8c92bb230c2441cad96b5" |
1674 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1682 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1675 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" | 1683 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
1676 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" | 1684 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
1685 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | ||
1677 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 1686 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
1678 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 1687 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
1679 | "checksum rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f46fbd5550acf75b0c2730f5dd1873751daf9beb8f11b44027778fae50d7feca" | 1688 | "checksum rand_os 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f46fbd5550acf75b0c2730f5dd1873751daf9beb8f11b44027778fae50d7feca" |
@@ -1703,7 +1712,7 @@ dependencies = [ | |||
1703 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1712 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1704 | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" | 1713 | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" |
1705 | "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" | 1714 | "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" |
1706 | "checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" | 1715 | "checksum serde_json 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "4b90a9fbe1211e57d3e1c15670f1cb00802988fb23a1a4aad7a2b63544f1920e" |
1707 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | 1716 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" |
1708 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1717 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1709 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1718 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |