diff options
-rw-r--r-- | Cargo.lock | 134 | ||||
-rw-r--r-- | Cargo.toml | 1 | ||||
-rw-r--r-- | crates/ra_analysis/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_db/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
5 files changed, 76 insertions, 65 deletions
diff --git a/Cargo.lock b/Cargo.lock index b06058688..8f7dcd87f 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)", |
@@ -434,7 +434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
434 | 434 | ||
435 | [[package]] | 435 | [[package]] |
436 | name = "libc" | 436 | name = "libc" |
437 | version = "0.2.45" | 437 | version = "0.2.46" |
438 | source = "registry+https://github.com/rust-lang/crates.io-index" | 438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
439 | 439 | ||
440 | [[package]] | 440 | [[package]] |
@@ -470,7 +470,7 @@ version = "2.1.2" | |||
470 | source = "registry+https://github.com/rust-lang/crates.io-index" | 470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | dependencies = [ | 471 | dependencies = [ |
472 | "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)", |
473 | "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)", |
474 | "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)", |
475 | ] | 475 | ] |
476 | 476 | ||
@@ -479,7 +479,7 @@ name = "memmap" | |||
479 | version = "0.6.2" | 479 | version = "0.6.2" |
480 | source = "registry+https://github.com/rust-lang/crates.io-index" | 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
481 | dependencies = [ | 481 | dependencies = [ |
482 | "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)", |
483 | "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)", |
484 | ] | 484 | ] |
485 | 485 | ||
@@ -522,7 +522,7 @@ name = "num_cpus" | |||
522 | version = "1.9.0" | 522 | version = "1.9.0" |
523 | source = "registry+https://github.com/rust-lang/crates.io-index" | 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
524 | dependencies = [ | 524 | dependencies = [ |
525 | "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)", |
526 | ] | 526 | ] |
527 | 527 | ||
528 | [[package]] | 528 | [[package]] |
@@ -544,7 +544,7 @@ dependencies = [ | |||
544 | 544 | ||
545 | [[package]] | 545 | [[package]] |
546 | name = "parking_lot" | 546 | name = "parking_lot" |
547 | version = "0.7.0" | 547 | version = "0.7.1" |
548 | source = "registry+https://github.com/rust-lang/crates.io-index" | 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
549 | dependencies = [ | 549 | dependencies = [ |
550 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 550 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -556,7 +556,7 @@ name = "parking_lot_core" | |||
556 | version = "0.3.1" | 556 | version = "0.3.1" |
557 | source = "registry+https://github.com/rust-lang/crates.io-index" | 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
558 | dependencies = [ | 558 | dependencies = [ |
559 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 559 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
560 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 560 | "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
561 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 561 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
562 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 562 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -568,8 +568,8 @@ name = "parking_lot_core" | |||
568 | version = "0.4.0" | 568 | version = "0.4.0" |
569 | source = "registry+https://github.com/rust-lang/crates.io-index" | 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
570 | dependencies = [ | 570 | dependencies = [ |
571 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 571 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
572 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 572 | "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
573 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 573 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
574 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 574 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 575 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -664,7 +664,7 @@ dependencies = [ | |||
664 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 664 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 665 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 666 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 667 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
668 | "ra_db 0.1.0", | 668 | "ra_db 0.1.0", |
669 | "ra_editor 0.1.0", | 669 | "ra_editor 0.1.0", |
670 | "ra_hir 0.1.0", | 670 | "ra_hir 0.1.0", |
@@ -673,7 +673,7 @@ dependencies = [ | |||
673 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 673 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
674 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 674 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 675 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)", | 676 | "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | "test_utils 0.1.0", | 677 | "test_utils 0.1.0", |
678 | "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 678 | "unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
679 | ] | 679 | ] |
@@ -687,7 +687,7 @@ name = "ra_cli" | |||
687 | version = "0.1.0" | 687 | version = "0.1.0" |
688 | dependencies = [ | 688 | dependencies = [ |
689 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 689 | "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)", | 690 | "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)", | 691 | "join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | "ra_editor 0.1.0", | 692 | "ra_editor 0.1.0", |
693 | "ra_syntax 0.1.0", | 693 | "ra_syntax 0.1.0", |
@@ -698,12 +698,12 @@ dependencies = [ | |||
698 | name = "ra_db" | 698 | name = "ra_db" |
699 | version = "0.1.0" | 699 | version = "0.1.0" |
700 | dependencies = [ | 700 | dependencies = [ |
701 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | "ra_editor 0.1.0", | 702 | "ra_editor 0.1.0", |
703 | "ra_syntax 0.1.0", | 703 | "ra_syntax 0.1.0", |
704 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 704 | "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)", | 705 | "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)", | 706 | "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
707 | "test_utils 0.1.0", | 707 | "test_utils 0.1.0", |
708 | ] | 708 | ] |
709 | 709 | ||
@@ -729,14 +729,14 @@ dependencies = [ | |||
729 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "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)", | 730 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
731 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
732 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 732 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
733 | "ra_arena 0.1.0", | 733 | "ra_arena 0.1.0", |
734 | "ra_db 0.1.0", | 734 | "ra_db 0.1.0", |
735 | "ra_editor 0.1.0", | 735 | "ra_editor 0.1.0", |
736 | "ra_syntax 0.1.0", | 736 | "ra_syntax 0.1.0", |
737 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "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)", | 738 | "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)", | 739 | "salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "test_utils 0.1.0", | 740 | "test_utils 0.1.0", |
741 | ] | 741 | ] |
742 | 742 | ||
@@ -747,14 +747,14 @@ dependencies = [ | |||
747 | "cargo_metadata 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 747 | "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)", | 748 | "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)", | 749 | "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)", | 750 | "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)", | 751 | "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)", | 752 | "flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | "gen_lsp_server 0.1.0", | 753 | "gen_lsp_server 0.1.0", |
754 | "im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 754 | "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)", | 755 | "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)", | 756 | "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)", | 757 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | "ra_analysis 0.1.0", | 758 | "ra_analysis 0.1.0", |
759 | "ra_editor 0.1.0", | 759 | "ra_editor 0.1.0", |
760 | "ra_syntax 0.1.0", | 760 | "ra_syntax 0.1.0", |
@@ -783,7 +783,7 @@ dependencies = [ | |||
783 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 783 | "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)", | 784 | "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)", | 785 | "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)", | 786 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "ra_text_edit 0.1.0", | 787 | "ra_text_edit 0.1.0", |
788 | "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 788 | "rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "test_utils 0.1.0", | 789 | "test_utils 0.1.0", |
@@ -822,36 +822,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
822 | dependencies = [ | 822 | dependencies = [ |
823 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 824 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 825 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 826 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 827 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | ] | 828 | ] |
829 | 829 | ||
830 | [[package]] | 830 | [[package]] |
831 | name = "rand" | 831 | name = "rand" |
832 | version = "0.6.1" | 832 | version = "0.6.3" |
833 | source = "registry+https://github.com/rust-lang/crates.io-index" | 833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
834 | dependencies = [ | 834 | dependencies = [ |
835 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 835 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 836 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 837 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | "rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
839 | "rand_core 0.3.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)", |
840 | "rand_hc 0.1.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)", |
841 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 840 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | "rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
842 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 842 | "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | "rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 843 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
844 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
845 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | ] | 845 | ] |
847 | 846 | ||
848 | [[package]] | 847 | [[package]] |
849 | name = "rand_chacha" | 848 | name = "rand_chacha" |
850 | version = "0.1.0" | 849 | version = "0.1.1" |
851 | source = "registry+https://github.com/rust-lang/crates.io-index" | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
852 | dependencies = [ | 851 | dependencies = [ |
852 | "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
853 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 853 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
854 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
855 | ] | 854 | ] |
856 | 855 | ||
857 | [[package]] | 856 | [[package]] |
@@ -884,6 +883,18 @@ dependencies = [ | |||
884 | ] | 883 | ] |
885 | 884 | ||
886 | [[package]] | 885 | [[package]] |
886 | name = "rand_os" | ||
887 | version = "0.1.0" | ||
888 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
889 | dependencies = [ | ||
890 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
891 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
892 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", | ||
893 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
894 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
895 | ] | ||
896 | |||
897 | [[package]] | ||
887 | name = "rand_pcg" | 898 | name = "rand_pcg" |
888 | version = "0.1.1" | 899 | version = "0.1.1" |
889 | source = "registry+https://github.com/rust-lang/crates.io-index" | 900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -894,7 +905,7 @@ dependencies = [ | |||
894 | 905 | ||
895 | [[package]] | 906 | [[package]] |
896 | name = "rand_xorshift" | 907 | name = "rand_xorshift" |
897 | version = "0.1.0" | 908 | version = "0.1.1" |
898 | source = "registry+https://github.com/rust-lang/crates.io-index" | 909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
899 | dependencies = [ | 910 | dependencies = [ |
900 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 911 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -917,7 +928,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
917 | dependencies = [ | 928 | dependencies = [ |
918 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 929 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 930 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
920 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 931 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
921 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 932 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
922 | ] | 933 | ] |
923 | 934 | ||
@@ -989,7 +1000,7 @@ dependencies = [ | |||
989 | 1000 | ||
990 | [[package]] | 1001 | [[package]] |
991 | name = "rustc-demangle" | 1002 | name = "rustc-demangle" |
992 | version = "0.1.11" | 1003 | version = "0.1.13" |
993 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
994 | 1005 | ||
995 | [[package]] | 1006 | [[package]] |
@@ -1031,14 +1042,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1031 | 1042 | ||
1032 | [[package]] | 1043 | [[package]] |
1033 | name = "salsa" | 1044 | name = "salsa" |
1034 | version = "0.9.0" | 1045 | version = "0.9.1" |
1035 | source = "git+https://github.com/matklad/salsa.git?branch=transitive-untracked#a2198f1f8a1d09894b842035a1af6b0b4c133c93" | 1046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1036 | dependencies = [ | 1047 | dependencies = [ |
1037 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1048 | "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1038 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1049 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1050 | "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1051 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1052 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1053 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | ] | 1055 | ] |
@@ -1175,8 +1186,8 @@ version = "3.0.5" | |||
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1176 | dependencies = [ | 1187 | dependencies = [ |
1177 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1189 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | "rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 | "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1181 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1182 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1207,7 +1218,7 @@ name = "teraron" | |||
1207 | version = "0.0.1" | 1218 | version = "0.0.1" |
1208 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1209 | dependencies = [ | 1220 | dependencies = [ |
1210 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1221 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1211 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1222 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1212 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1223 | "ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1213 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", | 1224 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1218,7 +1229,7 @@ name = "termion" | |||
1218 | version = "1.5.1" | 1229 | version = "1.5.1" |
1219 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1220 | dependencies = [ | 1231 | dependencies = [ |
1221 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1232 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1222 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1233 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1223 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1234 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1224 | ] | 1235 | ] |
@@ -1279,7 +1290,7 @@ name = "time" | |||
1279 | version = "0.1.41" | 1290 | version = "0.1.41" |
1280 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1281 | dependencies = [ | 1292 | dependencies = [ |
1282 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1293 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1283 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1294 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", |
1284 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1295 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1285 | ] | 1296 | ] |
@@ -1289,7 +1300,7 @@ name = "tools" | |||
1289 | version = "0.1.0" | 1300 | version = "0.1.0" |
1290 | dependencies = [ | 1301 | dependencies = [ |
1291 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1302 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1292 | "failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1303 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1293 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1304 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1294 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1305 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1295 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1306 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1442,7 +1453,7 @@ name = "wait-timeout" | |||
1442 | version = "0.1.5" | 1453 | version = "0.1.5" |
1443 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1444 | dependencies = [ | 1455 | dependencies = [ |
1445 | "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1446 | ] | 1457 | ] |
1447 | 1458 | ||
1448 | [[package]] | 1459 | [[package]] |
@@ -1517,8 +1528,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1517 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 1528 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
1518 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 1529 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
1519 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" | 1530 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
1520 | "checksum failure 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e945b93ec214c6e97b520ec6c5d80267fc97af327658ee5b9f35984626e51fbf" | 1531 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
1521 | "checksum failure_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c395a14ab27b42704e85bf2435c5c51f334ad7a96e16fe23c6e63a1cad6cc12" | 1532 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1522 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1533 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1523 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" | 1534 | "checksum flexi_logger 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dda06444ccc8b0a6da19d939989b4a4e83f328710ada449eedaed48c8b903cd" |
1524 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1535 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
@@ -1537,7 +1548,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1537 | "checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" | 1548 | "checksum join_to_string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bddc885f3fd69dd4b5d747c2efe6dd2c36d795ea9938281ed50910e32c95e31" |
1538 | "checksum languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7c01845f71b8b3b3557a8179af4434a4b2570829da12371f05272d28183a06ce" | 1549 | "checksum languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7c01845f71b8b3b3557a8179af4434a4b2570829da12371f05272d28183a06ce" |
1539 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" | 1550 | "checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
1540 | "checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74" | 1551 | "checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd" |
1541 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1552 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1542 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1553 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1543 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1554 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
@@ -1552,7 +1563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1552 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" | 1563 | "checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238" |
1553 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | 1564 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1554 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" | 1565 | "checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
1555 | "checksum parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9723236a9525c757d9725b993511e3fc941e33f27751942232f0058298297edf" | 1566 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
1556 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" | 1567 | "checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
1557 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 1568 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1558 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1569 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
@@ -1565,14 +1576,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1565 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1576 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1566 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" | 1577 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" |
1567 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 1578 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
1568 | "checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a" | 1579 | "checksum rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b65e163105a6284f841bd23100a015895f54340e88a5ffc9ca7b8b33827cfce0" |
1569 | "checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a" | 1580 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1570 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" | 1581 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
1571 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" | 1582 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" |
1572 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 1583 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
1573 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 1584 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
1585 | "checksum rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de5ac4de1c2973e1391dc305cb0fbf8788cb58068e98255439b7485a77022273" | ||
1574 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" | 1586 | "checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" |
1575 | "checksum rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effa3fcaa47e18db002bdde6060944b6d2f9cfd8db471c30e873448ad9187be3" | 1587 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
1576 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1588 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1577 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1589 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1578 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" | 1590 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" |
@@ -1583,13 +1595,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1583 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1595 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1584 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" | 1596 | "checksum ron 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c48677d8a9247a4e0d1f3f9cb4b0a8e29167fdc3c04f383a5e669cd7a960ae0f" |
1585 | "checksum rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9ccca91953e9c549cac18e8f41daa5d49dad1c9a4c9bb977ac42718bb34e1bf" | 1597 | "checksum rowan 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9ccca91953e9c549cac18e8f41daa5d49dad1c9a4c9bb977ac42718bb34e1bf" |
1586 | "checksum rustc-demangle 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "01b90379b8664dd83460d59bdc5dd1fd3172b8913788db483ed1325171eab2f7" | 1598 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
1587 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1599 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1588 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1600 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1589 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" | 1601 | "checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c" |
1590 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 1602 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1591 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | 1603 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1592 | "checksum salsa 0.9.0 (git+https://github.com/matklad/salsa.git?branch=transitive-untracked)" = "<none>" | 1604 | "checksum salsa 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "442ef4acdb48c0e24ddaf4f3b62555af2d1da7047f2f26acd54ae73010aa0c02" |
1593 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 1605 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
1594 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1606 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1595 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1607 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
diff --git a/Cargo.toml b/Cargo.toml index dd8499c06..c5155e899 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -6,4 +6,3 @@ incremental = true | |||
6 | debug = true | 6 | debug = true |
7 | 7 | ||
8 | [patch.'crates-io'] | 8 | [patch.'crates-io'] |
9 | salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" } | ||
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml index 7a4fdaed9..11c78ced8 100644 --- a/crates/ra_analysis/Cargo.toml +++ b/crates/ra_analysis/Cargo.toml | |||
@@ -10,7 +10,7 @@ log = "0.4.5" | |||
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | rayon = "1.0.2" | 11 | rayon = "1.0.2" |
12 | fst = "0.3.1" | 12 | fst = "0.3.1" |
13 | salsa = "0.9.0" | 13 | salsa = "0.9.1" |
14 | rustc-hash = "1.0" | 14 | rustc-hash = "1.0" |
15 | parking_lot = "0.7.0" | 15 | parking_lot = "0.7.0" |
16 | unicase = "2.2.0" | 16 | unicase = "2.2.0" |
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml index ecc56d953..c0e83a140 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -6,7 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | relative-path = "0.4.0" | 8 | relative-path = "0.4.0" |
9 | salsa = "0.9.0" | 9 | salsa = "0.9.1" |
10 | rustc-hash = "1.0" | 10 | rustc-hash = "1.0" |
11 | parking_lot = "0.7.0" | 11 | parking_lot = "0.7.0" |
12 | ra_syntax = { path = "../ra_syntax" } | 12 | ra_syntax = { path = "../ra_syntax" } |
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 8c0cf4b86..245a21ce3 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
8 | arrayvec = "0.4.10" | 8 | arrayvec = "0.4.10" |
9 | log = "0.4.5" | 9 | log = "0.4.5" |
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | salsa = "0.9.0" | 11 | salsa = "0.9.1" |
12 | rustc-hash = "1.0" | 12 | rustc-hash = "1.0" |
13 | parking_lot = "0.7.0" | 13 | parking_lot = "0.7.0" |
14 | ena = "0.11" | 14 | ena = "0.11" |