diff options
-rw-r--r-- | Cargo.lock | 134 | ||||
-rw-r--r-- | crates/ra_project_model/Cargo.toml | 2 |
2 files changed, 69 insertions, 67 deletions
diff --git a/Cargo.lock b/Cargo.lock index ea6521333..6899bb630 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -26,23 +26,23 @@ name = "atty" | |||
26 | version = "0.2.13" | 26 | version = "0.2.13" |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" | 27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
28 | dependencies = [ | 28 | dependencies = [ |
29 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 29 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 30 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | ] | 31 | ] |
32 | 32 | ||
33 | [[package]] | 33 | [[package]] |
34 | name = "autocfg" | 34 | name = "autocfg" |
35 | version = "0.1.6" | 35 | version = "0.1.7" |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
37 | 37 | ||
38 | [[package]] | 38 | [[package]] |
39 | name = "backtrace" | 39 | name = "backtrace" |
40 | version = "0.3.39" | 40 | version = "0.3.40" |
41 | source = "registry+https://github.com/rust-lang/crates.io-index" | 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
42 | dependencies = [ | 42 | dependencies = [ |
43 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 43 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 44 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
45 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 45 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
46 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 46 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | ] | 47 | ] |
48 | 48 | ||
@@ -52,7 +52,7 @@ version = "0.1.32" | |||
52 | source = "registry+https://github.com/rust-lang/crates.io-index" | 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
53 | dependencies = [ | 53 | dependencies = [ |
54 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | ] | 56 | ] |
57 | 57 | ||
58 | [[package]] | 58 | [[package]] |
@@ -96,16 +96,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
96 | 96 | ||
97 | [[package]] | 97 | [[package]] |
98 | name = "c2-chacha" | 98 | name = "c2-chacha" |
99 | version = "0.2.2" | 99 | version = "0.2.3" |
100 | source = "registry+https://github.com/rust-lang/crates.io-index" | 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
101 | dependencies = [ | 101 | dependencies = [ |
102 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 102 | "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
103 | "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
104 | ] | 103 | ] |
105 | 104 | ||
106 | [[package]] | 105 | [[package]] |
107 | name = "cargo_metadata" | 106 | name = "cargo_metadata" |
108 | version = "0.8.2" | 107 | version = "0.9.0" |
109 | source = "registry+https://github.com/rust-lang/crates.io-index" | 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
110 | dependencies = [ | 109 | dependencies = [ |
111 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 110 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -182,7 +181,7 @@ name = "chrono" | |||
182 | version = "0.4.9" | 181 | version = "0.4.9" |
183 | source = "registry+https://github.com/rust-lang/crates.io-index" | 182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
184 | dependencies = [ | 183 | dependencies = [ |
185 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 184 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 185 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 186 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
188 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 187 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -195,7 +194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
195 | dependencies = [ | 194 | dependencies = [ |
196 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | 195 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
197 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 196 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
198 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 197 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
199 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 198 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
200 | ] | 199 | ] |
201 | 200 | ||
@@ -215,7 +214,7 @@ dependencies = [ | |||
215 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 214 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 215 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 216 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 217 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 218 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 219 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 220 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -230,7 +229,7 @@ dependencies = [ | |||
230 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 233 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 234 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
236 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 235 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -302,7 +301,7 @@ name = "derive-new" | |||
302 | version = "0.5.8" | 301 | version = "0.5.8" |
303 | source = "registry+https://github.com/rust-lang/crates.io-index" | 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
304 | dependencies = [ | 303 | dependencies = [ |
305 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 304 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
306 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 305 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 306 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | ] | 307 | ] |
@@ -346,7 +345,7 @@ version = "0.2.7" | |||
346 | source = "registry+https://github.com/rust-lang/crates.io-index" | 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
347 | dependencies = [ | 346 | dependencies = [ |
348 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 347 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
349 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 348 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
350 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 349 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
351 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 350 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
352 | ] | 351 | ] |
@@ -397,7 +396,7 @@ name = "fsevent-sys" | |||
397 | version = "2.0.1" | 396 | version = "2.0.1" |
398 | source = "registry+https://github.com/rust-lang/crates.io-index" | 397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
399 | dependencies = [ | 398 | dependencies = [ |
400 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 399 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
401 | ] | 400 | ] |
402 | 401 | ||
403 | [[package]] | 402 | [[package]] |
@@ -433,7 +432,7 @@ version = "0.1.12" | |||
433 | source = "registry+https://github.com/rust-lang/crates.io-index" | 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
434 | dependencies = [ | 433 | dependencies = [ |
435 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 434 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 436 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
438 | ] | 437 | ] |
439 | 438 | ||
@@ -474,8 +473,11 @@ dependencies = [ | |||
474 | 473 | ||
475 | [[package]] | 474 | [[package]] |
476 | name = "indexmap" | 475 | name = "indexmap" |
477 | version = "1.2.0" | 476 | version = "1.3.0" |
478 | source = "registry+https://github.com/rust-lang/crates.io-index" | 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
478 | dependencies = [ | ||
479 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
480 | ] | ||
479 | 481 | ||
480 | [[package]] | 482 | [[package]] |
481 | name = "indicatif" | 483 | name = "indicatif" |
@@ -495,7 +497,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
495 | dependencies = [ | 497 | dependencies = [ |
496 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 498 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 499 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 500 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | ] | 501 | ] |
500 | 502 | ||
501 | [[package]] | 503 | [[package]] |
@@ -503,7 +505,7 @@ name = "inotify-sys" | |||
503 | version = "0.1.3" | 505 | version = "0.1.3" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" | 506 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | dependencies = [ | 507 | dependencies = [ |
506 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 508 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | ] | 509 | ] |
508 | 510 | ||
509 | [[package]] | 511 | [[package]] |
@@ -525,7 +527,7 @@ name = "iovec" | |||
525 | version = "0.1.4" | 527 | version = "0.1.4" |
526 | source = "registry+https://github.com/rust-lang/crates.io-index" | 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
527 | dependencies = [ | 529 | dependencies = [ |
528 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 530 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
529 | ] | 531 | ] |
530 | 532 | ||
531 | [[package]] | 533 | [[package]] |
@@ -547,7 +549,7 @@ version = "0.3.3" | |||
547 | source = "registry+https://github.com/rust-lang/crates.io-index" | 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
548 | dependencies = [ | 550 | dependencies = [ |
549 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 551 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
550 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
551 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 553 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
552 | ] | 554 | ] |
553 | 555 | ||
@@ -558,7 +560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
558 | dependencies = [ | 560 | dependencies = [ |
559 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 561 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", |
560 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 562 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
561 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 563 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
562 | ] | 564 | ] |
563 | 565 | ||
564 | [[package]] | 566 | [[package]] |
@@ -567,7 +569,7 @@ version = "0.3.2" | |||
567 | source = "registry+https://github.com/rust-lang/crates.io-index" | 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
568 | dependencies = [ | 570 | dependencies = [ |
569 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 571 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 572 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
571 | ] | 573 | ] |
572 | 574 | ||
573 | [[package]] | 575 | [[package]] |
@@ -606,7 +608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
606 | 608 | ||
607 | [[package]] | 609 | [[package]] |
608 | name = "libc" | 610 | name = "libc" |
609 | version = "0.2.64" | 611 | version = "0.2.65" |
610 | source = "registry+https://github.com/rust-lang/crates.io-index" | 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
611 | 613 | ||
612 | [[package]] | 614 | [[package]] |
@@ -680,7 +682,7 @@ dependencies = [ | |||
680 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 682 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 683 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 684 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 685 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 686 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
685 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 687 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
686 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 688 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -716,7 +718,7 @@ version = "0.2.33" | |||
716 | source = "registry+https://github.com/rust-lang/crates.io-index" | 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
717 | dependencies = [ | 719 | dependencies = [ |
718 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 720 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 721 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 722 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | ] | 723 | ] |
722 | 724 | ||
@@ -736,7 +738,7 @@ dependencies = [ | |||
736 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
737 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 739 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 740 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 741 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 742 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
742 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 744 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -748,7 +750,7 @@ name = "num-integer" | |||
748 | version = "0.1.41" | 750 | version = "0.1.41" |
749 | source = "registry+https://github.com/rust-lang/crates.io-index" | 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
750 | dependencies = [ | 752 | dependencies = [ |
751 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 753 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 754 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | ] | 755 | ] |
754 | 756 | ||
@@ -757,7 +759,7 @@ name = "num-traits" | |||
757 | version = "0.2.8" | 759 | version = "0.2.8" |
758 | source = "registry+https://github.com/rust-lang/crates.io-index" | 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
759 | dependencies = [ | 761 | dependencies = [ |
760 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 762 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | ] | 763 | ] |
762 | 764 | ||
763 | [[package]] | 765 | [[package]] |
@@ -765,7 +767,7 @@ name = "num_cpus" | |||
765 | version = "1.10.1" | 767 | version = "1.10.1" |
766 | source = "registry+https://github.com/rust-lang/crates.io-index" | 768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
767 | dependencies = [ | 769 | dependencies = [ |
768 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
769 | ] | 771 | ] |
770 | 772 | ||
771 | [[package]] | 773 | [[package]] |
@@ -800,7 +802,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
800 | dependencies = [ | 802 | dependencies = [ |
801 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 803 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 804 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 805 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
804 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 806 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
805 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 807 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
806 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 808 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -822,7 +824,7 @@ version = "0.1.6" | |||
822 | source = "registry+https://github.com/rust-lang/crates.io-index" | 824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
823 | dependencies = [ | 825 | dependencies = [ |
824 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 826 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 827 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 828 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 829 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | ] | 830 | ] |
@@ -848,7 +850,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
848 | 850 | ||
849 | [[package]] | 851 | [[package]] |
850 | name = "ppv-lite86" | 852 | name = "ppv-lite86" |
851 | version = "0.2.5" | 853 | version = "0.2.6" |
852 | source = "registry+https://github.com/rust-lang/crates.io-index" | 854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
853 | 855 | ||
854 | [[package]] | 856 | [[package]] |
@@ -856,14 +858,14 @@ name = "proc-macro-hack" | |||
856 | version = "0.5.11" | 858 | version = "0.5.11" |
857 | source = "registry+https://github.com/rust-lang/crates.io-index" | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
858 | dependencies = [ | 860 | dependencies = [ |
859 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 861 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
860 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 862 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
861 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 863 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
862 | ] | 864 | ] |
863 | 865 | ||
864 | [[package]] | 866 | [[package]] |
865 | name = "proc-macro2" | 867 | name = "proc-macro2" |
866 | version = "1.0.5" | 868 | version = "1.0.6" |
867 | source = "registry+https://github.com/rust-lang/crates.io-index" | 869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
868 | dependencies = [ | 870 | dependencies = [ |
869 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 871 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -904,7 +906,7 @@ name = "quote" | |||
904 | version = "1.0.2" | 906 | version = "1.0.2" |
905 | source = "registry+https://github.com/rust-lang/crates.io-index" | 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
906 | dependencies = [ | 908 | dependencies = [ |
907 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 909 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
908 | ] | 910 | ] |
909 | 911 | ||
910 | [[package]] | 912 | [[package]] |
@@ -1092,7 +1094,7 @@ dependencies = [ | |||
1092 | name = "ra_prof" | 1094 | name = "ra_prof" |
1093 | version = "0.1.0" | 1095 | version = "0.1.0" |
1094 | dependencies = [ | 1096 | dependencies = [ |
1095 | "backtrace 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1097 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1100 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1103,7 +1105,7 @@ dependencies = [ | |||
1103 | name = "ra_project_model" | 1105 | name = "ra_project_model" |
1104 | version = "0.1.0" | 1106 | version = "0.1.0" |
1105 | dependencies = [ | 1107 | dependencies = [ |
1106 | "cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | "ra_arena 0.1.0", | 1110 | "ra_arena 0.1.0", |
1109 | "ra_cfg 0.1.0", | 1111 | "ra_cfg 0.1.0", |
@@ -1174,8 +1176,8 @@ name = "rand" | |||
1174 | version = "0.6.5" | 1176 | version = "0.6.5" |
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1176 | dependencies = [ | 1178 | dependencies = [ |
1177 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1179 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1180 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1181 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1182 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1181 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1183 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1193,7 +1195,7 @@ version = "0.7.2" | |||
1193 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1194 | dependencies = [ | 1196 | dependencies = [ |
1195 | "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1197 | "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1196 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1198 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1197 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1199 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1198 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1199 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1201 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1205,7 +1207,7 @@ name = "rand_chacha" | |||
1205 | version = "0.1.1" | 1207 | version = "0.1.1" |
1206 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1207 | dependencies = [ | 1209 | dependencies = [ |
1208 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1210 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1211 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | ] | 1212 | ] |
1211 | 1213 | ||
@@ -1214,7 +1216,7 @@ name = "rand_chacha" | |||
1214 | version = "0.2.1" | 1216 | version = "0.2.1" |
1215 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1216 | dependencies = [ | 1218 | dependencies = [ |
1217 | "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 | "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1218 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1219 | ] | 1221 | ] |
1220 | 1222 | ||
@@ -1268,7 +1270,7 @@ name = "rand_jitter" | |||
1268 | version = "0.1.4" | 1270 | version = "0.1.4" |
1269 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1270 | dependencies = [ | 1272 | dependencies = [ |
1271 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1273 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1272 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1274 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1273 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1275 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1274 | ] | 1276 | ] |
@@ -1280,7 +1282,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1280 | dependencies = [ | 1282 | dependencies = [ |
1281 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1282 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1283 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1285 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1284 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1286 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1285 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1287 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1286 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1288 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1291,7 +1293,7 @@ name = "rand_pcg" | |||
1291 | version = "0.1.2" | 1293 | version = "0.1.2" |
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 | dependencies = [ | 1295 | dependencies = [ |
1294 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1296 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1295 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1297 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1296 | ] | 1298 | ] |
1297 | 1299 | ||
@@ -1300,7 +1302,7 @@ name = "rand_pcg" | |||
1300 | version = "0.2.0" | 1302 | version = "0.2.0" |
1301 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1302 | dependencies = [ | 1304 | dependencies = [ |
1303 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1305 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1304 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1306 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1305 | ] | 1307 | ] |
1306 | 1308 | ||
@@ -1437,7 +1439,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1437 | dependencies = [ | 1439 | dependencies = [ |
1438 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1440 | "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | "derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1441 | "derive-new 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1440 | "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1442 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1441 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1443 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1442 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1444 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1443 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1445 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1452,7 +1454,7 @@ version = "0.13.2" | |||
1452 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1453 | dependencies = [ | 1455 | dependencies = [ |
1454 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1455 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1457 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1456 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1458 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1457 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1459 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1458 | ] | 1460 | ] |
@@ -1497,7 +1499,7 @@ name = "serde_derive" | |||
1497 | version = "1.0.101" | 1499 | version = "1.0.101" |
1498 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1499 | dependencies = [ | 1501 | dependencies = [ |
1500 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1502 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1501 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1503 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1502 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1504 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1503 | ] | 1505 | ] |
@@ -1517,7 +1519,7 @@ name = "serde_repr" | |||
1517 | version = "0.1.5" | 1519 | version = "0.1.5" |
1518 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1519 | dependencies = [ | 1521 | dependencies = [ |
1520 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1523 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1524 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | ] | 1525 | ] |
@@ -1558,7 +1560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1558 | dependencies = [ | 1560 | dependencies = [ |
1559 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1560 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1561 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1562 | "psm 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1564 | "psm 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1563 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1565 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1564 | ] | 1566 | ] |
@@ -1573,7 +1575,7 @@ name = "syn" | |||
1573 | version = "1.0.5" | 1575 | version = "1.0.5" |
1574 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1575 | dependencies = [ | 1577 | dependencies = [ |
1576 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1578 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1577 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1579 | "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)", | 1580 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1579 | ] | 1581 | ] |
@@ -1584,7 +1586,7 @@ version = "3.1.0" | |||
1584 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1585 | dependencies = [ | 1587 | dependencies = [ |
1586 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1588 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1587 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1589 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1588 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1590 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1589 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1591 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1590 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1592 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1596,7 +1598,7 @@ name = "termios" | |||
1596 | version = "0.3.1" | 1598 | version = "0.3.1" |
1597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1598 | dependencies = [ | 1600 | dependencies = [ |
1599 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1601 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1600 | ] | 1602 | ] |
1601 | 1603 | ||
1602 | [[package]] | 1604 | [[package]] |
@@ -1634,7 +1636,7 @@ name = "time" | |||
1634 | version = "0.1.42" | 1636 | version = "0.1.42" |
1635 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1636 | dependencies = [ | 1638 | dependencies = [ |
1637 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | 1639 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1638 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1640 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1639 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1641 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1640 | ] | 1642 | ] |
@@ -1770,7 +1772,7 @@ version = "0.1.0" | |||
1770 | dependencies = [ | 1772 | dependencies = [ |
1771 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1773 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1772 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1774 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1773 | "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1775 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1774 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1776 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1775 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1777 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1776 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1778 | "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1795,8 +1797,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1795 | "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" | 1797 | "checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
1796 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1798 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1797 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1799 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1798 | "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" | 1800 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1799 | "checksum backtrace 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "af05cc43e98290cf60258eff44fc3941d096c039329df538ab128c633587b368" | 1801 | "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" |
1800 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" | 1802 | "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
1801 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | 1803 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1802 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1804 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
@@ -1804,8 +1806,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1804 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 1806 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1805 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" | 1807 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
1806 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1808 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1807 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" | 1809 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1808 | "checksum cargo_metadata 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "700b3731fd7d357223d0000f4dbf1808401b694609035c3c411fbc0cd375c426" | 1810 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" |
1809 | "checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" | 1811 | "checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c" |
1810 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1812 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1811 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 1813 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
@@ -1848,7 +1850,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1848 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 1850 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
1849 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1851 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1850 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1852 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1851 | "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" | 1853 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" |
1852 | "checksum indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8d596a9576eaa1446996092642d72bfef35cf47243129b7ab883baf5faec31e" | 1854 | "checksum indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8d596a9576eaa1446996092642d72bfef35cf47243129b7ab883baf5faec31e" |
1853 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1855 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1854 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1856 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
@@ -1865,7 +1867,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1865 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | 1867 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" |
1866 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 1868 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1867 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 1869 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
1868 | "checksum libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "74dfca3d9957906e8d1e6a0b641dc9a59848e793f1da2165889fd4f62d10d79c" | 1870 | "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
1869 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1871 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1870 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | 1872 | "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
1871 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1873 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
@@ -1893,9 +1895,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1893 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | 1895 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
1894 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 1896 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
1895 | "checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667" | 1897 | "checksum pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "22e32b0f3771287ebb436130477eabf0f11f934ed036099ad548bc885e708667" |
1896 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 1898 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
1897 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" | 1899 | "checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5" |
1898 | "checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" | 1900 | "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
1899 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 1901 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
1900 | "checksum psm 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "54639efee26275dfadc49644039c31c73673edde0ef2815acf25a8db526ee193" | 1902 | "checksum psm 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "54639efee26275dfadc49644039c31c73673edde0ef2815acf25a8db526ee193" |
1901 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1903 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index a65100031..b31c95903 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["rust-analyzer developers"] | |||
8 | log = "0.4.5" | 8 | log = "0.4.5" |
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | 10 | ||
11 | cargo_metadata = "0.8.2" | 11 | cargo_metadata = "0.9.0" |
12 | 12 | ||
13 | ra_arena = { path = "../ra_arena" } | 13 | ra_arena = { path = "../ra_arena" } |
14 | ra_db = { path = "../ra_db" } | 14 | ra_db = { path = "../ra_db" } |