diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 175 |
1 files changed, 69 insertions, 106 deletions
diff --git a/Cargo.lock b/Cargo.lock index b0a0e841c..57cfde978 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -10,7 +10,7 @@ dependencies = [ | |||
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
12 | name = "anyhow" | 12 | name = "anyhow" |
13 | version = "1.0.23" | 13 | version = "1.0.25" |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | 15 | ||
16 | [[package]] | 16 | [[package]] |
@@ -23,7 +23,7 @@ name = "atty" | |||
23 | version = "0.2.13" | 23 | version = "0.2.13" |
24 | source = "registry+https://github.com/rust-lang/crates.io-index" | 24 | source = "registry+https://github.com/rust-lang/crates.io-index" |
25 | dependencies = [ | 25 | dependencies = [ |
26 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 26 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 27 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
28 | ] | 28 | ] |
29 | 29 | ||
@@ -39,7 +39,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
39 | dependencies = [ | 39 | dependencies = [ |
40 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 40 | "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 41 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 42 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
43 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 43 | "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | ] | 44 | ] |
45 | 45 | ||
@@ -49,7 +49,7 @@ version = "0.1.32" | |||
49 | source = "registry+https://github.com/rust-lang/crates.io-index" | 49 | source = "registry+https://github.com/rust-lang/crates.io-index" |
50 | dependencies = [ | 50 | dependencies = [ |
51 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | 51 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | ] | 53 | ] |
54 | 54 | ||
55 | [[package]] | 55 | [[package]] |
@@ -101,7 +101,7 @@ dependencies = [ | |||
101 | 101 | ||
102 | [[package]] | 102 | [[package]] |
103 | name = "cargo_metadata" | 103 | name = "cargo_metadata" |
104 | version = "0.9.0" | 104 | version = "0.9.1" |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
106 | dependencies = [ | 106 | dependencies = [ |
107 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 107 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -127,7 +127,7 @@ source = "git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487 | |||
127 | dependencies = [ | 127 | dependencies = [ |
128 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 128 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 129 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
130 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 130 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
131 | ] | 131 | ] |
132 | 132 | ||
133 | [[package]] | 133 | [[package]] |
@@ -187,23 +187,13 @@ dependencies = [ | |||
187 | ] | 187 | ] |
188 | 188 | ||
189 | [[package]] | 189 | [[package]] |
190 | name = "chrono" | ||
191 | version = "0.4.10" | ||
192 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
193 | dependencies = [ | ||
194 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | ||
195 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
196 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||
197 | ] | ||
198 | |||
199 | [[package]] | ||
200 | name = "clicolors-control" | 190 | name = "clicolors-control" |
201 | version = "1.0.1" | 191 | version = "1.0.1" |
202 | source = "registry+https://github.com/rust-lang/crates.io-index" | 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
203 | dependencies = [ | 193 | dependencies = [ |
204 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | 194 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 195 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 196 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 197 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | ] | 198 | ] |
209 | 199 | ||
@@ -223,7 +213,7 @@ dependencies = [ | |||
223 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 213 | "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 214 | "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 215 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 216 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 217 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 218 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 219 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -324,12 +314,21 @@ version = "0.3.6" | |||
324 | source = "registry+https://github.com/rust-lang/crates.io-index" | 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
325 | 315 | ||
326 | [[package]] | 316 | [[package]] |
317 | name = "env_logger" | ||
318 | version = "0.7.1" | ||
319 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
320 | dependencies = [ | ||
321 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
322 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
323 | ] | ||
324 | |||
325 | [[package]] | ||
327 | name = "filetime" | 326 | name = "filetime" |
328 | version = "0.2.8" | 327 | version = "0.2.8" |
329 | source = "registry+https://github.com/rust-lang/crates.io-index" | 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
330 | dependencies = [ | 329 | dependencies = [ |
331 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 330 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 331 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
333 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 332 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
334 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 333 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
335 | ] | 334 | ] |
@@ -340,18 +339,6 @@ version = "0.1.9" | |||
340 | source = "registry+https://github.com/rust-lang/crates.io-index" | 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
341 | 340 | ||
342 | [[package]] | 341 | [[package]] |
343 | name = "flexi_logger" | ||
344 | version = "0.14.5" | ||
345 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
346 | dependencies = [ | ||
347 | "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
348 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
349 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
350 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
351 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
352 | ] | ||
353 | |||
354 | [[package]] | ||
355 | name = "fnv" | 342 | name = "fnv" |
356 | version = "1.0.6" | 343 | version = "1.0.6" |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -380,7 +367,7 @@ name = "fsevent-sys" | |||
380 | version = "2.0.1" | 367 | version = "2.0.1" |
381 | source = "registry+https://github.com/rust-lang/crates.io-index" | 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
382 | dependencies = [ | 369 | dependencies = [ |
383 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 370 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | ] | 371 | ] |
385 | 372 | ||
386 | [[package]] | 373 | [[package]] |
@@ -416,16 +403,11 @@ version = "0.1.13" | |||
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
417 | dependencies = [ | 404 | dependencies = [ |
418 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 405 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
419 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 406 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
420 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 407 | "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | ] | 408 | ] |
422 | 409 | ||
423 | [[package]] | 410 | [[package]] |
424 | name = "glob" | ||
425 | version = "0.3.0" | ||
426 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
427 | |||
428 | [[package]] | ||
429 | name = "globset" | 411 | name = "globset" |
430 | version = "0.4.4" | 412 | version = "0.4.4" |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -450,7 +432,15 @@ name = "hermit-abi" | |||
450 | version = "0.1.3" | 432 | version = "0.1.3" |
451 | source = "registry+https://github.com/rust-lang/crates.io-index" | 433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
452 | dependencies = [ | 434 | dependencies = [ |
453 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | ] | ||
437 | |||
438 | [[package]] | ||
439 | name = "humantime" | ||
440 | version = "1.3.0" | ||
441 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
442 | dependencies = [ | ||
443 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
454 | ] | 444 | ] |
455 | 445 | ||
456 | [[package]] | 446 | [[package]] |
@@ -478,7 +468,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
478 | dependencies = [ | 468 | dependencies = [ |
479 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 469 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 470 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
481 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 471 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
482 | ] | 472 | ] |
483 | 473 | ||
484 | [[package]] | 474 | [[package]] |
@@ -486,7 +476,7 @@ name = "inotify-sys" | |||
486 | version = "0.1.3" | 476 | version = "0.1.3" |
487 | source = "registry+https://github.com/rust-lang/crates.io-index" | 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
488 | dependencies = [ | 478 | dependencies = [ |
489 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 479 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | ] | 480 | ] |
491 | 481 | ||
492 | [[package]] | 482 | [[package]] |
@@ -508,7 +498,7 @@ name = "iovec" | |||
508 | version = "0.1.4" | 498 | version = "0.1.4" |
509 | source = "registry+https://github.com/rust-lang/crates.io-index" | 499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
510 | dependencies = [ | 500 | dependencies = [ |
511 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
512 | ] | 502 | ] |
513 | 503 | ||
514 | [[package]] | 504 | [[package]] |
@@ -530,7 +520,7 @@ version = "0.3.3" | |||
530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
531 | dependencies = [ | 521 | dependencies = [ |
532 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 522 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | ] | 525 | ] |
536 | 526 | ||
@@ -541,7 +531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
541 | dependencies = [ | 531 | dependencies = [ |
542 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | 532 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 533 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 534 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | ] | 535 | ] |
546 | 536 | ||
547 | [[package]] | 537 | [[package]] |
@@ -550,7 +540,7 @@ version = "0.3.2" | |||
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
551 | dependencies = [ | 541 | dependencies = [ |
552 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | ] | 544 | ] |
555 | 545 | ||
556 | [[package]] | 546 | [[package]] |
@@ -589,7 +579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
589 | 579 | ||
590 | [[package]] | 580 | [[package]] |
591 | name = "libc" | 581 | name = "libc" |
592 | version = "0.2.65" | 582 | version = "0.2.66" |
593 | source = "registry+https://github.com/rust-lang/crates.io-index" | 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
594 | 584 | ||
595 | [[package]] | 585 | [[package]] |
@@ -656,14 +646,15 @@ dependencies = [ | |||
656 | 646 | ||
657 | [[package]] | 647 | [[package]] |
658 | name = "mio" | 648 | name = "mio" |
659 | version = "0.6.19" | 649 | version = "0.6.21" |
660 | source = "registry+https://github.com/rust-lang/crates.io-index" | 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
661 | dependencies = [ | 651 | dependencies = [ |
652 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
662 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 653 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
663 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 654 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
664 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 655 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 656 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 657 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 658 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
668 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 659 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
669 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 660 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -678,7 +669,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
678 | dependencies = [ | 669 | dependencies = [ |
679 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 670 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 671 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 672 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 673 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | ] | 674 | ] |
684 | 675 | ||
@@ -699,7 +690,7 @@ version = "0.2.33" | |||
699 | source = "registry+https://github.com/rust-lang/crates.io-index" | 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | dependencies = [ | 691 | dependencies = [ |
701 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 692 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 693 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 694 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
704 | ] | 695 | ] |
705 | 696 | ||
@@ -714,23 +705,14 @@ dependencies = [ | |||
714 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 705 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
715 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 706 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 707 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 708 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 709 | "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 712 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | ] | 713 | ] |
723 | 714 | ||
724 | [[package]] | 715 | [[package]] |
725 | name = "num-integer" | ||
726 | version = "0.1.41" | ||
727 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
728 | dependencies = [ | ||
729 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
730 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
731 | ] | ||
732 | |||
733 | [[package]] | ||
734 | name = "num-traits" | 716 | name = "num-traits" |
735 | version = "0.2.10" | 717 | version = "0.2.10" |
736 | source = "registry+https://github.com/rust-lang/crates.io-index" | 718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -744,7 +726,7 @@ version = "1.11.1" | |||
744 | source = "registry+https://github.com/rust-lang/crates.io-index" | 726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
745 | dependencies = [ | 727 | dependencies = [ |
746 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
747 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | ] | 730 | ] |
749 | 731 | ||
750 | [[package]] | 732 | [[package]] |
@@ -773,7 +755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
773 | dependencies = [ | 755 | dependencies = [ |
774 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
775 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
776 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 758 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
777 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
778 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
779 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 761 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -796,7 +778,7 @@ dependencies = [ | |||
796 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
797 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
798 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
799 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 781 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | ] | 782 | ] |
801 | 783 | ||
802 | [[package]] | 784 | [[package]] |
@@ -830,7 +812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
830 | dependencies = [ | 812 | dependencies = [ |
831 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
832 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
833 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 815 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
834 | ] | 816 | ] |
835 | 817 | ||
836 | [[package]] | 818 | [[package]] |
@@ -927,7 +909,7 @@ dependencies = [ | |||
927 | name = "ra_cli" | 909 | name = "ra_cli" |
928 | version = "0.1.0" | 910 | version = "0.1.0" |
929 | dependencies = [ | 911 | dependencies = [ |
930 | "flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", | 912 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
931 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 913 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
932 | "ra_batch 0.1.0", | 914 | "ra_batch 0.1.0", |
933 | "ra_db 0.1.0", | 915 | "ra_db 0.1.0", |
@@ -1059,7 +1041,7 @@ name = "ra_lsp_server" | |||
1059 | version = "0.1.0" | 1041 | version = "0.1.0" |
1060 | dependencies = [ | 1042 | dependencies = [ |
1061 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | "flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "jod-thread 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "lsp-server 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1116,7 +1098,7 @@ dependencies = [ | |||
1116 | name = "ra_project_model" | 1098 | name = "ra_project_model" |
1117 | version = "0.1.0" | 1099 | version = "0.1.0" |
1118 | dependencies = [ | 1100 | dependencies = [ |
1119 | "cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 | "cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1102 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | "ra_arena 0.1.0", | 1103 | "ra_arena 0.1.0", |
1122 | "ra_cfg 0.1.0", | 1104 | "ra_cfg 0.1.0", |
@@ -1188,7 +1170,7 @@ version = "0.6.5" | |||
1188 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1189 | dependencies = [ | 1171 | dependencies = [ |
1190 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1172 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1173 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1174 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1193 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1175 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1194 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1176 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1206,7 +1188,7 @@ version = "0.7.2" | |||
1206 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1207 | dependencies = [ | 1189 | dependencies = [ |
1208 | "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 | "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1211 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1212 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1281,7 +1263,7 @@ name = "rand_jitter" | |||
1281 | version = "0.1.4" | 1263 | version = "0.1.4" |
1282 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1283 | dependencies = [ | 1265 | dependencies = [ |
1284 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1266 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1285 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1267 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1286 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1268 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1287 | ] | 1269 | ] |
@@ -1293,7 +1275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1293 | dependencies = [ | 1275 | dependencies = [ |
1294 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1295 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1277 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1296 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1278 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1297 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1279 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1298 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1299 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1466,7 +1448,7 @@ dependencies = [ | |||
1466 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1448 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1449 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1450 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1451 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | ] | 1452 | ] |
1471 | 1453 | ||
1472 | [[package]] | 1454 | [[package]] |
@@ -1511,7 +1493,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1511 | dependencies = [ | 1493 | dependencies = [ |
1512 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1494 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1495 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1496 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | ] | 1497 | ] |
1516 | 1498 | ||
1517 | [[package]] | 1499 | [[package]] |
@@ -1531,7 +1513,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1531 | dependencies = [ | 1513 | dependencies = [ |
1532 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1514 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1515 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1516 | "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | ] | 1517 | ] |
1536 | 1518 | ||
1537 | [[package]] | 1519 | [[package]] |
@@ -1570,7 +1552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1570 | dependencies = [ | 1552 | dependencies = [ |
1571 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", | 1553 | "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
1572 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1554 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1573 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1555 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1556 | "psm 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1575 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1557 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1576 | ] | 1558 | ] |
@@ -1582,7 +1564,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1582 | 1564 | ||
1583 | [[package]] | 1565 | [[package]] |
1584 | name = "syn" | 1566 | name = "syn" |
1585 | version = "1.0.8" | 1567 | version = "1.0.11" |
1586 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1587 | dependencies = [ | 1569 | dependencies = [ |
1588 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1596,7 +1578,7 @@ version = "3.1.0" | |||
1596 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1597 | dependencies = [ | 1579 | dependencies = [ |
1598 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1580 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1599 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1581 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1600 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1582 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1601 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1583 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1602 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1584 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1608,7 +1590,7 @@ name = "termios" | |||
1608 | version = "0.3.1" | 1590 | version = "0.3.1" |
1609 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1610 | dependencies = [ | 1592 | dependencies = [ |
1611 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 1593 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1612 | ] | 1594 | ] |
1613 | 1595 | ||
1614 | [[package]] | 1596 | [[package]] |
@@ -1647,16 +1629,6 @@ dependencies = [ | |||
1647 | ] | 1629 | ] |
1648 | 1630 | ||
1649 | [[package]] | 1631 | [[package]] |
1650 | name = "time" | ||
1651 | version = "0.1.42" | ||
1652 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1653 | dependencies = [ | ||
1654 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1655 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1656 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1657 | ] | ||
1658 | |||
1659 | [[package]] | ||
1660 | name = "unicase" | 1632 | name = "unicase" |
1661 | version = "2.6.0" | 1633 | version = "2.6.0" |
1662 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1780,7 +1752,7 @@ dependencies = [ | |||
1780 | name = "xtask" | 1752 | name = "xtask" |
1781 | version = "0.1.0" | 1753 | version = "0.1.0" |
1782 | dependencies = [ | 1754 | dependencies = [ |
1783 | "anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1755 | "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
1784 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1756 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1785 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1757 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1786 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1758 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1797,14 +1769,9 @@ dependencies = [ | |||
1797 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1769 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1798 | ] | 1770 | ] |
1799 | 1771 | ||
1800 | [[package]] | ||
1801 | name = "yansi" | ||
1802 | version = "0.5.0" | ||
1803 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1804 | |||
1805 | [metadata] | 1772 | [metadata] |
1806 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1773 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1807 | "checksum anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1072d8f55592084072d2d3cb23a4b680a8543c00f10d446118e85ad3718142" | 1774 | "checksum anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9267dff192e68f3399525901e709a48c1d3982c9c072fa32f2127a0cb0babf14" |
1808 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1775 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1809 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1776 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1810 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1777 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
@@ -1817,7 +1784,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1817 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" | 1784 | "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
1818 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1785 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1819 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 1786 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1820 | "checksum cargo_metadata 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d2d1617e838936c0d2323a65cc151e03ae19a7678dd24f72bccf27119b90a5d" | 1787 | "checksum cargo_metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "46e3374c604fb39d1a2f35ed5e4a4e30e60d01fab49446e08f1b3e9a90aef202" |
1821 | "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" | 1788 | "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" |
1822 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | 1789 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1823 | "checksum chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" | 1790 | "checksum chalk-derive 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" |
@@ -1826,7 +1793,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1826 | "checksum chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" | 1793 | "checksum chalk-macros 0.1.1 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" |
1827 | "checksum chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" | 1794 | "checksum chalk-rust-ir 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" |
1828 | "checksum chalk-solve 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" | 1795 | "checksum chalk-solve 0.1.0 (git+https://github.com/jackh726/chalk.git?rev=095cd38a4f16337913bba487f2055b9ca0179f30)" = "<none>" |
1829 | "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" | ||
1830 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" | 1796 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" |
1831 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1797 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1832 | "checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" | 1798 | "checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" |
@@ -1842,9 +1808,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1842 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | 1808 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
1843 | "checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" | 1809 | "checksum ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8944dc8fa28ce4a38f778bd46bf7d923fe73eed5a439398507246c8e017e6f36" |
1844 | "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" | 1810 | "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
1811 | "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" | ||
1845 | "checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" | 1812 | "checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" |
1846 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 1813 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
1847 | "checksum flexi_logger 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a13ea6b8a4debecf47bf3966d56db0e21366bc3a3649ba159e1a9e6fdd36a4f4" | ||
1848 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1814 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1849 | "checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53" | 1815 | "checksum format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7aea5a5909a74969507051a3b17adc84737e31a5f910559892aedce026f4d53" |
1850 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 1816 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
@@ -1855,10 +1821,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1855 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1821 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1856 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1822 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1857 | "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" | 1823 | "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
1858 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | ||
1859 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 1824 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
1860 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1825 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1861 | "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" | 1826 | "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" |
1827 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | ||
1862 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1828 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1863 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | 1829 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" |
1864 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1830 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
@@ -1876,7 +1842,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1876 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | 1842 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" |
1877 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 1843 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1878 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 1844 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
1879 | "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" | 1845 | "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
1880 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1846 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1881 | "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" | 1847 | "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" |
1882 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1848 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
@@ -1885,12 +1851,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1885 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1851 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1886 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1852 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1887 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 1853 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1888 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 1854 | "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
1889 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 1855 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
1890 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1856 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1891 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1857 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1892 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" | 1858 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" |
1893 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | ||
1894 | "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" | 1859 | "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" |
1895 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | 1860 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1896 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1861 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
@@ -1956,14 +1921,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1956 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1921 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1957 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 1922 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
1958 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1923 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
1959 | "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" | 1924 | "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" |
1960 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 1925 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
1961 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 1926 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
1962 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 1927 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
1963 | "checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" | 1928 | "checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" |
1964 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1929 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1965 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 1930 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
1966 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | ||
1967 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | 1931 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
1968 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 1932 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1969 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" | 1933 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" |
@@ -1982,4 +1946,3 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1982 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 1946 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1983 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 1947 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
1984 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" | 1948 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |
1985 | "checksum yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" | ||