diff options
-rw-r--r-- | Cargo.lock | 115 | ||||
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api_light/Cargo.toml | 2 |
4 files changed, 62 insertions, 59 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9a495a69d..f5f270e23 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -3,7 +3,7 @@ name = "aho-corasick" | |||
3 | version = "0.6.9" | 3 | version = "0.6.9" |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
5 | dependencies = [ | 5 | dependencies = [ |
6 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 6 | "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
7 | ] | 7 | ] |
8 | 8 | ||
9 | [[package]] | 9 | [[package]] |
@@ -69,7 +69,7 @@ name = "base64" | |||
69 | version = "0.10.0" | 69 | version = "0.10.0" |
70 | source = "registry+https://github.com/rust-lang/crates.io-index" | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
71 | dependencies = [ | 71 | dependencies = [ |
72 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 72 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
73 | ] | 73 | ] |
74 | 74 | ||
75 | [[package]] | 75 | [[package]] |
@@ -106,7 +106,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
106 | 106 | ||
107 | [[package]] | 107 | [[package]] |
108 | name = "byteorder" | 108 | name = "byteorder" |
109 | version = "1.2.7" | 109 | version = "1.3.1" |
110 | source = "registry+https://github.com/rust-lang/crates.io-index" | 110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
111 | 111 | ||
112 | [[package]] | 112 | [[package]] |
@@ -117,7 +117,7 @@ dependencies = [ | |||
117 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 117 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 118 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 119 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 120 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 121 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | ] | 122 | ] |
123 | 123 | ||
@@ -204,7 +204,7 @@ dependencies = [ | |||
204 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 204 | "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 205 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 206 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 207 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | ] | 208 | ] |
209 | 209 | ||
210 | [[package]] | 210 | [[package]] |
@@ -251,8 +251,8 @@ name = "derive-new" | |||
251 | version = "0.5.6" | 251 | version = "0.5.6" |
252 | source = "registry+https://github.com/rust-lang/crates.io-index" | 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
253 | dependencies = [ | 253 | dependencies = [ |
254 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 254 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
255 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 255 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
256 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 256 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | ] | 257 | ] |
258 | 258 | ||
@@ -324,8 +324,8 @@ name = "failure_derive" | |||
324 | version = "0.1.5" | 324 | version = "0.1.5" |
325 | source = "registry+https://github.com/rust-lang/crates.io-index" | 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
326 | dependencies = [ | 326 | dependencies = [ |
327 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 327 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 328 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 329 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
330 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 330 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | ] | 331 | ] |
@@ -356,7 +356,7 @@ name = "fst" | |||
356 | version = "0.3.3" | 356 | version = "0.3.3" |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
358 | dependencies = [ | 358 | dependencies = [ |
359 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 359 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 360 | "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | ] | 361 | ] |
362 | 362 | ||
@@ -419,7 +419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
419 | dependencies = [ | 419 | dependencies = [ |
420 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 420 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 421 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
422 | "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 422 | "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | ] | 423 | ] |
424 | 424 | ||
425 | [[package]] | 425 | [[package]] |
@@ -438,7 +438,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
438 | 438 | ||
439 | [[package]] | 439 | [[package]] |
440 | name = "insta" | 440 | name = "insta" |
441 | version = "0.4.0" | 441 | version = "0.5.2" |
442 | source = "registry+https://github.com/rust-lang/crates.io-index" | 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
443 | dependencies = [ | 443 | dependencies = [ |
444 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 444 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -449,6 +449,7 @@ dependencies = [ | |||
449 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 449 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
450 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 450 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
451 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 451 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
452 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
452 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 453 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
453 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 454 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | 455 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -513,7 +514,7 @@ dependencies = [ | |||
513 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 514 | "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
514 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
515 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", | 516 | "serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
516 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 517 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
517 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 518 | "serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
518 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 519 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
519 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 520 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -531,12 +532,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
531 | 532 | ||
532 | [[package]] | 533 | [[package]] |
533 | name = "memchr" | 534 | name = "memchr" |
534 | version = "2.1.2" | 535 | version = "2.1.3" |
535 | source = "registry+https://github.com/rust-lang/crates.io-index" | 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
536 | dependencies = [ | 537 | dependencies = [ |
537 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 538 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
538 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", |
539 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
540 | ] | 540 | ] |
541 | 541 | ||
542 | [[package]] | 542 | [[package]] |
@@ -564,8 +564,8 @@ version = "0.2.3" | |||
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
565 | dependencies = [ | 565 | dependencies = [ |
566 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 567 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 568 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
569 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 569 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | ] | 570 | ] |
571 | 571 | ||
@@ -615,7 +615,7 @@ dependencies = [ | |||
615 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 615 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 616 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
617 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 617 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 618 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 619 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | ] | 620 | ] |
621 | 621 | ||
@@ -648,8 +648,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
648 | dependencies = [ | 648 | dependencies = [ |
649 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 649 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 650 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 652 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
653 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 653 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
654 | ] | 654 | ] |
655 | 655 | ||
@@ -665,7 +665,7 @@ dependencies = [ | |||
665 | 665 | ||
666 | [[package]] | 666 | [[package]] |
667 | name = "proc-macro2" | 667 | name = "proc-macro2" |
668 | version = "0.4.25" | 668 | version = "0.4.26" |
669 | source = "registry+https://github.com/rust-lang/crates.io-index" | 669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
670 | dependencies = [ | 670 | dependencies = [ |
671 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 671 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -678,7 +678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
678 | dependencies = [ | 678 | dependencies = [ |
679 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 679 | "bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 680 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 681 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 682 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 683 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 684 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -695,10 +695,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
695 | 695 | ||
696 | [[package]] | 696 | [[package]] |
697 | name = "quote" | 697 | name = "quote" |
698 | version = "0.6.10" | 698 | version = "0.6.11" |
699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | dependencies = [ | 700 | dependencies = [ |
701 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | ] | 702 | ] |
703 | 703 | ||
704 | [[package]] | 704 | [[package]] |
@@ -737,7 +737,7 @@ dependencies = [ | |||
737 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 739 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 740 | "insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 741 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
742 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 742 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
743 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -754,7 +754,7 @@ name = "ra_ide_api" | |||
754 | version = "0.1.0" | 754 | version = "0.1.0" |
755 | dependencies = [ | 755 | dependencies = [ |
756 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
757 | "insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -774,7 +774,7 @@ dependencies = [ | |||
774 | name = "ra_ide_api_light" | 774 | name = "ra_ide_api_light" |
775 | version = "0.1.0" | 775 | version = "0.1.0" |
776 | dependencies = [ | 776 | dependencies = [ |
777 | "insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
778 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
779 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
780 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -985,7 +985,7 @@ dependencies = [ | |||
985 | 985 | ||
986 | [[package]] | 986 | [[package]] |
987 | name = "redox_syscall" | 987 | name = "redox_syscall" |
988 | version = "0.1.50" | 988 | version = "0.1.51" |
989 | source = "registry+https://github.com/rust-lang/crates.io-index" | 989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
990 | 990 | ||
991 | [[package]] | 991 | [[package]] |
@@ -993,7 +993,7 @@ name = "redox_termios" | |||
993 | version = "0.1.1" | 993 | version = "0.1.1" |
994 | source = "registry+https://github.com/rust-lang/crates.io-index" | 994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
995 | dependencies = [ | 995 | dependencies = [ |
996 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 996 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | ] | 997 | ] |
998 | 998 | ||
999 | [[package]] | 999 | [[package]] |
@@ -1002,7 +1002,7 @@ version = "1.1.0" | |||
1002 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1003 | dependencies = [ | 1003 | dependencies = [ |
1004 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1004 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 | "memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1006 | "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1059,7 +1059,7 @@ name = "rustc-hash" | |||
1059 | version = "1.0.1" | 1059 | version = "1.0.1" |
1060 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1061 | dependencies = [ | 1061 | dependencies = [ |
1062 | "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | ] | 1063 | ] |
1064 | 1064 | ||
1065 | [[package]] | 1065 | [[package]] |
@@ -1098,7 +1098,7 @@ dependencies = [ | |||
1098 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | "salsa-macros 0.10.0-alpha1 (registry+https://github.com/rust-lang/crates.io-index)", | 1100 | "salsa-macros 0.10.0-alpha1 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | ] | 1102 | ] |
1103 | 1103 | ||
1104 | [[package]] | 1104 | [[package]] |
@@ -1107,8 +1107,8 @@ version = "0.10.0-alpha1" | |||
1107 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1108 | dependencies = [ | 1108 | dependencies = [ |
1109 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1111 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1112 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1112 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1113 | ] | 1113 | ] |
1114 | 1114 | ||
@@ -1144,16 +1144,16 @@ name = "serde" | |||
1144 | version = "1.0.85" | 1144 | version = "1.0.85" |
1145 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1146 | dependencies = [ | 1146 | dependencies = [ |
1147 | "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 | "serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | ] | 1148 | ] |
1149 | 1149 | ||
1150 | [[package]] | 1150 | [[package]] |
1151 | name = "serde_derive" | 1151 | name = "serde_derive" |
1152 | version = "1.0.84" | 1152 | version = "1.0.85" |
1153 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1154 | dependencies = [ | 1154 | dependencies = [ |
1155 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1155 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1156 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1156 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1157 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1157 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1158 | ] | 1158 | ] |
1159 | 1159 | ||
@@ -1199,7 +1199,7 @@ dependencies = [ | |||
1199 | 1199 | ||
1200 | [[package]] | 1200 | [[package]] |
1201 | name = "smallvec" | 1201 | name = "smallvec" |
1202 | version = "0.6.7" | 1202 | version = "0.6.8" |
1203 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1204 | dependencies = [ | 1204 | dependencies = [ |
1205 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1205 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1233,8 +1233,8 @@ name = "syn" | |||
1233 | version = "0.15.26" | 1233 | version = "0.15.26" |
1234 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1235 | dependencies = [ | 1235 | dependencies = [ |
1236 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1236 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1237 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1237 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1238 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1238 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1239 | ] | 1239 | ] |
1240 | 1240 | ||
@@ -1243,8 +1243,8 @@ name = "synstructure" | |||
1243 | version = "0.10.1" | 1243 | version = "0.10.1" |
1244 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1245 | dependencies = [ | 1245 | dependencies = [ |
1246 | "proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", | 1246 | "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1247 | "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1247 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1248 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1248 | "syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1249 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1249 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1250 | ] | 1250 | ] |
@@ -1257,7 +1257,7 @@ dependencies = [ | |||
1257 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1257 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1258 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1258 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", |
1259 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1259 | "rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1260 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1260 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1261 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1261 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1262 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1262 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1263 | ] | 1263 | ] |
@@ -1299,7 +1299,7 @@ version = "1.5.1" | |||
1299 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1300 | dependencies = [ | 1300 | dependencies = [ |
1301 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1301 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", |
1302 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1302 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1303 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1303 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1304 | ] | 1304 | ] |
1305 | 1305 | ||
@@ -1368,7 +1368,7 @@ version = "0.1.42" | |||
1368 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1369 | dependencies = [ | 1369 | dependencies = [ |
1370 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "libc 0.2.47 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1372 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | ] | 1373 | ] |
1374 | 1374 | ||
@@ -1460,8 +1460,11 @@ dependencies = [ | |||
1460 | 1460 | ||
1461 | [[package]] | 1461 | [[package]] |
1462 | name = "unicode-normalization" | 1462 | name = "unicode-normalization" |
1463 | version = "0.1.7" | 1463 | version = "0.1.8" |
1464 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1465 | dependencies = [ | ||
1466 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1467 | ] | ||
1465 | 1468 | ||
1466 | [[package]] | 1469 | [[package]] |
1467 | name = "unicode-segmentation" | 1470 | name = "unicode-segmentation" |
@@ -1593,7 +1596,7 @@ dependencies = [ | |||
1593 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 1596 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
1594 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | 1597 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
1595 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1598 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1596 | "checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d" | 1599 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
1597 | "checksum cargo_metadata 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95932a7ed5f2308fc00a46d2aa8eb1b06b402c896c2df424916ee730ba610c2e" | 1600 | "checksum cargo_metadata 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95932a7ed5f2308fc00a46d2aa8eb1b06b402c896c2df424916ee730ba610c2e" |
1598 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" | 1601 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" |
1599 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1602 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
@@ -1633,7 +1636,7 @@ dependencies = [ | |||
1633 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1636 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1634 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" | 1637 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" |
1635 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1638 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1636 | "checksum insta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60a169a6f66b485c617dd1b66dd758b2cf2b2d6c7bd34c4a1b8533796f59c181" | 1639 | "checksum insta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6ff57d9cbc4664b54a972c321155c7703794bc0f5c9944f29c36f40d10d626f3" |
1637 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1640 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1638 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1641 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
1639 | "checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" | 1642 | "checksum join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc7a5290e8c2606ce2be49f456d50f69173cb96d1541e4f66e34ac8b331a98f" |
@@ -1645,7 +1648,7 @@ dependencies = [ | |||
1645 | "checksum lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a252cc2be87d9329dd91c505a951996b3263582ba304870960faaae77b642183" | 1648 | "checksum lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a252cc2be87d9329dd91c505a951996b3263582ba304870960faaae77b642183" |
1646 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1649 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1647 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1650 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1648 | "checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9" | 1651 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" |
1649 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" | 1652 | "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff" |
1650 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 1653 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
1651 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | 1654 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
@@ -1661,10 +1664,10 @@ dependencies = [ | |||
1661 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" | 1664 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
1662 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" | 1665 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
1663 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" | 1666 | "checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e" |
1664 | "checksum proc-macro2 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "d3797b7142c9aa74954e351fc089bbee7958cebbff6bf2815e7ffff0b19f547d" | 1667 | "checksum proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "38fddd23d98b2144d197c0eca5705632d4fe2667d14a6be5df8934f8d74f1978" |
1665 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" | 1668 | "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f" |
1666 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1669 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1667 | "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c" | 1670 | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" |
1668 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 1671 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
1669 | "checksum rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3906503e80ac6cbcacb2c2973fa8e473f24d7e2747c8c92bb230c2441cad96b5" | 1672 | "checksum rand 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3906503e80ac6cbcacb2c2973fa8e473f24d7e2747c8c92bb230c2441cad96b5" |
1670 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1673 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
@@ -1678,7 +1681,7 @@ dependencies = [ | |||
1678 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1681 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1679 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1682 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1680 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 1683 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
1681 | "checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2" | 1684 | "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" |
1682 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1685 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1683 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" | 1686 | "checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
1684 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" | 1687 | "checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1" |
@@ -1698,12 +1701,12 @@ dependencies = [ | |||
1698 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1701 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1699 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1702 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1700 | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" | 1703 | "checksum serde 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "534b8b91a95e0f71bca3ed5824752d558da048d4248c91af873b63bd60519752" |
1701 | "checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b" | 1704 | "checksum serde_derive 1.0.85 (registry+https://github.com/rust-lang/crates.io-index)" = "a915306b0f1ac5607797697148c223bedeaa36bcc2e28a01441cd638cc6567b4" |
1702 | "checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" | 1705 | "checksum serde_json 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "574378d957d6dcdf1bbb5d562a15cbd5e644159432f84634b94e485267abbcc7" |
1703 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | 1706 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" |
1704 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1707 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
1705 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 1708 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
1706 | "checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db" | 1709 | "checksum smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "88aea073965ab29f6edb5493faf96ad662fb18aa9eeb186a3b7057951605ed15" |
1707 | "checksum smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9af1035bc5d742ab6b7ab16713e41cc2ffe78cb474f6f43cd696b2d16052007e" | 1710 | "checksum smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9af1035bc5d742ab6b7ab16713e41cc2ffe78cb474f6f43cd696b2d16052007e" |
1708 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1711 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1709 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1712 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
@@ -1731,7 +1734,7 @@ dependencies = [ | |||
1731 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" | 1734 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" |
1732 | "checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" | 1735 | "checksum unicase 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3218ea14b4edcaccfa0df0a64a3792a2c32cc706f1b336e48867f9d3147f90" |
1733 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1736 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1734 | "checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25" | 1737 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
1735 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 1738 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |
1736 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 1739 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
1737 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 1740 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 0fd869c7f..86937ccd8 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -19,4 +19,4 @@ test_utils = { path = "../test_utils" } | |||
19 | 19 | ||
20 | [dev-dependencies] | 20 | [dev-dependencies] |
21 | flexi_logger = "0.10.0" | 21 | flexi_logger = "0.10.0" |
22 | insta = "0.4.0" | 22 | insta = "0.5.1" |
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index dd9708719..20c911f8f 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -22,4 +22,4 @@ hir = { path = "../ra_hir", package = "ra_hir" } | |||
22 | test_utils = { path = "../test_utils" } | 22 | test_utils = { path = "../test_utils" } |
23 | 23 | ||
24 | [dev-dependencies] | 24 | [dev-dependencies] |
25 | insta = "0.4.0" | 25 | insta = "0.5.1" |
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index 87b4f19ce..922245390 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml | |||
@@ -17,4 +17,4 @@ ra_text_edit = { path = "../ra_text_edit" } | |||
17 | [dev-dependencies] | 17 | [dev-dependencies] |
18 | test_utils = { path = "../test_utils" } | 18 | test_utils = { path = "../test_utils" } |
19 | proptest = "0.8.7" | 19 | proptest = "0.8.7" |
20 | insta = "0.4.0" | 20 | insta = "0.5.1" |