diff options
-rw-r--r-- | Cargo.lock | 111 | ||||
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
3 files changed, 53 insertions, 62 deletions
diff --git a/Cargo.lock b/Cargo.lock index 717b038f2..5114797f0 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -143,8 +143,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
143 | dependencies = [ | 143 | dependencies = [ |
144 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 144 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
145 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 145 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
146 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 146 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 147 | "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 148 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | ] | 149 | ] |
150 | 150 | ||
@@ -221,7 +221,7 @@ dependencies = [ | |||
221 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 221 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 222 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 225 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | ] | 226 | ] |
227 | 227 | ||
@@ -393,7 +393,7 @@ name = "ena" | |||
393 | version = "0.10.1" | 393 | version = "0.10.1" |
394 | source = "registry+https://github.com/rust-lang/crates.io-index" | 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
395 | dependencies = [ | 395 | dependencies = [ |
396 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 396 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
397 | ] | 397 | ] |
398 | 398 | ||
399 | [[package]] | 399 | [[package]] |
@@ -401,7 +401,7 @@ name = "ena" | |||
401 | version = "0.13.0" | 401 | version = "0.13.0" |
402 | source = "registry+https://github.com/rust-lang/crates.io-index" | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
403 | dependencies = [ | 403 | dependencies = [ |
404 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 404 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
405 | ] | 405 | ] |
406 | 406 | ||
407 | [[package]] | 407 | [[package]] |
@@ -473,7 +473,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
473 | dependencies = [ | 473 | dependencies = [ |
474 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 474 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 475 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 476 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
477 | "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 477 | "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
478 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 478 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
479 | ] | 479 | ] |
@@ -538,9 +538,9 @@ version = "0.2.0" | |||
538 | dependencies = [ | 538 | dependencies = [ |
539 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
540 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
541 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 544 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | ] | 545 | ] |
546 | 546 | ||
@@ -554,10 +554,10 @@ dependencies = [ | |||
554 | 554 | ||
555 | [[package]] | 555 | [[package]] |
556 | name = "getrandom" | 556 | name = "getrandom" |
557 | version = "0.1.6" | 557 | version = "0.1.7" |
558 | source = "registry+https://github.com/rust-lang/crates.io-index" | 558 | source = "registry+https://github.com/rust-lang/crates.io-index" |
559 | dependencies = [ | 559 | dependencies = [ |
560 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 560 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
561 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 561 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
562 | ] | 562 | ] |
563 | 563 | ||
@@ -631,7 +631,7 @@ dependencies = [ | |||
631 | 631 | ||
632 | [[package]] | 632 | [[package]] |
633 | name = "insta" | 633 | name = "insta" |
634 | version = "0.8.2" | 634 | version = "0.9.0" |
635 | source = "registry+https://github.com/rust-lang/crates.io-index" | 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
636 | dependencies = [ | 636 | dependencies = [ |
637 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 637 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -643,7 +643,7 @@ dependencies = [ | |||
643 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
644 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 644 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
645 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 645 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 646 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 647 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
648 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 649 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -728,9 +728,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
728 | name = "lazy_static" | 728 | name = "lazy_static" |
729 | version = "1.3.0" | 729 | version = "1.3.0" |
730 | source = "registry+https://github.com/rust-lang/crates.io-index" | 730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
731 | dependencies = [ | ||
732 | "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
733 | ] | ||
734 | 731 | ||
735 | [[package]] | 732 | [[package]] |
736 | name = "lazycell" | 733 | name = "lazycell" |
@@ -765,7 +762,7 @@ dependencies = [ | |||
765 | 762 | ||
766 | [[package]] | 763 | [[package]] |
767 | name = "log" | 764 | name = "log" |
768 | version = "0.4.7" | 765 | version = "0.4.8" |
769 | source = "registry+https://github.com/rust-lang/crates.io-index" | 766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
770 | dependencies = [ | 767 | dependencies = [ |
771 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -779,8 +776,8 @@ dependencies = [ | |||
779 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 776 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
780 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
782 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
783 | "serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 781 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 782 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 783 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -819,7 +816,7 @@ dependencies = [ | |||
819 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 816 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 817 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
821 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 818 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 820 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -832,7 +829,7 @@ version = "2.0.5" | |||
832 | source = "registry+https://github.com/rust-lang/crates.io-index" | 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
833 | dependencies = [ | 830 | dependencies = [ |
834 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 831 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 832 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 833 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 834 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | ] | 835 | ] |
@@ -934,7 +931,7 @@ dependencies = [ | |||
934 | 931 | ||
935 | [[package]] | 932 | [[package]] |
936 | name = "opaque-debug" | 933 | name = "opaque-debug" |
937 | version = "0.2.2" | 934 | version = "0.2.3" |
938 | source = "registry+https://github.com/rust-lang/crates.io-index" | 935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
939 | 936 | ||
940 | [[package]] | 937 | [[package]] |
@@ -1142,7 +1139,7 @@ dependencies = [ | |||
1142 | name = "ra_batch" | 1139 | name = "ra_batch" |
1143 | version = "0.1.0" | 1140 | version = "0.1.0" |
1144 | dependencies = [ | 1141 | dependencies = [ |
1145 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1146 | "ra_db 0.1.0", | 1143 | "ra_db 0.1.0", |
1147 | "ra_hir 0.1.0", | 1144 | "ra_hir 0.1.0", |
1148 | "ra_ide_api 0.1.0", | 1145 | "ra_ide_api 0.1.0", |
@@ -1194,9 +1191,9 @@ dependencies = [ | |||
1194 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 1191 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", |
1195 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", | 1192 | "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", |
1196 | "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1197 | "insta 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "insta 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1198 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1195 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1199 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1196 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1200 | "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1197 | "once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1201 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1198 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1202 | "ra_arena 0.1.0", | 1199 | "ra_arena 0.1.0", |
@@ -1216,10 +1213,10 @@ version = "0.1.0" | |||
1216 | dependencies = [ | 1213 | dependencies = [ |
1217 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1214 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1218 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1215 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1219 | "insta 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1216 | "insta 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1220 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1217 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1218 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1222 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1223 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1224 | "ra_assists 0.1.0", | 1221 | "ra_assists 0.1.0", |
1225 | "ra_db 0.1.0", | 1222 | "ra_db 0.1.0", |
@@ -1244,7 +1241,7 @@ dependencies = [ | |||
1244 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1241 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1245 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1242 | "flexi_logger 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1246 | "gen_lsp_server 0.2.0", | 1243 | "gen_lsp_server 0.2.0", |
1247 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1244 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1248 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1245 | "lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1249 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1246 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1250 | "ra_ide_api 0.1.0", | 1247 | "ra_ide_api 0.1.0", |
@@ -1255,7 +1252,7 @@ dependencies = [ | |||
1255 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1252 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1256 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1253 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1257 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1254 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1258 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1255 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1259 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1256 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1260 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1257 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1261 | "test_utils 0.1.0", | 1258 | "test_utils 0.1.0", |
@@ -1269,7 +1266,7 @@ name = "ra_mbe" | |||
1269 | version = "0.1.0" | 1266 | version = "0.1.0" |
1270 | dependencies = [ | 1267 | dependencies = [ |
1271 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1268 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1272 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1269 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1273 | "ra_parser 0.1.0", | 1270 | "ra_parser 0.1.0", |
1274 | "ra_syntax 0.1.0", | 1271 | "ra_syntax 0.1.0", |
1275 | "ra_tt 0.1.0", | 1272 | "ra_tt 0.1.0", |
@@ -1301,12 +1298,12 @@ name = "ra_project_model" | |||
1301 | version = "0.1.0" | 1298 | version = "0.1.0" |
1302 | dependencies = [ | 1299 | dependencies = [ |
1303 | "cargo_metadata 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1300 | "cargo_metadata 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1304 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1301 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1305 | "ra_arena 0.1.0", | 1302 | "ra_arena 0.1.0", |
1306 | "ra_db 0.1.0", | 1303 | "ra_db 0.1.0", |
1307 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1304 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1308 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1305 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1309 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1306 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1310 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1307 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1311 | ] | 1308 | ] |
1312 | 1309 | ||
@@ -1365,7 +1362,7 @@ version = "0.2.5" | |||
1365 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1366 | dependencies = [ | 1363 | dependencies = [ |
1367 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1364 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1365 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1366 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1368 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1396,7 +1393,7 @@ name = "rand" | |||
1396 | version = "0.7.0" | 1393 | version = "0.7.0" |
1397 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1398 | dependencies = [ | 1395 | dependencies = [ |
1399 | "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1396 | "getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1400 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", | 1397 | "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)", |
1401 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1398 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1402 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1399 | "rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1440,7 +1437,7 @@ name = "rand_core" | |||
1440 | version = "0.5.0" | 1437 | version = "0.5.0" |
1441 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1438 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1442 | dependencies = [ | 1439 | dependencies = [ |
1443 | "getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1440 | "getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1444 | ] | 1441 | ] |
1445 | 1442 | ||
1446 | [[package]] | 1443 | [[package]] |
@@ -1591,7 +1588,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1591 | dependencies = [ | 1588 | dependencies = [ |
1592 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1589 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1593 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1590 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1594 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1591 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1595 | ] | 1592 | ] |
1596 | 1593 | ||
1597 | [[package]] | 1594 | [[package]] |
@@ -1639,7 +1636,7 @@ dependencies = [ | |||
1639 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1636 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1640 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1637 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1641 | "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1638 | "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1642 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1639 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1643 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1640 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1644 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1641 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1645 | "salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1642 | "salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1676,7 +1673,7 @@ version = "0.9.0" | |||
1676 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1677 | dependencies = [ | 1674 | dependencies = [ |
1678 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1675 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1679 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1676 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1680 | ] | 1677 | ] |
1681 | 1678 | ||
1682 | [[package]] | 1679 | [[package]] |
@@ -1686,15 +1683,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1686 | 1683 | ||
1687 | [[package]] | 1684 | [[package]] |
1688 | name = "serde" | 1685 | name = "serde" |
1689 | version = "1.0.97" | 1686 | version = "1.0.98" |
1690 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1691 | dependencies = [ | 1688 | dependencies = [ |
1692 | "serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1689 | "serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1693 | ] | 1690 | ] |
1694 | 1691 | ||
1695 | [[package]] | 1692 | [[package]] |
1696 | name = "serde_derive" | 1693 | name = "serde_derive" |
1697 | version = "1.0.97" | 1694 | version = "1.0.98" |
1698 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1695 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1699 | dependencies = [ | 1696 | dependencies = [ |
1700 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1697 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1709,7 +1706,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1709 | dependencies = [ | 1706 | dependencies = [ |
1710 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1707 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1711 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1708 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1712 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1709 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1713 | ] | 1710 | ] |
1714 | 1711 | ||
1715 | [[package]] | 1712 | [[package]] |
@@ -1719,7 +1716,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1719 | dependencies = [ | 1716 | dependencies = [ |
1720 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1717 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1721 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1718 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1722 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1719 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1723 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1720 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1724 | ] | 1721 | ] |
1725 | 1722 | ||
@@ -1731,7 +1728,7 @@ dependencies = [ | |||
1731 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1728 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1732 | "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1729 | "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1733 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1730 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1734 | "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1731 | "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1735 | ] | 1732 | ] |
1736 | 1733 | ||
1737 | [[package]] | 1734 | [[package]] |
@@ -1757,15 +1754,10 @@ name = "smol_str" | |||
1757 | version = "0.1.12" | 1754 | version = "0.1.12" |
1758 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1759 | dependencies = [ | 1756 | dependencies = [ |
1760 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1757 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1761 | ] | 1758 | ] |
1762 | 1759 | ||
1763 | [[package]] | 1760 | [[package]] |
1764 | name = "spin" | ||
1765 | version = "0.5.0" | ||
1766 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1767 | |||
1768 | [[package]] | ||
1769 | name = "stacker" | 1761 | name = "stacker" |
1770 | version = "0.1.5" | 1762 | version = "0.1.5" |
1771 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1833,7 +1825,7 @@ dependencies = [ | |||
1833 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1825 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1834 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1826 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1835 | "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1827 | "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1836 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 1828 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
1837 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1829 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1838 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1830 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1839 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1831 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1893,7 +1885,7 @@ name = "thread_worker" | |||
1893 | version = "0.1.0" | 1885 | version = "0.1.0" |
1894 | dependencies = [ | 1886 | dependencies = [ |
1895 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1887 | "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1896 | "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1888 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1897 | ] | 1889 | ] |
1898 | 1890 | ||
1899 | [[package]] | 1891 | [[package]] |
@@ -2027,7 +2019,7 @@ name = "url_serde" | |||
2027 | version = "0.2.0" | 2019 | version = "0.2.0" |
2028 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2029 | dependencies = [ | 2021 | dependencies = [ |
2030 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 2022 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
2031 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 2023 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
2032 | ] | 2024 | ] |
2033 | 2025 | ||
@@ -2042,7 +2034,7 @@ version = "0.7.4" | |||
2042 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2043 | dependencies = [ | 2035 | dependencies = [ |
2044 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 2036 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
2045 | "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)", | 2037 | "serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)", |
2046 | ] | 2038 | ] |
2047 | 2039 | ||
2048 | [[package]] | 2040 | [[package]] |
@@ -2190,7 +2182,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2190 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 2182 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
2191 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 2183 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
2192 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | 2184 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
2193 | "checksum getrandom 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e65cce4e5084b14874c4e7097f38cab54f47ee554f9194673456ea379dcc4c55" | 2185 | "checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8" |
2194 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 2186 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
2195 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 2187 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
2196 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 2188 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
@@ -2200,7 +2192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2200 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 2192 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
2201 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 2193 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
2202 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 2194 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
2203 | "checksum insta 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "94827696a8daac1e895e8f7d091af79e558634801c8e2cf4f0099416ff0a64ca" | 2195 | "checksum insta 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a915d6263f1d68fc9b693058702a3e9f47f4434dec45d4e35e2b66e490f8bc51" |
2204 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 2196 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
2205 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 2197 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
2206 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 2198 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
@@ -2217,7 +2209,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2217 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2209 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2218 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | 2210 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
2219 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | 2211 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
2220 | "checksum log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3" | 2212 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
2221 | "checksum lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8961cde7f6f856771910edf37ff0729e59e02d2a8592a94c27495b746320e6ed" | 2213 | "checksum lsp-types 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8961cde7f6f856771910edf37ff0729e59e02d2a8592a94c27495b746320e6ed" |
2222 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 2214 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
2223 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 2215 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
@@ -2235,7 +2227,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2235 | "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" | 2227 | "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
2236 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" | 2228 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" |
2237 | "checksum once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e" | 2229 | "checksum once_cell 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e" |
2238 | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" | 2230 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
2239 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 2231 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
2240 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" | 2232 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" |
2241 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" | 2233 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
@@ -2292,8 +2284,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2292 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 2284 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2293 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2285 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2294 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2286 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2295 | "checksum serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)" = "d46b3dfedb19360a74316866cef04687cd4d6a70df8e6a506c63512790769b72" | 2287 | "checksum serde 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5626ac617da2f2d9c48af5515a21d5a480dbd151e01bb1c355e26a3e68113" |
2296 | "checksum serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)" = "c22a0820adfe2f257b098714323563dd06426502abbbce4f51b72ef544c5027f" | 2288 | "checksum serde_derive 1.0.98 (registry+https://github.com/rust-lang/crates.io-index)" = "01e69e1b8a631f245467ee275b8c757b818653c6d704cdbcaeb56b56767b529c" |
2297 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" | 2289 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
2298 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 2290 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
2299 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2291 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
@@ -2301,7 +2293,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2301 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 2293 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
2302 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" | 2294 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
2303 | "checksum smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "590700be3630457c56f8c73c0ea39881476ad7076cd84057d44f4f38f79914fb" | 2295 | "checksum smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "590700be3630457c56f8c73c0ea39881476ad7076cd84057d44f4f38f79914fb" |
2304 | "checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" | ||
2305 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2296 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
2306 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2297 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2307 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2298 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index af4071e6f..285b3c63a 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -27,4 +27,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } | |||
27 | lalrpop-intern = "0.15.1" | 27 | lalrpop-intern = "0.15.1" |
28 | 28 | ||
29 | [dev-dependencies] | 29 | [dev-dependencies] |
30 | insta = "0.8.1" | 30 | insta = "0.9.0" |
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 78a3db14d..dd11ec0f6 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" } | |||
27 | ra_assists = { path = "../ra_assists" } | 27 | ra_assists = { path = "../ra_assists" } |
28 | 28 | ||
29 | [dev-dependencies] | 29 | [dev-dependencies] |
30 | insta = "0.8.1" | 30 | insta = "0.9.0" |
31 | 31 | ||
32 | [dev-dependencies.proptest] | 32 | [dev-dependencies.proptest] |
33 | version = "0.9.0" | 33 | version = "0.9.0" |