diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 133 |
1 files changed, 62 insertions, 71 deletions
diff --git a/Cargo.lock b/Cargo.lock index 67822cb8a..c51bc26a6 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
88 | 88 | ||
89 | [[package]] | 89 | [[package]] |
90 | name = "bstr" | 90 | name = "bstr" |
91 | version = "0.2.9" | 91 | version = "0.2.10" |
92 | source = "registry+https://github.com/rust-lang/crates.io-index" | 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
93 | dependencies = [ | 93 | dependencies = [ |
94 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 94 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -115,7 +115,7 @@ dependencies = [ | |||
115 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 115 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
116 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 116 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
117 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 117 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 118 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | ] | 119 | ] |
120 | 120 | ||
121 | [[package]] | 121 | [[package]] |
@@ -133,9 +133,9 @@ name = "chalk-derive" | |||
133 | version = "0.1.0" | 133 | version = "0.1.0" |
134 | source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" | 134 | source = "git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5#ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5" |
135 | dependencies = [ | 135 | dependencies = [ |
136 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 136 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 137 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
138 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 138 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
139 | ] | 139 | ] |
140 | 140 | ||
141 | [[package]] | 141 | [[package]] |
@@ -214,7 +214,7 @@ dependencies = [ | |||
214 | 214 | ||
215 | [[package]] | 215 | [[package]] |
216 | name = "console" | 216 | name = "console" |
217 | version = "0.9.1" | 217 | version = "0.9.2" |
218 | source = "registry+https://github.com/rust-lang/crates.io-index" | 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
219 | dependencies = [ | 219 | dependencies = [ |
220 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 220 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -326,7 +326,6 @@ name = "env_logger" | |||
326 | version = "0.7.1" | 326 | version = "0.7.1" |
327 | source = "registry+https://github.com/rust-lang/crates.io-index" | 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
328 | dependencies = [ | 328 | dependencies = [ |
329 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
330 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 329 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | ] | 330 | ] |
332 | 331 | ||
@@ -421,7 +420,7 @@ version = "0.4.4" | |||
421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
422 | dependencies = [ | 421 | dependencies = [ |
423 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 422 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | "bstr 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 423 | "bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 424 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 425 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
427 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 426 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -444,21 +443,13 @@ dependencies = [ | |||
444 | ] | 443 | ] |
445 | 444 | ||
446 | [[package]] | 445 | [[package]] |
447 | name = "humantime" | ||
448 | version = "1.3.0" | ||
449 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
450 | dependencies = [ | ||
451 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
452 | ] | ||
453 | |||
454 | [[package]] | ||
455 | name = "idna" | 446 | name = "idna" |
456 | version = "0.2.0" | 447 | version = "0.2.0" |
457 | source = "registry+https://github.com/rust-lang/crates.io-index" | 448 | source = "registry+https://github.com/rust-lang/crates.io-index" |
458 | dependencies = [ | 449 | dependencies = [ |
459 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 450 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 451 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
461 | "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 452 | "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | ] | 453 | ] |
463 | 454 | ||
464 | [[package]] | 455 | [[package]] |
@@ -489,14 +480,14 @@ dependencies = [ | |||
489 | 480 | ||
490 | [[package]] | 481 | [[package]] |
491 | name = "insta" | 482 | name = "insta" |
492 | version = "0.12.0" | 483 | version = "0.13.0" |
493 | source = "registry+https://github.com/rust-lang/crates.io-index" | 484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
494 | dependencies = [ | 485 | dependencies = [ |
495 | "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 486 | "console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 487 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 488 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 489 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 490 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
500 | "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", | 491 | "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", |
501 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 492 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
502 | ] | 493 | ] |
@@ -519,7 +510,7 @@ dependencies = [ | |||
519 | 510 | ||
520 | [[package]] | 511 | [[package]] |
521 | name = "itoa" | 512 | name = "itoa" |
522 | version = "0.4.4" | 513 | version = "0.4.5" |
523 | source = "registry+https://github.com/rust-lang/crates.io-index" | 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
524 | 515 | ||
525 | [[package]] | 516 | [[package]] |
@@ -619,18 +610,18 @@ dependencies = [ | |||
619 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 610 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 611 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
621 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 612 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
622 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 613 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | ] | 614 | ] |
624 | 615 | ||
625 | [[package]] | 616 | [[package]] |
626 | name = "lsp-types" | 617 | name = "lsp-types" |
627 | version = "0.69.0" | 618 | version = "0.70.0" |
628 | source = "registry+https://github.com/rust-lang/crates.io-index" | 619 | source = "registry+https://github.com/rust-lang/crates.io-index" |
629 | dependencies = [ | 620 | dependencies = [ |
630 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 621 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 622 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
632 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 623 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 624 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 625 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
635 | "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 626 | "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | ] | 627 | ] |
@@ -739,7 +730,7 @@ dependencies = [ | |||
739 | 730 | ||
740 | [[package]] | 731 | [[package]] |
741 | name = "once_cell" | 732 | name = "once_cell" |
742 | version = "1.3.0" | 733 | version = "1.3.1" |
743 | source = "registry+https://github.com/rust-lang/crates.io-index" | 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
744 | 735 | ||
745 | [[package]] | 736 | [[package]] |
@@ -784,9 +775,9 @@ version = "0.1.6" | |||
784 | source = "registry+https://github.com/rust-lang/crates.io-index" | 775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
785 | dependencies = [ | 776 | dependencies = [ |
786 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
788 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | ] | 781 | ] |
791 | 782 | ||
792 | [[package]] | 783 | [[package]] |
@@ -818,14 +809,14 @@ name = "proc-macro-hack" | |||
818 | version = "0.5.11" | 809 | version = "0.5.11" |
819 | source = "registry+https://github.com/rust-lang/crates.io-index" | 810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
820 | dependencies = [ | 811 | dependencies = [ |
821 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | ] | 815 | ] |
825 | 816 | ||
826 | [[package]] | 817 | [[package]] |
827 | name = "proc-macro2" | 818 | name = "proc-macro2" |
828 | version = "1.0.7" | 819 | version = "1.0.8" |
829 | source = "registry+https://github.com/rust-lang/crates.io-index" | 820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
830 | dependencies = [ | 821 | dependencies = [ |
831 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -833,7 +824,7 @@ dependencies = [ | |||
833 | 824 | ||
834 | [[package]] | 825 | [[package]] |
835 | name = "proptest" | 826 | name = "proptest" |
836 | version = "0.9.4" | 827 | version = "0.9.5" |
837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
838 | dependencies = [ | 829 | dependencies = [ |
839 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 830 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -858,7 +849,7 @@ name = "quote" | |||
858 | version = "1.0.2" | 849 | version = "1.0.2" |
859 | source = "registry+https://github.com/rust-lang/crates.io-index" | 850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | dependencies = [ | 851 | dependencies = [ |
861 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 852 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
862 | ] | 853 | ] |
863 | 854 | ||
864 | [[package]] | 855 | [[package]] |
@@ -902,12 +893,12 @@ version = "0.1.0" | |||
902 | dependencies = [ | 893 | dependencies = [ |
903 | "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 894 | "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
904 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 895 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
905 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 896 | "insta 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 897 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
907 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 898 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
908 | "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)", | 899 | "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", |
909 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 900 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
910 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 901 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
911 | ] | 902 | ] |
912 | 903 | ||
913 | [[package]] | 904 | [[package]] |
@@ -979,9 +970,9 @@ dependencies = [ | |||
979 | "anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 970 | "anymap 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 971 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
981 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 972 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 973 | "insta 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 974 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | "ra_arena 0.1.0", | 976 | "ra_arena 0.1.0", |
986 | "ra_cfg 0.1.0", | 977 | "ra_cfg 0.1.0", |
987 | "ra_db 0.1.0", | 978 | "ra_db 0.1.0", |
@@ -1018,7 +1009,7 @@ dependencies = [ | |||
1018 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", | 1009 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", |
1019 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", | 1010 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)", |
1020 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1011 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1021 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1012 | "insta 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1022 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1013 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1023 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1014 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1024 | "ra_arena 0.1.0", | 1015 | "ra_arena 0.1.0", |
@@ -1039,12 +1030,12 @@ dependencies = [ | |||
1039 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1031 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1032 | "indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "insta 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1034 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1035 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1045 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1036 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1046 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1037 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1047 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1048 | "ra_assists 0.1.0", | 1039 | "ra_assists 0.1.0", |
1049 | "ra_cfg 0.1.0", | 1040 | "ra_cfg 0.1.0", |
1050 | "ra_db 0.1.0", | 1041 | "ra_db 0.1.0", |
@@ -1071,7 +1062,7 @@ dependencies = [ | |||
1071 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1063 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1064 | "lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1066 | "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | "ra_cargo_watch 0.1.0", | 1067 | "ra_cargo_watch 0.1.0", |
1077 | "ra_ide 0.1.0", | 1068 | "ra_ide 0.1.0", |
@@ -1084,10 +1075,11 @@ dependencies = [ | |||
1084 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1085 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1077 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | "test_utils 0.1.0", | 1080 | "test_utils 0.1.0", |
1090 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1091 | ] | 1083 | ] |
1092 | 1084 | ||
1093 | [[package]] | 1085 | [[package]] |
@@ -1118,7 +1110,7 @@ dependencies = [ | |||
1118 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1112 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1113 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1122 | ] | 1114 | ] |
1123 | 1115 | ||
1124 | [[package]] | 1116 | [[package]] |
@@ -1132,7 +1124,7 @@ dependencies = [ | |||
1132 | "ra_db 0.1.0", | 1124 | "ra_db 0.1.0", |
1133 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1125 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1126 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1127 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1136 | ] | 1128 | ] |
1137 | 1129 | ||
1138 | [[package]] | 1130 | [[package]] |
@@ -1141,7 +1133,7 @@ version = "0.1.0" | |||
1141 | dependencies = [ | 1133 | dependencies = [ |
1142 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1135 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1144 | "once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | "ra_parser 0.1.0", | 1137 | "ra_parser 0.1.0", |
1146 | "ra_text_edit 0.1.0", | 1138 | "ra_text_edit 0.1.0", |
1147 | "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1139 | "rowan 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1157,7 +1149,7 @@ dependencies = [ | |||
1157 | name = "ra_text_edit" | 1149 | name = "ra_text_edit" |
1158 | version = "0.1.0" | 1150 | version = "0.1.0" |
1159 | dependencies = [ | 1151 | dependencies = [ |
1160 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1152 | "proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1161 | "test_utils 0.1.0", | 1153 | "test_utils 0.1.0", |
1162 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1154 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 | ] | 1155 | ] |
@@ -1464,9 +1456,9 @@ version = "0.14.1" | |||
1464 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1465 | dependencies = [ | 1457 | dependencies = [ |
1466 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1458 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1459 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1460 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1461 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | ] | 1462 | ] |
1471 | 1463 | ||
1472 | [[package]] | 1464 | [[package]] |
@@ -1509,17 +1501,17 @@ name = "serde_derive" | |||
1509 | version = "1.0.104" | 1501 | version = "1.0.104" |
1510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1511 | dependencies = [ | 1503 | dependencies = [ |
1512 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1504 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1505 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1506 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | ] | 1507 | ] |
1516 | 1508 | ||
1517 | [[package]] | 1509 | [[package]] |
1518 | name = "serde_json" | 1510 | name = "serde_json" |
1519 | version = "1.0.44" | 1511 | version = "1.0.45" |
1520 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1521 | dependencies = [ | 1513 | dependencies = [ |
1522 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1514 | "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1515 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1524 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 1516 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
1525 | ] | 1517 | ] |
@@ -1529,9 +1521,9 @@ name = "serde_repr" | |||
1529 | version = "0.1.5" | 1521 | version = "0.1.5" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | dependencies = [ | 1523 | dependencies = [ |
1532 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1524 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1525 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1526 | "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | ] | 1527 | ] |
1536 | 1528 | ||
1537 | [[package]] | 1529 | [[package]] |
@@ -1570,10 +1562,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1570 | 1562 | ||
1571 | [[package]] | 1563 | [[package]] |
1572 | name = "syn" | 1564 | name = "syn" |
1573 | version = "1.0.13" | 1565 | version = "1.0.14" |
1574 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1575 | dependencies = [ | 1567 | dependencies = [ |
1576 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1568 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1577 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1569 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1578 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1579 | ] | 1571 | ] |
@@ -1604,7 +1596,7 @@ name = "test_utils" | |||
1604 | version = "0.1.0" | 1596 | version = "0.1.0" |
1605 | dependencies = [ | 1597 | dependencies = [ |
1606 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1598 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1607 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 1599 | "serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1608 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1600 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1609 | ] | 1601 | ] |
1610 | 1602 | ||
@@ -1652,7 +1644,7 @@ dependencies = [ | |||
1652 | 1644 | ||
1653 | [[package]] | 1645 | [[package]] |
1654 | name = "unicode-normalization" | 1646 | name = "unicode-normalization" |
1655 | version = "0.1.11" | 1647 | version = "0.1.12" |
1656 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1657 | dependencies = [ | 1649 | dependencies = [ |
1658 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1650 | "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1760,7 +1752,7 @@ version = "0.1.0" | |||
1760 | dependencies = [ | 1752 | dependencies = [ |
1761 | "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", | 1753 | "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1762 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1754 | "pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1763 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1755 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1764 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1756 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1765 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1757 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1766 | ] | 1758 | ] |
@@ -1787,7 +1779,7 @@ dependencies = [ | |||
1787 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1779 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
1788 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | 1780 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
1789 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 1781 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1790 | "checksum bstr 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3ede750122d9d1f87919570cb2cccee38c84fbc8c5599b25c289af40625b7030" | 1782 | "checksum bstr 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8a65814ca90dfc9705af76bb6ba3c6e2534489a72270e797e603783bb4990b" |
1791 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1783 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1792 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1784 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1793 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" | 1785 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
@@ -1801,7 +1793,7 @@ dependencies = [ | |||
1801 | "checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" | 1793 | "checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=ff65b5ac9860f3c36bd892c865ab23d5ff0bbae5)" = "<none>" |
1802 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" | 1794 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" |
1803 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1795 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1804 | "checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" | 1796 | "checksum console 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45e0f3986890b3acbc782009e2629dfe2baa430ac091519ce3be26164a2ae6c0" |
1805 | "checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" | 1797 | "checksum crossbeam 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69323bff1fb41c635347b8ead484a5ca6c3f11914d784170b158d8449ab07f8e" |
1806 | "checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" | 1798 | "checksum crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec9a3b0b3559f15aee4f90746c4e5e293b701c0f7d3925d24e01645267b68c" |
1807 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" | 1799 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
@@ -1830,15 +1822,14 @@ dependencies = [ | |||
1830 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 1822 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
1831 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1823 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1832 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" | 1824 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" |
1833 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | ||
1834 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1825 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1835 | "checksum indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc" | 1826 | "checksum indexmap 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b54058f0a6ff80b6803da8faf8997cde53872b38f4023728f6830b06cd3c0dc" |
1836 | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" | 1827 | "checksum inotify 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8" |
1837 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1828 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1838 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" | 1829 | "checksum insta 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d07d2003a61f1eae49feeb2aea003d0da6c80587c20ac505d695805c744d4847" |
1839 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | 1830 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1840 | "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" | 1831 | "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" |
1841 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1832 | "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" |
1842 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" | 1833 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" |
1843 | "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" | 1834 | "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" |
1844 | "checksum jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69" | 1835 | "checksum jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69" |
@@ -1853,7 +1844,7 @@ dependencies = [ | |||
1853 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" | 1844 | "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" |
1854 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1845 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1855 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" | 1846 | "checksum lsp-server 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5383e043329615624bbf45e1ba27bd75c176762b2592855c659bc28ac580a06b" |
1856 | "checksum lsp-types 0.69.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd78b254376c0734bb75c200616e256adbf2c3685497fcc1124db9daf5958630" | 1847 | "checksum lsp-types 0.70.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef197b24cb3f12fc3984667a505691fec9d683204ddff56f12b2d1940e09a988" |
1857 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1848 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1858 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" | 1849 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" |
1859 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1850 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
@@ -1864,7 +1855,7 @@ dependencies = [ | |||
1864 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" | 1855 | "checksum notify 4.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd" |
1865 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | 1856 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
1866 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" | 1857 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
1867 | "checksum once_cell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5941ec2d5ee5916c709580d71553b81a633df245bcc73c04dcbd62152ceefc4" | 1858 | "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" |
1868 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1859 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
1869 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" | 1860 | "checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc" |
1870 | "checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" | 1861 | "checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1" |
@@ -1875,8 +1866,8 @@ dependencies = [ | |||
1875 | "checksum pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc" | 1866 | "checksum pico-args 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ad1f1b834a05d42dae330066e9699a173b28185b3bdc3dbf14ca239585de8cc" |
1876 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | 1867 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
1877 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | 1868 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
1878 | "checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" | 1869 | "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" |
1879 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1870 | "checksum proptest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bf6147d103a7c9d7598f4105cf049b15c99e2ecd93179bf024f0fd349be5ada4" |
1880 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | 1871 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
1881 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1872 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1882 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" | 1873 | "checksum ra_vfs 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc898f237e4b4498959ae0100c688793a23e77624d44ef710ba70094217f98e0" |
@@ -1917,14 +1908,14 @@ dependencies = [ | |||
1917 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1908 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1918 | "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" | 1909 | "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
1919 | "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" | 1910 | "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
1920 | "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" | 1911 | "checksum serde_json 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "eab8f15f15d6c41a154c1b128a22f2dfabe350ef53c40953d84e36155c91192b" |
1921 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1912 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1922 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1913 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1923 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1914 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1924 | "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" | 1915 | "checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4" |
1925 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1916 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1926 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1917 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1927 | "checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8" | 1918 | "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" |
1928 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 1919 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
1929 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1920 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1930 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1921 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
@@ -1933,7 +1924,7 @@ dependencies = [ | |||
1933 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 1924 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
1934 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | 1925 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
1935 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1926 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1936 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" | 1927 | "checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" |
1937 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | 1928 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
1938 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 1929 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1939 | "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" | 1930 | "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |