diff options
-rw-r--r-- | Cargo.lock | 220 |
1 files changed, 131 insertions, 89 deletions
diff --git a/Cargo.lock b/Cargo.lock index 98c349dec..2c03d0b75 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -29,7 +29,7 @@ name = "atty" | |||
29 | version = "0.2.11" | 29 | version = "0.2.11" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" | 30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | dependencies = [ | 31 | dependencies = [ |
32 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 32 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 33 | "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 34 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | ] | 35 | ] |
@@ -47,7 +47,7 @@ dependencies = [ | |||
47 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | 48 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 49 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | ] | 53 | ] |
@@ -57,8 +57,8 @@ name = "backtrace-sys" | |||
57 | version = "0.1.28" | 57 | version = "0.1.28" |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" | 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
59 | dependencies = [ | 59 | dependencies = [ |
60 | "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", | 60 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 61 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | ] | 62 | ] |
63 | 63 | ||
64 | [[package]] | 64 | [[package]] |
@@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
89 | 89 | ||
90 | [[package]] | 90 | [[package]] |
91 | name = "bitflags" | 91 | name = "bitflags" |
92 | version = "1.0.4" | 92 | version = "1.0.5" |
93 | source = "registry+https://github.com/rust-lang/crates.io-index" | 93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
94 | 94 | ||
95 | [[package]] | 95 | [[package]] |
@@ -135,7 +135,7 @@ dependencies = [ | |||
135 | 135 | ||
136 | [[package]] | 136 | [[package]] |
137 | name = "cc" | 137 | name = "cc" |
138 | version = "1.0.35" | 138 | version = "1.0.36" |
139 | source = "registry+https://github.com/rust-lang/crates.io-index" | 139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
140 | 140 | ||
141 | [[package]] | 141 | [[package]] |
@@ -221,7 +221,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
221 | dependencies = [ | 221 | dependencies = [ |
222 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 222 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 225 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 226 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 227 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -235,7 +235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
235 | dependencies = [ | 235 | dependencies = [ |
236 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 236 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
237 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 237 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
238 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 238 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
239 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 239 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
240 | ] | 240 | ] |
241 | 241 | ||
@@ -244,7 +244,7 @@ name = "cloudabi" | |||
244 | version = "0.0.3" | 244 | version = "0.0.3" |
245 | source = "registry+https://github.com/rust-lang/crates.io-index" | 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
246 | dependencies = [ | 246 | dependencies = [ |
247 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 247 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
248 | ] | 248 | ] |
249 | 249 | ||
250 | [[package]] | 250 | [[package]] |
@@ -261,8 +261,8 @@ dependencies = [ | |||
261 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 261 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 262 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 263 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
264 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 264 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
265 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 265 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
266 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 266 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
267 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 267 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
268 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 268 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -323,9 +323,9 @@ name = "derive-new" | |||
323 | version = "0.5.6" | 323 | version = "0.5.6" |
324 | source = "registry+https://github.com/rust-lang/crates.io-index" | 324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
325 | dependencies = [ | 325 | dependencies = [ |
326 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 326 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
327 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 327 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 328 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | ] | 329 | ] |
330 | 330 | ||
331 | [[package]] | 331 | [[package]] |
@@ -353,7 +353,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
353 | 353 | ||
354 | [[package]] | 354 | [[package]] |
355 | name = "dtoa" | 355 | name = "dtoa" |
356 | version = "0.4.3" | 356 | version = "0.4.4" |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
358 | 358 | ||
359 | [[package]] | 359 | [[package]] |
@@ -404,9 +404,9 @@ name = "failure_derive" | |||
404 | version = "0.1.5" | 404 | version = "0.1.5" |
405 | source = "registry+https://github.com/rust-lang/crates.io-index" | 405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
406 | dependencies = [ | 406 | dependencies = [ |
407 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 407 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 408 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
409 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 409 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
410 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 410 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
411 | ] | 411 | ] |
412 | 412 | ||
@@ -421,7 +421,7 @@ version = "0.2.5" | |||
421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
422 | dependencies = [ | 422 | dependencies = [ |
423 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 423 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 424 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 425 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | ] | 426 | ] |
427 | 427 | ||
@@ -453,7 +453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
453 | dependencies = [ | 453 | dependencies = [ |
454 | "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 454 | "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
455 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 455 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
456 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 456 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
457 | ] | 457 | ] |
458 | 458 | ||
459 | [[package]] | 459 | [[package]] |
@@ -461,7 +461,7 @@ name = "fsevent-sys" | |||
461 | version = "0.1.6" | 461 | version = "0.1.6" |
462 | source = "registry+https://github.com/rust-lang/crates.io-index" | 462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
463 | dependencies = [ | 463 | dependencies = [ |
464 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 464 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
465 | ] | 465 | ] |
466 | 466 | ||
467 | [[package]] | 467 | [[package]] |
@@ -482,7 +482,7 @@ name = "fuchsia-zircon" | |||
482 | version = "0.3.3" | 482 | version = "0.3.3" |
483 | source = "registry+https://github.com/rust-lang/crates.io-index" | 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
484 | dependencies = [ | 484 | dependencies = [ |
485 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 485 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 486 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
487 | ] | 487 | ] |
488 | 488 | ||
@@ -557,7 +557,7 @@ dependencies = [ | |||
557 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 557 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
558 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 558 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
559 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 559 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
560 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 560 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
561 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 561 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
562 | ] | 562 | ] |
563 | 563 | ||
@@ -566,9 +566,9 @@ name = "inotify" | |||
566 | version = "0.6.1" | 566 | version = "0.6.1" |
567 | source = "registry+https://github.com/rust-lang/crates.io-index" | 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
568 | dependencies = [ | 568 | dependencies = [ |
569 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 569 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 570 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
571 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 571 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
572 | ] | 572 | ] |
573 | 573 | ||
574 | [[package]] | 574 | [[package]] |
@@ -576,7 +576,7 @@ name = "inotify-sys" | |||
576 | version = "0.1.3" | 576 | version = "0.1.3" |
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | 577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
578 | dependencies = [ | 578 | dependencies = [ |
579 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 579 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | ] | 580 | ] |
581 | 581 | ||
582 | [[package]] | 582 | [[package]] |
@@ -595,7 +595,7 @@ dependencies = [ | |||
595 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 595 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
596 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | 596 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 597 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
598 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | 598 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |
599 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 599 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | ] | 600 | ] |
601 | 601 | ||
@@ -604,7 +604,7 @@ name = "iovec" | |||
604 | version = "0.1.2" | 604 | version = "0.1.2" |
605 | source = "registry+https://github.com/rust-lang/crates.io-index" | 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
606 | dependencies = [ | 606 | dependencies = [ |
607 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 607 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
608 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 608 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
609 | ] | 609 | ] |
610 | 610 | ||
@@ -626,7 +626,7 @@ dependencies = [ | |||
626 | 626 | ||
627 | [[package]] | 627 | [[package]] |
628 | name = "itoa" | 628 | name = "itoa" |
629 | version = "0.4.3" | 629 | version = "0.4.4" |
630 | source = "registry+https://github.com/rust-lang/crates.io-index" | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | 631 | ||
632 | [[package]] | 632 | [[package]] |
@@ -635,7 +635,7 @@ version = "0.2.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 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 637 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 638 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
639 | ] | 639 | ] |
640 | 640 | ||
641 | [[package]] | 641 | [[package]] |
@@ -643,9 +643,9 @@ name = "jemalloc-sys" | |||
643 | version = "0.1.8" | 643 | version = "0.1.8" |
644 | source = "registry+https://github.com/rust-lang/crates.io-index" | 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
645 | dependencies = [ | 645 | dependencies = [ |
646 | "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", | 646 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 647 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
648 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | ] | 649 | ] |
650 | 650 | ||
651 | [[package]] | 651 | [[package]] |
@@ -654,7 +654,7 @@ version = "0.1.9" | |||
654 | source = "registry+https://github.com/rust-lang/crates.io-index" | 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
655 | dependencies = [ | 655 | dependencies = [ |
656 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 656 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 657 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
658 | ] | 658 | ] |
659 | 659 | ||
660 | [[package]] | 660 | [[package]] |
@@ -688,7 +688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
688 | 688 | ||
689 | [[package]] | 689 | [[package]] |
690 | name = "libc" | 690 | name = "libc" |
691 | version = "0.2.51" | 691 | version = "0.2.54" |
692 | source = "registry+https://github.com/rust-lang/crates.io-index" | 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
693 | 693 | ||
694 | [[package]] | 694 | [[package]] |
@@ -706,6 +706,14 @@ dependencies = [ | |||
706 | ] | 706 | ] |
707 | 707 | ||
708 | [[package]] | 708 | [[package]] |
709 | name = "lock_api" | ||
710 | version = "0.2.0" | ||
711 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
712 | dependencies = [ | ||
713 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
714 | ] | ||
715 | |||
716 | [[package]] | ||
709 | name = "log" | 717 | name = "log" |
710 | version = "0.4.6" | 718 | version = "0.4.6" |
711 | source = "registry+https://github.com/rust-lang/crates.io-index" | 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -718,7 +726,7 @@ name = "lsp-types" | |||
718 | version = "0.57.1" | 726 | version = "0.57.1" |
719 | source = "registry+https://github.com/rust-lang/crates.io-index" | 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
720 | dependencies = [ | 728 | dependencies = [ |
721 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 730 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
723 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | 732 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -758,7 +766,7 @@ dependencies = [ | |||
758 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
762 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
763 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 771 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 772 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -794,7 +802,7 @@ version = "0.2.33" | |||
794 | source = "registry+https://github.com/rust-lang/crates.io-index" | 802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
795 | dependencies = [ | 803 | dependencies = [ |
796 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 804 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
797 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 805 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
798 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 806 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
799 | ] | 807 | ] |
800 | 808 | ||
@@ -808,13 +816,13 @@ name = "notify" | |||
808 | version = "4.0.10" | 816 | version = "4.0.10" |
809 | source = "registry+https://github.com/rust-lang/crates.io-index" | 817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
810 | dependencies = [ | 818 | dependencies = [ |
811 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 820 | "filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
816 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 824 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
817 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 825 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
818 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | 826 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
819 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 827 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 828 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -826,9 +834,9 @@ name = "num-derive" | |||
826 | version = "0.2.5" | 834 | version = "0.2.5" |
827 | source = "registry+https://github.com/rust-lang/crates.io-index" | 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
828 | dependencies = [ | 836 | dependencies = [ |
829 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 837 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
830 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 838 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
831 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 839 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
832 | ] | 840 | ] |
833 | 841 | ||
834 | [[package]] | 842 | [[package]] |
@@ -849,7 +857,7 @@ name = "num_cpus" | |||
849 | version = "1.10.0" | 857 | version = "1.10.0" |
850 | source = "registry+https://github.com/rust-lang/crates.io-index" | 858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
851 | dependencies = [ | 859 | dependencies = [ |
852 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 860 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
853 | ] | 861 | ] |
854 | 862 | ||
855 | [[package]] | 863 | [[package]] |
@@ -893,12 +901,37 @@ dependencies = [ | |||
893 | ] | 901 | ] |
894 | 902 | ||
895 | [[package]] | 903 | [[package]] |
904 | name = "parking_lot" | ||
905 | version = "0.8.0" | ||
906 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
907 | dependencies = [ | ||
908 | "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
909 | "parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
910 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
911 | ] | ||
912 | |||
913 | [[package]] | ||
896 | name = "parking_lot_core" | 914 | name = "parking_lot_core" |
897 | version = "0.4.0" | 915 | version = "0.4.0" |
898 | source = "registry+https://github.com/rust-lang/crates.io-index" | 916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
899 | dependencies = [ | 917 | dependencies = [ |
900 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 918 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
920 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
921 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
922 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
923 | ] | ||
924 | |||
925 | [[package]] | ||
926 | name = "parking_lot_core" | ||
927 | version = "0.5.0" | ||
928 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
929 | dependencies = [ | ||
930 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
931 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
932 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
901 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 933 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
902 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 935 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 936 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
904 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 937 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -933,9 +966,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
933 | dependencies = [ | 966 | dependencies = [ |
934 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 967 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 968 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 969 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 970 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 971 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | ] | 972 | ] |
940 | 973 | ||
941 | [[package]] | 974 | [[package]] |
@@ -959,7 +992,7 @@ dependencies = [ | |||
959 | 992 | ||
960 | [[package]] | 993 | [[package]] |
961 | name = "proc-macro2" | 994 | name = "proc-macro2" |
962 | version = "0.4.28" | 995 | version = "0.4.29" |
963 | source = "registry+https://github.com/rust-lang/crates.io-index" | 996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
964 | dependencies = [ | 997 | dependencies = [ |
965 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 998 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -967,11 +1000,11 @@ dependencies = [ | |||
967 | 1000 | ||
968 | [[package]] | 1001 | [[package]] |
969 | name = "proptest" | 1002 | name = "proptest" |
970 | version = "0.9.2" | 1003 | version = "0.9.3" |
971 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1004 | source = "registry+https://github.com/rust-lang/crates.io-index" |
972 | dependencies = [ | 1005 | dependencies = [ |
973 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1006 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
974 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
975 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
976 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1009 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
977 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1010 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -992,7 +1025,7 @@ name = "quote" | |||
992 | version = "0.6.12" | 1025 | version = "0.6.12" |
993 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1026 | source = "registry+https://github.com/rust-lang/crates.io-index" |
994 | dependencies = [ | 1027 | dependencies = [ |
995 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 1028 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
996 | ] | 1029 | ] |
997 | 1030 | ||
998 | [[package]] | 1031 | [[package]] |
@@ -1106,7 +1139,7 @@ dependencies = [ | |||
1106 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1139 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1140 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1141 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | "proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "ra_assists 0.1.0", | 1143 | "ra_assists 0.1.0", |
1111 | "ra_db 0.1.0", | 1144 | "ra_db 0.1.0", |
1112 | "ra_fmt 0.1.0", | 1145 | "ra_fmt 0.1.0", |
@@ -1119,7 +1152,7 @@ dependencies = [ | |||
1119 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1152 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1153 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | "test_utils 0.1.0", | 1154 | "test_utils 0.1.0", |
1122 | "unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1155 | "unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1123 | ] | 1156 | ] |
1124 | 1157 | ||
1125 | [[package]] | 1158 | [[package]] |
@@ -1218,7 +1251,7 @@ dependencies = [ | |||
1218 | name = "ra_text_edit" | 1251 | name = "ra_text_edit" |
1219 | version = "0.1.0" | 1252 | version = "0.1.0" |
1220 | dependencies = [ | 1253 | dependencies = [ |
1221 | "proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1254 | "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1222 | "test_utils 0.1.0", | 1255 | "test_utils 0.1.0", |
1223 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1256 | "text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1224 | ] | 1257 | ] |
@@ -1250,12 +1283,12 @@ version = "0.6.5" | |||
1250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1251 | dependencies = [ | 1284 | dependencies = [ |
1252 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1285 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1253 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1286 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1254 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1287 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1255 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1288 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1256 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1289 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1257 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1290 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1258 | "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1291 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1259 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1292 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1260 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1293 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1261 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1294 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1302,10 +1335,10 @@ dependencies = [ | |||
1302 | 1335 | ||
1303 | [[package]] | 1336 | [[package]] |
1304 | name = "rand_jitter" | 1337 | name = "rand_jitter" |
1305 | version = "0.1.3" | 1338 | version = "0.1.4" |
1306 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1307 | dependencies = [ | 1340 | dependencies = [ |
1308 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1341 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1309 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1342 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1310 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1343 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1311 | ] | 1344 | ] |
@@ -1317,7 +1350,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1317 | dependencies = [ | 1350 | dependencies = [ |
1318 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1351 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1319 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1352 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1353 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1321 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1354 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1322 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1355 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1323 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1356 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1357,7 +1390,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1357 | dependencies = [ | 1390 | dependencies = [ |
1358 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1391 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1359 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1392 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1360 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1393 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1361 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1394 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1362 | ] | 1395 | ] |
1363 | 1396 | ||
@@ -1421,7 +1454,7 @@ version = "0.4.2" | |||
1421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1422 | dependencies = [ | 1455 | dependencies = [ |
1423 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1424 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1457 | "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1425 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | 1458 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | ] | 1459 | ] |
1427 | 1460 | ||
@@ -1459,7 +1492,7 @@ dependencies = [ | |||
1459 | 1492 | ||
1460 | [[package]] | 1493 | [[package]] |
1461 | name = "ryu" | 1494 | name = "ryu" |
1462 | version = "0.2.7" | 1495 | version = "0.2.8" |
1463 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1464 | 1497 | ||
1465 | [[package]] | 1498 | [[package]] |
@@ -1483,9 +1516,9 @@ version = "0.12.0" | |||
1483 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1484 | dependencies = [ | 1517 | dependencies = [ |
1485 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1486 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1487 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1488 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1489 | ] | 1522 | ] |
1490 | 1523 | ||
1491 | [[package]] | 1524 | [[package]] |
@@ -1502,6 +1535,11 @@ version = "0.3.3" | |||
1502 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1503 | 1536 | ||
1504 | [[package]] | 1537 | [[package]] |
1538 | name = "scopeguard" | ||
1539 | version = "1.0.0" | ||
1540 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1541 | |||
1542 | [[package]] | ||
1505 | name = "semver" | 1543 | name = "semver" |
1506 | version = "0.9.0" | 1544 | version = "0.9.0" |
1507 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1528,9 +1566,9 @@ name = "serde_derive" | |||
1528 | version = "1.0.90" | 1566 | version = "1.0.90" |
1529 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1530 | dependencies = [ | 1568 | dependencies = [ |
1531 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 1569 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1532 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 1571 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | ] | 1572 | ] |
1535 | 1573 | ||
1536 | [[package]] | 1574 | [[package]] |
@@ -1538,17 +1576,17 @@ name = "serde_json" | |||
1538 | version = "1.0.39" | 1576 | version = "1.0.39" |
1539 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1577 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1540 | dependencies = [ | 1578 | dependencies = [ |
1541 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1579 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1542 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1580 | "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1543 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | 1581 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1544 | ] | 1582 | ] |
1545 | 1583 | ||
1546 | [[package]] | 1584 | [[package]] |
1547 | name = "serde_yaml" | 1585 | name = "serde_yaml" |
1548 | version = "0.8.8" | 1586 | version = "0.8.9" |
1549 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1550 | dependencies = [ | 1588 | dependencies = [ |
1551 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1589 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1552 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1590 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1553 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | 1591 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1554 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1592 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1601,9 +1639,9 @@ name = "stacker" | |||
1601 | version = "0.1.5" | 1639 | version = "0.1.5" |
1602 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1603 | dependencies = [ | 1641 | dependencies = [ |
1604 | "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", | 1642 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
1605 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1643 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1606 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1644 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1607 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1645 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1608 | ] | 1646 | ] |
1609 | 1647 | ||
@@ -1619,10 +1657,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1619 | 1657 | ||
1620 | [[package]] | 1658 | [[package]] |
1621 | name = "syn" | 1659 | name = "syn" |
1622 | version = "0.15.32" | 1660 | version = "0.15.33" |
1623 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1624 | dependencies = [ | 1662 | dependencies = [ |
1625 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 1663 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1626 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1664 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1627 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1665 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1628 | ] | 1666 | ] |
@@ -1632,9 +1670,9 @@ name = "synstructure" | |||
1632 | version = "0.10.1" | 1670 | version = "0.10.1" |
1633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1634 | dependencies = [ | 1672 | dependencies = [ |
1635 | "proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)", | 1673 | "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1636 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1674 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1637 | "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", | 1675 | "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1638 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1676 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1639 | ] | 1677 | ] |
1640 | 1678 | ||
@@ -1644,7 +1682,7 @@ version = "3.0.7" | |||
1644 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1645 | dependencies = [ | 1683 | dependencies = [ |
1646 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1684 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1647 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1685 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1648 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1686 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1649 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1687 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1650 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1688 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1687,7 +1725,7 @@ name = "termion" | |||
1687 | version = "1.5.2" | 1725 | version = "1.5.2" |
1688 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1689 | dependencies = [ | 1727 | dependencies = [ |
1690 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1728 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1691 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1729 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1730 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1693 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1731 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1698,7 +1736,7 @@ name = "termios" | |||
1698 | version = "0.3.1" | 1736 | version = "0.3.1" |
1699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1700 | dependencies = [ | 1738 | dependencies = [ |
1701 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1739 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1702 | ] | 1740 | ] |
1703 | 1741 | ||
1704 | [[package]] | 1742 | [[package]] |
@@ -1756,7 +1794,7 @@ name = "time" | |||
1756 | version = "0.1.42" | 1794 | version = "0.1.42" |
1757 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1758 | dependencies = [ | 1796 | dependencies = [ |
1759 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1797 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1760 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1798 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1761 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1799 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1762 | ] | 1800 | ] |
@@ -1833,7 +1871,7 @@ dependencies = [ | |||
1833 | 1871 | ||
1834 | [[package]] | 1872 | [[package]] |
1835 | name = "unicase" | 1873 | name = "unicase" |
1836 | version = "2.3.0" | 1874 | version = "2.4.0" |
1837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1838 | dependencies = [ | 1876 | dependencies = [ |
1839 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1877 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1989,13 +2027,13 @@ dependencies = [ | |||
1989 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 2027 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
1990 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | 2028 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
1991 | "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | 2029 | "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" |
1992 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 2030 | "checksum bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd1fa8ad26490b0a5cfec99089952250301b6716cdeaa7c9ab229598fb82ab66" |
1993 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" | 2031 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
1994 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" | 2032 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
1995 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | 2033 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
1996 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 2034 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
1997 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" | 2035 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" |
1998 | "checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83" | 2036 | "checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" |
1999 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" | 2037 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" |
2000 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 2038 | "checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
2001 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" | 2039 | "checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "<none>" |
@@ -2019,7 +2057,7 @@ dependencies = [ | |||
2019 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 2057 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
2020 | "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" | 2058 | "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" |
2021 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 2059 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
2022 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" | 2060 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
2023 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" | 2061 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
2024 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" | 2062 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" |
2025 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 2063 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
@@ -2052,7 +2090,7 @@ dependencies = [ | |||
2052 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 2090 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
2053 | "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" | 2091 | "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" |
2054 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 2092 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
2055 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 2093 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
2056 | "checksum jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e93b0f37e7d735c6b610176d5b1bde8e1621ff3f6f7ac23cdfa4e7f7d0111b5" | 2094 | "checksum jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e93b0f37e7d735c6b610176d5b1bde8e1621ff3f6f7ac23cdfa4e7f7d0111b5" |
2057 | "checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae" | 2095 | "checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae" |
2058 | "checksum jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9f0cd42ac65f758063fea55126b0148b1ce0a6354ff78e07a4d6806bc65c4ab3" | 2096 | "checksum jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9f0cd42ac65f758063fea55126b0148b1ce0a6354ff78e07a4d6806bc65c4ab3" |
@@ -2061,9 +2099,10 @@ dependencies = [ | |||
2061 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | 2099 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" |
2062 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | 2100 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
2063 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 2101 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
2064 | "checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917" | 2102 | "checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" |
2065 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2103 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2066 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 2104 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
2105 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | ||
2067 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 2106 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
2068 | "checksum lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb6c75cb08c8d8507dd4e355171ec1f46689ae2820697ba892a233e5d8f7a167" | 2107 | "checksum lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb6c75cb08c8d8507dd4e355171ec1f46689ae2820697ba892a233e5d8f7a167" |
2069 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 2108 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
@@ -2086,15 +2125,17 @@ dependencies = [ | |||
2086 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 2125 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
2087 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | 2126 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
2088 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" | 2127 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
2128 | "checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7" | ||
2089 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" | 2129 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
2130 | "checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c" | ||
2090 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 2131 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
2091 | "checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" | 2132 | "checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" |
2092 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" | 2133 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
2093 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" | 2134 | "checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646" |
2094 | "checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" | 2135 | "checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" |
2095 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 2136 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
2096 | "checksum proc-macro2 0.4.28 (registry+https://github.com/rust-lang/crates.io-index)" = "ba92c84f814b3f9a44c5cfca7d2ad77fa10710867d2bbb1b3d175ab5f47daa12" | 2137 | "checksum proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)" = "64c827cea7a7ab30ce4593e5e04d7a11617ad6ece2fa230605a78b00ff965316" |
2097 | "checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c" | 2138 | "checksum proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2afed8cbdc8a64b58a5c021757a782351ec1afee85be374872721c84d5da5d80" |
2098 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 2139 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
2099 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" | 2140 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
2100 | "checksum ra_vfs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a36512521aefbd2c76314c97b19b1f8377bd7ea770e3d6910c3fb68fe615f806" | 2141 | "checksum ra_vfs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a36512521aefbd2c76314c97b19b1f8377bd7ea770e3d6910c3fb68fe615f806" |
@@ -2104,7 +2145,7 @@ dependencies = [ | |||
2104 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" | 2145 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
2105 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | 2146 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
2106 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | 2147 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
2107 | "checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" | 2148 | "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
2108 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | 2149 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
2109 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | 2150 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
2110 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | 2151 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
@@ -2122,17 +2163,18 @@ dependencies = [ | |||
2122 | "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" | 2163 | "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" |
2123 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 2164 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
2124 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 2165 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
2125 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 2166 | "checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" |
2126 | "checksum salsa 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "249290390580a2ccdc1aa8256989733978a7c3e11e508abc529055ae4866e3a3" | 2167 | "checksum salsa 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "249290390580a2ccdc1aa8256989733978a7c3e11e508abc529055ae4866e3a3" |
2127 | "checksum salsa-macros 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9120ba92eda59ebd3a39e8245531df9a3805468bf38fe57fdfc30f14d0fdbea9" | 2168 | "checksum salsa-macros 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9120ba92eda59ebd3a39e8245531df9a3805468bf38fe57fdfc30f14d0fdbea9" |
2128 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 2169 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
2129 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 2170 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
2171 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | ||
2130 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2172 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2131 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2173 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2132 | "checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" | 2174 | "checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" |
2133 | "checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" | 2175 | "checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" |
2134 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | 2176 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" |
2135 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | 2177 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
2136 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2178 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
2137 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2179 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2138 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 2180 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
@@ -2142,7 +2184,7 @@ dependencies = [ | |||
2142 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2184 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
2143 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2185 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2144 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2186 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2145 | "checksum syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)" = "846620ec526c1599c070eff393bfeeeb88a93afa2513fc3b49f1fea84cf7b0ed" | 2187 | "checksum syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = "ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836" |
2146 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 2188 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
2147 | "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" | 2189 | "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" |
2148 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2190 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
@@ -2163,7 +2205,7 @@ dependencies = [ | |||
2163 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" | 2205 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" |
2164 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" | 2206 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" |
2165 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" | 2207 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" |
2166 | "checksum unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd" | 2208 | "checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6" |
2167 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 2209 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2168 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | 2210 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
2169 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 2211 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |