diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 186 |
1 files changed, 92 insertions, 94 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5f82e92f4..dbadfc64e 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -32,7 +32,7 @@ name = "atty" | |||
32 | version = "0.2.11" | 32 | version = "0.2.11" |
33 | source = "registry+https://github.com/rust-lang/crates.io-index" | 33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
34 | dependencies = [ | 34 | dependencies = [ |
35 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 35 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 36 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
37 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 37 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | ] | 38 | ] |
@@ -50,8 +50,8 @@ dependencies = [ | |||
50 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | ] | 56 | ] |
57 | 57 | ||
@@ -61,7 +61,7 @@ version = "0.1.28" | |||
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
62 | dependencies = [ | 62 | dependencies = [ |
63 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | ] | 65 | ] |
66 | 66 | ||
67 | [[package]] | 67 | [[package]] |
@@ -170,8 +170,8 @@ version = "0.3.6" | |||
170 | source = "registry+https://github.com/rust-lang/crates.io-index" | 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
171 | dependencies = [ | 171 | dependencies = [ |
172 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 172 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
173 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 173 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 174 | "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 175 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | ] | 176 | ] |
177 | 177 | ||
@@ -270,16 +270,16 @@ dependencies = [ | |||
270 | 270 | ||
271 | [[package]] | 271 | [[package]] |
272 | name = "failure" | 272 | name = "failure" |
273 | version = "0.1.4" | 273 | version = "0.1.5" |
274 | source = "registry+https://github.com/rust-lang/crates.io-index" | 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
275 | dependencies = [ | 275 | dependencies = [ |
276 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", | 276 | "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | "failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 277 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | ] | 278 | ] |
279 | 279 | ||
280 | [[package]] | 280 | [[package]] |
281 | name = "failure_derive" | 281 | name = "failure_derive" |
282 | version = "0.1.4" | 282 | version = "0.1.5" |
283 | source = "registry+https://github.com/rust-lang/crates.io-index" | 283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
284 | dependencies = [ | 284 | dependencies = [ |
285 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -337,7 +337,7 @@ name = "gen_lsp_server" | |||
337 | version = "0.1.0" | 337 | version = "0.1.0" |
338 | dependencies = [ | 338 | dependencies = [ |
339 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
340 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
341 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 342 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 343 | "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -371,11 +371,6 @@ version = "1.1.0" | |||
371 | source = "registry+https://github.com/rust-lang/crates.io-index" | 371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
372 | 372 | ||
373 | [[package]] | 373 | [[package]] |
374 | name = "id-arena" | ||
375 | version = "2.0.0" | ||
376 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
377 | |||
378 | [[package]] | ||
379 | name = "idna" | 374 | name = "idna" |
380 | version = "0.1.5" | 375 | version = "0.1.5" |
381 | source = "registry+https://github.com/rust-lang/crates.io-index" | 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -439,7 +434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
439 | 434 | ||
440 | [[package]] | 435 | [[package]] |
441 | name = "libc" | 436 | name = "libc" |
442 | version = "0.2.45" | 437 | version = "0.2.46" |
443 | source = "registry+https://github.com/rust-lang/crates.io-index" | 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
444 | 439 | ||
445 | [[package]] | 440 | [[package]] |
@@ -475,7 +470,7 @@ version = "2.1.2" | |||
475 | source = "registry+https://github.com/rust-lang/crates.io-index" | 470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
476 | dependencies = [ | 471 | dependencies = [ |
477 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 472 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
478 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 473 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
479 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 474 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | ] | 475 | ] |
481 | 476 | ||
@@ -484,7 +479,7 @@ name = "memmap" | |||
484 | version = "0.6.2" | 479 | version = "0.6.2" |
485 | source = "registry+https://github.com/rust-lang/crates.io-index" | 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
486 | dependencies = [ | 481 | dependencies = [ |
487 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 482 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 483 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | ] | 484 | ] |
490 | 485 | ||
@@ -527,7 +522,7 @@ name = "num_cpus" | |||
527 | version = "1.9.0" | 522 | version = "1.9.0" |
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
529 | dependencies = [ | 524 | dependencies = [ |
530 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 525 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | ] | 526 | ] |
532 | 527 | ||
533 | [[package]] | 528 | [[package]] |
@@ -540,16 +535,7 @@ dependencies = [ | |||
540 | 535 | ||
541 | [[package]] | 536 | [[package]] |
542 | name = "parking_lot" | 537 | name = "parking_lot" |
543 | version = "0.6.4" | 538 | version = "0.7.1" |
544 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
545 | dependencies = [ | ||
546 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
547 | "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
548 | ] | ||
549 | |||
550 | [[package]] | ||
551 | name = "parking_lot" | ||
552 | version = "0.7.0" | ||
553 | source = "registry+https://github.com/rust-lang/crates.io-index" | 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
554 | dependencies = [ | 540 | dependencies = [ |
555 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -558,23 +544,11 @@ dependencies = [ | |||
558 | 544 | ||
559 | [[package]] | 545 | [[package]] |
560 | name = "parking_lot_core" | 546 | name = "parking_lot_core" |
561 | version = "0.3.1" | ||
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
563 | dependencies = [ | ||
564 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | ||
565 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
566 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
567 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
568 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
569 | ] | ||
570 | |||
571 | [[package]] | ||
572 | name = "parking_lot_core" | ||
573 | version = "0.4.0" | 547 | version = "0.4.0" |
574 | source = "registry+https://github.com/rust-lang/crates.io-index" | 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
575 | dependencies = [ | 549 | dependencies = [ |
576 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 550 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
577 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 551 | "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
578 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
579 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 553 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 554 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -669,7 +643,7 @@ dependencies = [ | |||
669 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
670 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 644 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
671 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 645 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
672 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 646 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
673 | "ra_db 0.1.0", | 647 | "ra_db 0.1.0", |
674 | "ra_editor 0.1.0", | 648 | "ra_editor 0.1.0", |
675 | "ra_hir 0.1.0", | 649 | "ra_hir 0.1.0", |
@@ -678,16 +652,21 @@ dependencies = [ | |||
678 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 652 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
679 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 653 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 654 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | "salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)", | 655 | "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "test_utils 0.1.0", | 656 | "test_utils 0.1.0", |
657 | "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
683 | ] | 658 | ] |
684 | 659 | ||
685 | [[package]] | 660 | [[package]] |
661 | name = "ra_arena" | ||
662 | version = "0.1.0" | ||
663 | |||
664 | [[package]] | ||
686 | name = "ra_cli" | 665 | name = "ra_cli" |
687 | version = "0.1.0" | 666 | version = "0.1.0" |
688 | dependencies = [ | 667 | dependencies = [ |
689 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 668 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
690 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 669 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 670 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | "ra_editor 0.1.0", | 671 | "ra_editor 0.1.0", |
693 | "ra_syntax 0.1.0", | 672 | "ra_syntax 0.1.0", |
@@ -698,12 +677,12 @@ dependencies = [ | |||
698 | name = "ra_db" | 677 | name = "ra_db" |
699 | version = "0.1.0" | 678 | version = "0.1.0" |
700 | dependencies = [ | 679 | dependencies = [ |
701 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 680 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | "ra_editor 0.1.0", | 681 | "ra_editor 0.1.0", |
703 | "ra_syntax 0.1.0", | 682 | "ra_syntax 0.1.0", |
704 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 683 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
705 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 684 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | "salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)", | 685 | "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
707 | "test_utils 0.1.0", | 686 | "test_utils 0.1.0", |
708 | ] | 687 | ] |
709 | 688 | ||
@@ -728,15 +707,15 @@ dependencies = [ | |||
728 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 707 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 708 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
730 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 709 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
731 | "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
732 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
733 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
712 | "ra_arena 0.1.0", | ||
734 | "ra_db 0.1.0", | 713 | "ra_db 0.1.0", |
735 | "ra_editor 0.1.0", | 714 | "ra_editor 0.1.0", |
736 | "ra_syntax 0.1.0", | 715 | "ra_syntax 0.1.0", |
737 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 717 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)", | 718 | "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "test_utils 0.1.0", | 719 | "test_utils 0.1.0", |
741 | ] | 720 | ] |
742 | 721 | ||
@@ -747,14 +726,14 @@ dependencies = [ | |||
747 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 726 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 727 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | "failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 730 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | "gen_lsp_server 0.1.0", | 732 | "gen_lsp_server 0.1.0", |
754 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 733 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
755 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", | 734 | "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", |
756 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 735 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
757 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 736 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | "ra_analysis 0.1.0", | 737 | "ra_analysis 0.1.0", |
759 | "ra_editor 0.1.0", | 738 | "ra_editor 0.1.0", |
760 | "ra_syntax 0.1.0", | 739 | "ra_syntax 0.1.0", |
@@ -783,9 +762,9 @@ dependencies = [ | |||
783 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 762 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 763 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 764 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "ra_text_edit 0.1.0", | 766 | "ra_text_edit 0.1.0", |
788 | "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "rowan 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "test_utils 0.1.0", | 768 | "test_utils 0.1.0", |
790 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
791 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -807,6 +786,7 @@ version = "0.1.0" | |||
807 | dependencies = [ | 786 | dependencies = [ |
808 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 787 | "crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
809 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 788 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "ra_arena 0.1.0", | ||
810 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 790 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 791 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 792 | "tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -821,36 +801,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
821 | dependencies = [ | 801 | dependencies = [ |
822 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 802 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 803 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 804 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 805 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 806 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | ] | 807 | ] |
828 | 808 | ||
829 | [[package]] | 809 | [[package]] |
830 | name = "rand" | 810 | name = "rand" |
831 | version = "0.6.1" | 811 | version = "0.6.3" |
832 | source = "registry+https://github.com/rust-lang/crates.io-index" | 812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
833 | dependencies = [ | 813 | dependencies = [ |
834 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 815 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 816 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
838 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 817 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
839 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 818 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
840 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | "rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
841 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
844 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
845 | ] | 824 | ] |
846 | 825 | ||
847 | [[package]] | 826 | [[package]] |
848 | name = "rand_chacha" | 827 | name = "rand_chacha" |
849 | version = "0.1.0" | 828 | version = "0.1.1" |
850 | source = "registry+https://github.com/rust-lang/crates.io-index" | 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
851 | dependencies = [ | 830 | dependencies = [ |
831 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
852 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 832 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
853 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
854 | ] | 833 | ] |
855 | 834 | ||
856 | [[package]] | 835 | [[package]] |
@@ -883,6 +862,18 @@ dependencies = [ | |||
883 | ] | 862 | ] |
884 | 863 | ||
885 | [[package]] | 864 | [[package]] |
865 | name = "rand_os" | ||
866 | version = "0.1.0" | ||
867 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
868 | dependencies = [ | ||
869 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
870 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
871 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", | ||
872 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
873 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
874 | ] | ||
875 | |||
876 | [[package]] | ||
886 | name = "rand_pcg" | 877 | name = "rand_pcg" |
887 | version = "0.1.1" | 878 | version = "0.1.1" |
888 | source = "registry+https://github.com/rust-lang/crates.io-index" | 879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -893,7 +884,7 @@ dependencies = [ | |||
893 | 884 | ||
894 | [[package]] | 885 | [[package]] |
895 | name = "rand_xorshift" | 886 | name = "rand_xorshift" |
896 | version = "0.1.0" | 887 | version = "0.1.1" |
897 | source = "registry+https://github.com/rust-lang/crates.io-index" | 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
898 | dependencies = [ | 889 | dependencies = [ |
899 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 890 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -916,7 +907,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
916 | dependencies = [ | 907 | dependencies = [ |
917 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 908 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
918 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 909 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 910 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
920 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 911 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
921 | ] | 912 | ] |
922 | 913 | ||
@@ -978,17 +969,17 @@ dependencies = [ | |||
978 | 969 | ||
979 | [[package]] | 970 | [[package]] |
980 | name = "rowan" | 971 | name = "rowan" |
981 | version = "0.1.3" | 972 | version = "0.1.4" |
982 | source = "registry+https://github.com/rust-lang/crates.io-index" | 973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
983 | dependencies = [ | 974 | dependencies = [ |
984 | "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 976 | "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
986 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "text_unit 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
987 | ] | 978 | ] |
988 | 979 | ||
989 | [[package]] | 980 | [[package]] |
990 | name = "rustc-demangle" | 981 | name = "rustc-demangle" |
991 | version = "0.1.11" | 982 | version = "0.1.13" |
992 | source = "registry+https://github.com/rust-lang/crates.io-index" | 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
993 | 984 | ||
994 | [[package]] | 985 | [[package]] |
@@ -1030,14 +1021,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1030 | 1021 | ||
1031 | [[package]] | 1022 | [[package]] |
1032 | name = "salsa" | 1023 | name = "salsa" |
1033 | version = "0.9.0" | 1024 | version = "0.9.1" |
1034 | source = "git+https://github.com/matklad/salsa.git?branch=transitive-untracked#a2198f1f8a1d09894b842035a1af6b0b4c133c93" | 1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1035 | dependencies = [ | 1026 | dependencies = [ |
1036 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1027 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1037 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1028 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1038 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1031 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1032 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | ] | 1034 | ] |
@@ -1174,8 +1165,8 @@ version = "3.0.5" | |||
1174 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1175 | dependencies = [ | 1166 | dependencies = [ |
1176 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1167 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1177 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1168 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1169 | "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1170 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1171 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1181 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1172 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1206,7 +1197,7 @@ name = "teraron" | |||
1206 | version = "0.0.1" | 1197 | version = "0.0.1" |
1207 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1208 | dependencies = [ | 1199 | dependencies = [ |
1209 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1201 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1211 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1202 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1212 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1203 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1217,7 +1208,7 @@ name = "termion" | |||
1217 | version = "1.5.1" | 1208 | version = "1.5.1" |
1218 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1219 | dependencies = [ | 1210 | dependencies = [ |
1220 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1211 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1212 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1222 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1213 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1223 | ] | 1214 | ] |
@@ -1278,7 +1269,7 @@ name = "time" | |||
1278 | version = "0.1.41" | 1269 | version = "0.1.41" |
1279 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1280 | dependencies = [ | 1271 | dependencies = [ |
1281 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1272 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1282 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1273 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1283 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1274 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1284 | ] | 1275 | ] |
@@ -1288,7 +1279,7 @@ name = "tools" | |||
1288 | version = "0.1.0" | 1279 | version = "0.1.0" |
1289 | dependencies = [ | 1280 | dependencies = [ |
1290 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1291 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1292 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1293 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1294 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1285 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1354,6 +1345,14 @@ dependencies = [ | |||
1354 | ] | 1345 | ] |
1355 | 1346 | ||
1356 | [[package]] | 1347 | [[package]] |
1348 | name = "unicase" | ||
1349 | version = "2.2.0" | ||
1350 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1351 | dependencies = [ | ||
1352 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1353 | ] | ||
1354 | |||
1355 | [[package]] | ||
1357 | name = "unicode-bidi" | 1356 | name = "unicode-bidi" |
1358 | version = "0.3.4" | 1357 | version = "0.3.4" |
1359 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1433,7 +1432,7 @@ name = "wait-timeout" | |||
1433 | version = "0.1.5" | 1432 | version = "0.1.5" |
1434 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1435 | dependencies = [ | 1434 | dependencies = [ |
1436 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1435 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 | ] | 1436 | ] |
1438 | 1437 | ||
1439 | [[package]] | 1438 | [[package]] |
@@ -1508,8 +1507,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1508 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 1507 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
1509 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 1508 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
1510 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" | 1509 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
1511 | "checksum failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e945b93ec214c6e97b520ec6c5d80267fc97af327658ee5b9f35984626e51fbf" | 1510 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
1512 | "checksum failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c395a14ab27b42704e85bf2435c5c51f334ad7a96e16fe23c6e63a1cad6cc12" | 1511 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1513 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1512 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1514 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" | 1513 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" |
1515 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1514 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
@@ -1520,7 +1519,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1520 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 1519 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
1521 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1520 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1522 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" | 1521 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1523 | "checksum id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a7250033feafee46a1cecd2c2616a64aec1d064f38c9ae2bdd297728542843e" | ||
1524 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1522 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1525 | "checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c" | 1523 | "checksum im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9c7f9bb8aee47fc16d535a705f7867a9fc83bb822e5e1043bb98e77ffeed3c" |
1526 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1524 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
@@ -1529,7 +1527,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1529 | "checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" | 1527 | "checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" |
1530 | "checksum languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7c01845f71b8b3b3557a8179af4434a4b2570829da12371f05272d28183a06ce" | 1528 | "checksum languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7c01845f71b8b3b3557a8179af4434a4b2570829da12371f05272d28183a06ce" |
1531 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" | 1529 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
1532 | "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74" | 1530 | "checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd" |
1533 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1531 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1534 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1532 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1535 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1533 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
@@ -1543,9 +1541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1543 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | 1541 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
1544 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" | 1542 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
1545 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | 1543 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1546 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" | 1544 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
1547 | "checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf" | ||
1548 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | ||
1549 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 1545 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1550 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1546 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1551 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" | 1547 | "checksum pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54f0c72a98d8ab3c99560bfd16df8059cc10e1f9a8e83e6e3b97718dd766e9c3" |
@@ -1557,14 +1553,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1557 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1553 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1558 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" | 1554 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" |
1559 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 1555 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
1560 | "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a" | 1556 | "checksum rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b65e163105a6284f841bd23100a015895f54340e88a5ffc9ca7b8b33827cfce0" |
1561 | "checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" | 1557 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1562 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" | 1558 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
1563 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" | 1559 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" |
1564 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 1560 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
1565 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 1561 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
1562 | "checksum rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de5ac4de1c2973e1391dc305cb0fbf8788cb58068e98255439b7485a77022273" | ||
1566 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | 1563 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
1567 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" | 1564 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
1568 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1565 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1569 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1566 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1570 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" | 1567 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" |
@@ -1574,14 +1571,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1574 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 1571 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
1575 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1572 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1576 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" | 1573 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" |
1577 | "checksum rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9ccca91953e9c549cac18e8f41daa5d49dad1c9a4c9bb977ac42718bb34e1bf" | 1574 | "checksum rowan 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c218b4430ab922850b71b14fa9bca224425097f935f6155c0b6a4b1f398a54f0" |
1578 | "checksum rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "01b90379b8664dd83460d59bdc5dd1fd3172b8913788db483ed1325171eab2f7" | 1575 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
1579 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1576 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1580 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1577 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1581 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" | 1578 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" |
1582 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 1579 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1583 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | 1580 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1584 | "checksum salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)" = "<none>" | 1581 | "checksum salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "442ef4acdb48c0e24ddaf4f3b62555af2d1da7047f2f26acd54ae73010aa0c02" |
1585 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1582 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1586 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1583 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1587 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1584 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
@@ -1616,6 +1613,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1616 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" | 1613 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" |
1617 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" | 1614 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" |
1618 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" | 1615 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" |
1616 | "checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" | ||
1619 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1617 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1620 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" | 1618 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" |
1621 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 1619 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |