diff options
-rw-r--r-- | Cargo.lock | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/Cargo.lock b/Cargo.lock index 83e41940b..57cfde978 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -10,7 +10,7 @@ dependencies = [ | |||
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
12 | name = "anyhow" | 12 | name = "anyhow" |
13 | version = "1.0.24" | 13 | version = "1.0.25" |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | 15 | ||
16 | [[package]] | 16 | [[package]] |
@@ -23,7 +23,7 @@ name = "atty" | |||
23 | version = "0.2.13" | 23 | version = "0.2.13" |
24 | source = "registry+https://github.com/rust-lang/crates.io-index" | 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
25 | dependencies = [ | 25 | dependencies = [ |
26 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 26 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 27 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
28 | ] | 28 | ] |
29 | 29 | ||
@@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
39 | dependencies = [ | 39 | dependencies = [ |
40 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 40 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 41 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 42 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
43 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 43 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | ] | 44 | ] |
45 | 45 | ||
@@ -49,7 +49,7 @@ version = "0.1.32" | |||
49 | source = "registry+https://github.com/rust-lang/crates.io-index" | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
50 | dependencies = [ | 50 | dependencies = [ |
51 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | ] | 53 | ] |
54 | 54 | ||
55 | [[package]] | 55 | [[package]] |
@@ -101,7 +101,7 @@ dependencies = [ | |||
101 | 101 | ||
102 | [[package]] | 102 | [[package]] |
103 | name = "cargo_metadata" | 103 | name = "cargo_metadata" |
104 | version = "0.9.0" | 104 | version = "0.9.1" |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
106 | dependencies = [ | 106 | dependencies = [ |
107 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 107 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -127,7 +127,7 @@ source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487 | |||
127 | dependencies = [ | 127 | dependencies = [ |
128 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 128 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 129 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
130 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 130 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
131 | ] | 131 | ] |
132 | 132 | ||
133 | [[package]] | 133 | [[package]] |
@@ -193,7 +193,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
193 | dependencies = [ | 193 | dependencies = [ |
194 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | 194 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
195 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 195 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
196 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 196 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
197 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 197 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
198 | ] | 198 | ] |
199 | 199 | ||
@@ -213,7 +213,7 @@ dependencies = [ | |||
213 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 213 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 214 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 215 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 216 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 217 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 218 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 219 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -328,7 +328,7 @@ version = "0.2.8" | |||
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
329 | dependencies = [ | 329 | dependencies = [ |
330 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 330 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 331 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 332 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
333 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 333 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
334 | ] | 334 | ] |
@@ -367,7 +367,7 @@ name = "fsevent-sys" | |||
367 | version = "2.0.1" | 367 | version = "2.0.1" |
368 | source = "registry+https://github.com/rust-lang/crates.io-index" | 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
369 | dependencies = [ | 369 | dependencies = [ |
370 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 370 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
371 | ] | 371 | ] |
372 | 372 | ||
373 | [[package]] | 373 | [[package]] |
@@ -403,7 +403,7 @@ version = "0.1.13" | |||
403 | source = "registry+https://github.com/rust-lang/crates.io-index" | 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
404 | dependencies = [ | 404 | dependencies = [ |
405 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 405 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 406 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
407 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 407 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | ] | 408 | ] |
409 | 409 | ||
@@ -432,7 +432,7 @@ name = "hermit-abi" | |||
432 | version = "0.1.3" | 432 | version = "0.1.3" |
433 | source = "registry+https://github.com/rust-lang/crates.io-index" | 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
434 | dependencies = [ | 434 | dependencies = [ |
435 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | ] | 436 | ] |
437 | 437 | ||
438 | [[package]] | 438 | [[package]] |
@@ -468,7 +468,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
468 | dependencies = [ | 468 | dependencies = [ |
469 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 469 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
470 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 470 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
471 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 471 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
472 | ] | 472 | ] |
473 | 473 | ||
474 | [[package]] | 474 | [[package]] |
@@ -476,7 +476,7 @@ name = "inotify-sys" | |||
476 | version = "0.1.3" | 476 | version = "0.1.3" |
477 | source = "registry+https://github.com/rust-lang/crates.io-index" | 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
478 | dependencies = [ | 478 | dependencies = [ |
479 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 479 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | ] | 480 | ] |
481 | 481 | ||
482 | [[package]] | 482 | [[package]] |
@@ -498,7 +498,7 @@ name = "iovec" | |||
498 | version = "0.1.4" | 498 | version = "0.1.4" |
499 | source = "registry+https://github.com/rust-lang/crates.io-index" | 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
500 | dependencies = [ | 500 | dependencies = [ |
501 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
502 | ] | 502 | ] |
503 | 503 | ||
504 | [[package]] | 504 | [[package]] |
@@ -520,7 +520,7 @@ version = "0.3.3" | |||
520 | source = "registry+https://github.com/rust-lang/crates.io-index" | 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
521 | dependencies = [ | 521 | dependencies = [ |
522 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 522 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
525 | ] | 525 | ] |
526 | 526 | ||
@@ -531,7 +531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
531 | dependencies = [ | 531 | dependencies = [ |
532 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | 532 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 533 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 534 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | ] | 535 | ] |
536 | 536 | ||
537 | [[package]] | 537 | [[package]] |
@@ -540,7 +540,7 @@ version = "0.3.2" | |||
540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
541 | dependencies = [ | 541 | dependencies = [ |
542 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | ] | 544 | ] |
545 | 545 | ||
546 | [[package]] | 546 | [[package]] |
@@ -579,7 +579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
579 | 579 | ||
580 | [[package]] | 580 | [[package]] |
581 | name = "libc" | 581 | name = "libc" |
582 | version = "0.2.65" | 582 | version = "0.2.66" |
583 | source = "registry+https://github.com/rust-lang/crates.io-index" | 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
584 | 584 | ||
585 | [[package]] | 585 | [[package]] |
@@ -654,7 +654,7 @@ dependencies = [ | |||
654 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 654 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 655 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 656 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 657 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
658 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 658 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
659 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 659 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
660 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 660 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -690,7 +690,7 @@ version = "0.2.33" | |||
690 | source = "registry+https://github.com/rust-lang/crates.io-index" | 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
691 | dependencies = [ | 691 | dependencies = [ |
692 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 692 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
693 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 693 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 694 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | ] | 695 | ] |
696 | 696 | ||
@@ -705,7 +705,7 @@ dependencies = [ | |||
705 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 705 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 706 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
707 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 707 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
708 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 708 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
709 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", | 709 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
710 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
711 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -726,7 +726,7 @@ version = "1.11.1" | |||
726 | source = "registry+https://github.com/rust-lang/crates.io-index" | 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
727 | dependencies = [ | 727 | dependencies = [ |
728 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
730 | ] | 730 | ] |
731 | 731 | ||
732 | [[package]] | 732 | [[package]] |
@@ -755,7 +755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
755 | dependencies = [ | 755 | dependencies = [ |
756 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
757 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 761 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -778,7 +778,7 @@ dependencies = [ | |||
778 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
779 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
780 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 781 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
782 | ] | 782 | ] |
783 | 783 | ||
784 | [[package]] | 784 | [[package]] |
@@ -812,7 +812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
812 | dependencies = [ | 812 | dependencies = [ |
813 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 815 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
816 | ] | 816 | ] |
817 | 817 | ||
818 | [[package]] | 818 | [[package]] |
@@ -1098,7 +1098,7 @@ dependencies = [ | |||
1098 | name = "ra_project_model" | 1098 | name = "ra_project_model" |
1099 | version = "0.1.0" | 1099 | version = "0.1.0" |
1100 | dependencies = [ | 1100 | dependencies = [ |
1101 | "cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 | "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1102 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1103 | "ra_arena 0.1.0", | 1103 | "ra_arena 0.1.0", |
1104 | "ra_cfg 0.1.0", | 1104 | "ra_cfg 0.1.0", |
@@ -1170,7 +1170,7 @@ version = "0.6.5" | |||
1170 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1171 | dependencies = [ | 1171 | dependencies = [ |
1172 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1172 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1173 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1173 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1174 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1174 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1175 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1175 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1176 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1176 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1188,7 +1188,7 @@ version = "0.7.2" | |||
1188 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1189 | dependencies = [ | 1189 | dependencies = [ |
1190 | "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 | "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1193 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1194 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1263,7 +1263,7 @@ name = "rand_jitter" | |||
1263 | version = "0.1.4" | 1263 | version = "0.1.4" |
1264 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1265 | dependencies = [ | 1265 | dependencies = [ |
1266 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1266 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1267 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1267 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1268 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1268 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1269 | ] | 1269 | ] |
@@ -1275,7 +1275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1275 | dependencies = [ | 1275 | dependencies = [ |
1276 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1277 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1277 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1278 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1278 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1279 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1279 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1280 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1281 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1448,7 +1448,7 @@ dependencies = [ | |||
1448 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1448 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1449 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1449 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1450 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1450 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1451 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | ] | 1452 | ] |
1453 | 1453 | ||
1454 | [[package]] | 1454 | [[package]] |
@@ -1493,7 +1493,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1493 | dependencies = [ | 1493 | dependencies = [ |
1494 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1494 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1495 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1495 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1496 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1496 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1497 | ] | 1497 | ] |
1498 | 1498 | ||
1499 | [[package]] | 1499 | [[package]] |
@@ -1513,7 +1513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1513 | dependencies = [ | 1513 | dependencies = [ |
1514 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1514 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1515 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1516 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1516 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1517 | ] | 1517 | ] |
1518 | 1518 | ||
1519 | [[package]] | 1519 | [[package]] |
@@ -1552,7 +1552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1552 | dependencies = [ | 1552 | dependencies = [ |
1553 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1553 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
1554 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1554 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1555 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1555 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1556 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1556 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1557 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1557 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1558 | ] | 1558 | ] |
@@ -1564,7 +1564,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1564 | 1564 | ||
1565 | [[package]] | 1565 | [[package]] |
1566 | name = "syn" | 1566 | name = "syn" |
1567 | version = "1.0.8" | 1567 | version = "1.0.11" |
1568 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1569 | dependencies = [ | 1569 | dependencies = [ |
1570 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1578,7 +1578,7 @@ version = "3.1.0" | |||
1578 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1579 | dependencies = [ | 1579 | dependencies = [ |
1580 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1580 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1581 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1581 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1582 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1582 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1583 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1583 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1584 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1584 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1590,7 +1590,7 @@ name = "termios" | |||
1590 | version = "0.3.1" | 1590 | version = "0.3.1" |
1591 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1592 | dependencies = [ | 1592 | dependencies = [ |
1593 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1593 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1594 | ] | 1594 | ] |
1595 | 1595 | ||
1596 | [[package]] | 1596 | [[package]] |
@@ -1752,7 +1752,7 @@ dependencies = [ | |||
1752 | name = "xtask" | 1752 | name = "xtask" |
1753 | version = "0.1.0" | 1753 | version = "0.1.0" |
1754 | dependencies = [ | 1754 | dependencies = [ |
1755 | "anyhow 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", | 1755 | "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
1756 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1756 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1757 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1757 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1758 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1758 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1771,7 +1771,7 @@ dependencies = [ | |||
1771 | 1771 | ||
1772 | [metadata] | 1772 | [metadata] |
1773 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1773 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1774 | "checksum anyhow 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b412394828b7ca486b362f300b762d8e43dafd6f0d727b63f1cd2ade207c6cef" | 1774 | "checksum anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" |
1775 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1775 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1776 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1776 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1777 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1777 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
@@ -1784,7 +1784,7 @@ dependencies = [ | |||
1784 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" | 1784 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
1785 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1785 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1786 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1786 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1787 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" | 1787 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
1788 | "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" | 1788 | "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" |
1789 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1789 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1790 | "checksum chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" | 1790 | "checksum chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" |
@@ -1842,7 +1842,7 @@ dependencies = [ | |||
1842 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | 1842 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" |
1843 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 1843 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1844 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 1844 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
1845 | "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" | 1845 | "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
1846 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1846 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1847 | "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" | 1847 | "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" |
1848 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1848 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
@@ -1921,7 +1921,7 @@ dependencies = [ | |||
1921 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1921 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1922 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 1922 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
1923 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1923 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1924 | "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" | 1924 | "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" |
1925 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 1925 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
1926 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1926 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1927 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1927 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |