diff options
-rw-r--r-- | Cargo.lock | 145 |
1 files changed, 73 insertions, 72 deletions
diff --git a/Cargo.lock b/Cargo.lock index 39d7c630a..562481b69 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -29,7 +29,7 @@ name = "atty" | |||
29 | version = "0.2.11" | 29 | version = "0.2.11" |
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.55 (registry+https://github.com/rust-lang/crates.io-index)", | 32 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 33 | "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 34 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | ] | 35 | ] |
@@ -41,13 +41,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
41 | 41 | ||
42 | [[package]] | 42 | [[package]] |
43 | name = "backtrace" | 43 | name = "backtrace" |
44 | version = "0.3.28" | 44 | version = "0.3.30" |
45 | source = "registry+https://github.com/rust-lang/crates.io-index" | 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
46 | dependencies = [ | 46 | dependencies = [ |
47 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | 48 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 49 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "libc 0.2.58 (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.15 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | ] | 52 | ] |
53 | 53 | ||
@@ -57,7 +57,7 @@ version = "0.1.28" | |||
57 | source = "registry+https://github.com/rust-lang/crates.io-index" | 57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
58 | dependencies = [ | 58 | dependencies = [ |
59 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 59 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
60 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 60 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | ] | 61 | ] |
62 | 62 | ||
63 | [[package]] | 63 | [[package]] |
@@ -122,8 +122,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
122 | dependencies = [ | 122 | dependencies = [ |
123 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 123 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 124 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 126 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 127 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
128 | ] | 128 | ] |
129 | 129 | ||
@@ -199,7 +199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
199 | dependencies = [ | 199 | dependencies = [ |
200 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 200 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
201 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 201 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
202 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 202 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
203 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 203 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
204 | ] | 204 | ] |
205 | 205 | ||
@@ -229,7 +229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
229 | dependencies = [ | 229 | dependencies = [ |
230 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 233 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | ] | 234 | ] |
235 | 235 | ||
@@ -255,7 +255,7 @@ dependencies = [ | |||
255 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 255 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
256 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 256 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 257 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
258 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 258 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 259 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 260 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 261 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -381,7 +381,7 @@ name = "error-chain" | |||
381 | version = "0.12.1" | 381 | version = "0.12.1" |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" | 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
383 | dependencies = [ | 383 | dependencies = [ |
384 | "backtrace 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", | 384 | "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 385 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | ] | 386 | ] |
387 | 387 | ||
@@ -390,7 +390,7 @@ name = "failure" | |||
390 | version = "0.1.5" | 390 | version = "0.1.5" |
391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
392 | dependencies = [ | 392 | dependencies = [ |
393 | "backtrace 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", | 393 | "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", |
394 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 394 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
395 | ] | 395 | ] |
396 | 396 | ||
@@ -416,7 +416,7 @@ version = "0.2.5" | |||
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
417 | dependencies = [ | 417 | dependencies = [ |
418 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 418 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
419 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 419 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
420 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 420 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | ] | 421 | ] |
422 | 422 | ||
@@ -455,7 +455,7 @@ name = "fsevent-sys" | |||
455 | version = "2.0.1" | 455 | version = "2.0.1" |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
457 | dependencies = [ | 457 | dependencies = [ |
458 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 458 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | ] | 459 | ] |
460 | 460 | ||
461 | [[package]] | 461 | [[package]] |
@@ -493,8 +493,8 @@ dependencies = [ | |||
493 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 494 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 495 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 497 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 498 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | ] | 499 | ] |
500 | 500 | ||
@@ -563,7 +563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
563 | dependencies = [ | 563 | dependencies = [ |
564 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 564 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 565 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | ] | 567 | ] |
568 | 568 | ||
569 | [[package]] | 569 | [[package]] |
@@ -571,7 +571,7 @@ name = "inotify-sys" | |||
571 | version = "0.1.3" | 571 | version = "0.1.3" |
572 | source = "registry+https://github.com/rust-lang/crates.io-index" | 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
573 | dependencies = [ | 573 | dependencies = [ |
574 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 574 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | ] | 575 | ] |
576 | 576 | ||
577 | [[package]] | 577 | [[package]] |
@@ -588,7 +588,7 @@ dependencies = [ | |||
588 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 588 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
589 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 589 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
590 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 590 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
591 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 591 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
592 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 592 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
593 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", | 593 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |
594 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 594 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -599,7 +599,7 @@ name = "iovec" | |||
599 | version = "0.1.2" | 599 | version = "0.1.2" |
600 | source = "registry+https://github.com/rust-lang/crates.io-index" | 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
601 | dependencies = [ | 601 | dependencies = [ |
602 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 602 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 603 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
604 | ] | 604 | ] |
605 | 605 | ||
@@ -630,7 +630,7 @@ version = "0.2.0" | |||
630 | source = "registry+https://github.com/rust-lang/crates.io-index" | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | dependencies = [ | 631 | dependencies = [ |
632 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 632 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 633 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | ] | 634 | ] |
635 | 635 | ||
636 | [[package]] | 636 | [[package]] |
@@ -640,7 +640,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
640 | dependencies = [ | 640 | dependencies = [ |
641 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 641 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
642 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 642 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
643 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
644 | ] | 644 | ] |
645 | 645 | ||
646 | [[package]] | 646 | [[package]] |
@@ -649,7 +649,7 @@ version = "0.1.9" | |||
649 | source = "registry+https://github.com/rust-lang/crates.io-index" | 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
650 | dependencies = [ | 650 | dependencies = [ |
651 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 652 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
653 | ] | 653 | ] |
654 | 654 | ||
655 | [[package]] | 655 | [[package]] |
@@ -683,7 +683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
683 | 683 | ||
684 | [[package]] | 684 | [[package]] |
685 | name = "libc" | 685 | name = "libc" |
686 | version = "0.2.55" | 686 | version = "0.2.58" |
687 | source = "registry+https://github.com/rust-lang/crates.io-index" | 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
688 | 688 | ||
689 | [[package]] | 689 | [[package]] |
@@ -709,14 +709,14 @@ dependencies = [ | |||
709 | 709 | ||
710 | [[package]] | 710 | [[package]] |
711 | name = "lsp-types" | 711 | name = "lsp-types" |
712 | version = "0.57.1" | 712 | version = "0.57.2" |
713 | source = "registry+https://github.com/rust-lang/crates.io-index" | 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
714 | dependencies = [ | 714 | dependencies = [ |
715 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 715 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 720 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 721 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 722 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -751,7 +751,7 @@ dependencies = [ | |||
751 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 751 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 752 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 753 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
754 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 754 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
755 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 755 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
756 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
757 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -787,7 +787,7 @@ version = "0.2.33" | |||
787 | source = "registry+https://github.com/rust-lang/crates.io-index" | 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
788 | dependencies = [ | 788 | dependencies = [ |
789 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 789 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 790 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
791 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 791 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
792 | ] | 792 | ] |
793 | 793 | ||
@@ -807,7 +807,7 @@ dependencies = [ | |||
807 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 807 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
808 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 808 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
809 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 809 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
810 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -846,7 +846,7 @@ name = "num_cpus" | |||
846 | version = "1.10.0" | 846 | version = "1.10.0" |
847 | source = "registry+https://github.com/rust-lang/crates.io-index" | 847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
848 | dependencies = [ | 848 | dependencies = [ |
849 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 849 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | ] | 850 | ] |
851 | 851 | ||
852 | [[package]] | 852 | [[package]] |
@@ -864,9 +864,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
864 | 864 | ||
865 | [[package]] | 865 | [[package]] |
866 | name = "once_cell" | 866 | name = "once_cell" |
867 | version = "0.2.0" | 867 | version = "0.2.1" |
868 | source = "registry+https://github.com/rust-lang/crates.io-index" | 868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
869 | dependencies = [ | 869 | dependencies = [ |
870 | "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
870 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 871 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
871 | ] | 872 | ] |
872 | 873 | ||
@@ -897,7 +898,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
897 | dependencies = [ | 898 | dependencies = [ |
898 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 899 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 900 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
900 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 901 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
901 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 902 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 903 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 904 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1007,7 +1008,7 @@ dependencies = [ | |||
1007 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1009 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1009 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1010 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1010 | "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1011 | "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "ra_db 0.1.0", | 1012 | "ra_db 0.1.0", |
1012 | "ra_fmt 0.1.0", | 1013 | "ra_fmt 0.1.0", |
1013 | "ra_hir 0.1.0", | 1014 | "ra_hir 0.1.0", |
@@ -1084,7 +1085,7 @@ dependencies = [ | |||
1084 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1085 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1085 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1086 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1087 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1088 | "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1089 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | "ra_arena 0.1.0", | 1090 | "ra_arena 0.1.0", |
1090 | "ra_db 0.1.0", | 1091 | "ra_db 0.1.0", |
@@ -1135,7 +1136,7 @@ dependencies = [ | |||
1135 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1136 | "gen_lsp_server 0.2.0", | 1137 | "gen_lsp_server 0.2.0", |
1137 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1138 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 | "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1139 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1140 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1140 | "ra_arena 0.1.0", | 1141 | "ra_arena 0.1.0", |
1141 | "ra_ide_api 0.1.0", | 1142 | "ra_ide_api 0.1.0", |
@@ -1146,7 +1147,7 @@ dependencies = [ | |||
1146 | "ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 | "ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1148 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1149 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1149 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1150 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1150 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1151 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1151 | "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1152 | "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1152 | "test_utils 0.1.0", | 1153 | "test_utils 0.1.0", |
@@ -1179,9 +1180,9 @@ dependencies = [ | |||
1179 | name = "ra_prof" | 1180 | name = "ra_prof" |
1180 | version = "0.1.0" | 1181 | version = "0.1.0" |
1181 | dependencies = [ | 1182 | dependencies = [ |
1182 | "backtrace 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", | 1183 | "backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1183 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1184 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1184 | "once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1185 | "once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | ] | 1186 | ] |
1186 | 1187 | ||
1187 | [[package]] | 1188 | [[package]] |
@@ -1195,7 +1196,7 @@ dependencies = [ | |||
1195 | "ra_db 0.1.0", | 1196 | "ra_db 0.1.0", |
1196 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1197 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1197 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1198 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1198 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1199 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1199 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1200 | "test_utils 0.1.0", | 1201 | "test_utils 0.1.0", |
1201 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1202 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1213,7 +1214,7 @@ dependencies = [ | |||
1213 | "rowan 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1214 | "rowan 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1214 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1215 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1215 | "test_utils 0.1.0", | 1216 | "test_utils 0.1.0", |
1216 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1217 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1217 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1218 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1218 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1219 | ] | 1220 | ] |
@@ -1224,7 +1225,7 @@ version = "0.1.0" | |||
1224 | dependencies = [ | 1225 | dependencies = [ |
1225 | "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1226 | "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1226 | "test_utils 0.1.0", | 1227 | "test_utils 0.1.0", |
1227 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1228 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1228 | ] | 1229 | ] |
1229 | 1230 | ||
1230 | [[package]] | 1231 | [[package]] |
@@ -1254,7 +1255,7 @@ version = "0.6.5" | |||
1254 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1255 | dependencies = [ | 1256 | dependencies = [ |
1256 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1257 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1257 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1258 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1258 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1259 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1259 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1260 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1260 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1261 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1309,7 +1310,7 @@ name = "rand_jitter" | |||
1309 | version = "0.1.4" | 1310 | version = "0.1.4" |
1310 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1311 | dependencies = [ | 1312 | dependencies = [ |
1312 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1313 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1313 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1314 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1314 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1315 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1315 | ] | 1316 | ] |
@@ -1321,7 +1322,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1321 | dependencies = [ | 1322 | dependencies = [ |
1322 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1323 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1323 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1324 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1324 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1325 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1325 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1326 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1326 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1327 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1327 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1328 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1361,7 +1362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1361 | dependencies = [ | 1362 | dependencies = [ |
1362 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1363 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1363 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1364 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1364 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1365 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1365 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1366 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | ] | 1367 | ] |
1367 | 1368 | ||
@@ -1426,7 +1427,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1426 | dependencies = [ | 1427 | dependencies = [ |
1427 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1428 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1428 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1429 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1429 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1430 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1430 | ] | 1431 | ] |
1431 | 1432 | ||
1432 | [[package]] | 1433 | [[package]] |
@@ -1437,7 +1438,7 @@ dependencies = [ | |||
1437 | "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1438 | "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1438 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1439 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1440 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1440 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1441 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1441 | ] | 1442 | ] |
1442 | 1443 | ||
1443 | [[package]] | 1444 | [[package]] |
@@ -1516,7 +1517,7 @@ version = "0.9.0" | |||
1516 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1517 | dependencies = [ | 1518 | dependencies = [ |
1518 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1519 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1520 | ] | 1521 | ] |
1521 | 1522 | ||
1522 | [[package]] | 1523 | [[package]] |
@@ -1526,15 +1527,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1526 | 1527 | ||
1527 | [[package]] | 1528 | [[package]] |
1528 | name = "serde" | 1529 | name = "serde" |
1529 | version = "1.0.91" | 1530 | version = "1.0.92" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | dependencies = [ | 1532 | dependencies = [ |
1532 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1533 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | ] | 1534 | ] |
1534 | 1535 | ||
1535 | [[package]] | 1536 | [[package]] |
1536 | name = "serde_derive" | 1537 | name = "serde_derive" |
1537 | version = "1.0.91" | 1538 | version = "1.0.92" |
1538 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1539 | dependencies = [ | 1540 | dependencies = [ |
1540 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1541 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1549,7 +1550,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1549 | dependencies = [ | 1550 | dependencies = [ |
1550 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1551 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1551 | "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1552 | "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1552 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1553 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1553 | ] | 1554 | ] |
1554 | 1555 | ||
1555 | [[package]] | 1556 | [[package]] |
@@ -1559,7 +1560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1559 | dependencies = [ | 1560 | dependencies = [ |
1560 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1561 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1562 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1563 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1564 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1564 | ] | 1565 | ] |
1565 | 1566 | ||
@@ -1597,7 +1598,7 @@ name = "smol_str" | |||
1597 | version = "0.1.11" | 1598 | version = "0.1.11" |
1598 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1599 | dependencies = [ | 1600 | dependencies = [ |
1600 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1601 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1601 | ] | 1602 | ] |
1602 | 1603 | ||
1603 | [[package]] | 1604 | [[package]] |
@@ -1607,7 +1608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1607 | dependencies = [ | 1608 | dependencies = [ |
1608 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 1609 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
1609 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1610 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1610 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1611 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1611 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1612 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1612 | ] | 1613 | ] |
1613 | 1614 | ||
@@ -1648,7 +1649,7 @@ version = "3.0.8" | |||
1648 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1649 | dependencies = [ | 1650 | dependencies = [ |
1650 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1651 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1651 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1652 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1652 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1653 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1653 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1654 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1654 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1655 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1668,7 +1669,7 @@ dependencies = [ | |||
1668 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1669 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1669 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1670 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1670 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1671 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1671 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1672 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1672 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1673 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1673 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1674 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1674 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1675 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1691,7 +1692,7 @@ name = "termion" | |||
1691 | version = "1.5.2" | 1692 | version = "1.5.2" |
1692 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1693 | dependencies = [ | 1694 | dependencies = [ |
1694 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1695 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1695 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1696 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1696 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1697 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1697 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1698 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1702,7 +1703,7 @@ name = "termios" | |||
1702 | version = "0.3.1" | 1703 | version = "0.3.1" |
1703 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1704 | dependencies = [ | 1705 | dependencies = [ |
1705 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1706 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1706 | ] | 1707 | ] |
1707 | 1708 | ||
1708 | [[package]] | 1709 | [[package]] |
@@ -1712,15 +1713,15 @@ dependencies = [ | |||
1712 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1713 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1713 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1714 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1714 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1715 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1715 | "text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1716 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1716 | ] | 1717 | ] |
1717 | 1718 | ||
1718 | [[package]] | 1719 | [[package]] |
1719 | name = "text_unit" | 1720 | name = "text_unit" |
1720 | version = "0.1.8" | 1721 | version = "0.1.9" |
1721 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1722 | dependencies = [ | 1723 | dependencies = [ |
1723 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1724 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1724 | ] | 1725 | ] |
1725 | 1726 | ||
1726 | [[package]] | 1727 | [[package]] |
@@ -1760,7 +1761,7 @@ name = "time" | |||
1760 | version = "0.1.42" | 1761 | version = "0.1.42" |
1761 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1762 | dependencies = [ | 1763 | dependencies = [ |
1763 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", | 1764 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1764 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1765 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1765 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1766 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1766 | ] | 1767 | ] |
@@ -1889,7 +1890,7 @@ name = "url_serde" | |||
1889 | version = "0.2.0" | 1890 | version = "0.2.0" |
1890 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1891 | dependencies = [ | 1892 | dependencies = [ |
1892 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1893 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1893 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1894 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1894 | ] | 1895 | ] |
1895 | 1896 | ||
@@ -1904,7 +1905,7 @@ version = "0.7.4" | |||
1904 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1905 | dependencies = [ | 1906 | dependencies = [ |
1906 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1907 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1907 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1908 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1908 | ] | 1909 | ] |
1909 | 1910 | ||
1910 | [[package]] | 1911 | [[package]] |
@@ -1987,7 +1988,7 @@ dependencies = [ | |||
1987 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | 1988 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
1988 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1989 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1989 | "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" | 1990 | "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" |
1990 | "checksum backtrace 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c18049b371fef38d66b2d69643618023d9d6b4e62891019f3359e88f73922a" | 1991 | "checksum backtrace 0.3.30 (registry+https://github.com/rust-lang/crates.io-index)" = "ada4c783bb7e7443c14e0480f429ae2cc99da95065aeab7ee1b81ada0419404f" |
1991 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" | 1992 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
1992 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | 1993 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1993 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1994 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
@@ -2064,11 +2065,11 @@ dependencies = [ | |||
2064 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | 2065 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" |
2065 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | 2066 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
2066 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 2067 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
2067 | "checksum libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "42914d39aad277d9e176efbdad68acb1d5443ab65afe0e0e4f0d49352a950880" | 2068 | "checksum libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" = "6281b86796ba5e4366000be6e9e18bf35580adf9e63fbe2294aadb587613a319" |
2068 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2069 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2069 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | 2070 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
2070 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 2071 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
2071 | "checksum lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb6c75cb08c8d8507dd4e355171ec1f46689ae2820697ba892a233e5d8f7a167" | 2072 | "checksum lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b62b77309737b1e262b3bbf37ff8faa740562c633b14702afe9be85dbcb6f88a" |
2072 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 2073 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
2073 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 2074 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
2074 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 2075 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
@@ -2085,7 +2086,7 @@ dependencies = [ | |||
2085 | "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" | 2086 | "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" |
2086 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" | 2087 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" |
2087 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" | 2088 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
2088 | "checksum once_cell 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7a15c6c8c034b56d2f01b23b98cdbbb622f8de99efad0d93d8ea0e608b36a7e" | 2089 | "checksum once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c7118943e044e53fb4f0400ba153201e7b3e1ee61f137d47aa45367223caa19" |
2089 | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" | 2090 | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" |
2090 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 2091 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
2091 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" | 2092 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" |
@@ -2133,8 +2134,8 @@ dependencies = [ | |||
2133 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 2134 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2134 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2135 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2135 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2136 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2136 | "checksum serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd" | 2137 | "checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be" |
2137 | "checksum serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f" | 2138 | "checksum serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "46a3223d0c9ba936b61c0d2e3e559e3217dbfb8d65d06d26e8b3c25de38bae3e" |
2138 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | 2139 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" |
2139 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 2140 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
2140 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2141 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
@@ -2152,7 +2153,7 @@ dependencies = [ | |||
2152 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | 2153 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" |
2153 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" | 2154 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
2154 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2155 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2155 | "checksum text_unit 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "019e5bc4c698b63073968610964c8c0869b60455d8f2e303a0ee7ad2e4f6ade4" | 2156 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
2156 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 2157 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
2157 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 2158 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2158 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 2159 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |