diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 197 |
1 files changed, 100 insertions, 97 deletions
diff --git a/Cargo.lock b/Cargo.lock index 9502fed45..a61aec4e1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -29,27 +29,26 @@ 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.54 (registry+https://github.com/rust-lang/crates.io-index)", | 32 | "libc 0.2.55 (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 | ] |
36 | 36 | ||
37 | [[package]] | 37 | [[package]] |
38 | name = "autocfg" | 38 | name = "autocfg" |
39 | version = "0.1.2" | 39 | version = "0.1.4" |
40 | source = "registry+https://github.com/rust-lang/crates.io-index" | 40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
41 | 41 | ||
42 | [[package]] | 42 | [[package]] |
43 | name = "backtrace" | 43 | name = "backtrace" |
44 | version = "0.3.15" | 44 | version = "0.3.20" |
45 | source = "registry+https://github.com/rust-lang/crates.io-index" | 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
46 | dependencies = [ | 46 | dependencies = [ |
47 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "autocfg 0.1.4 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "libc 0.2.55 (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)", | ||
53 | ] | 52 | ] |
54 | 53 | ||
55 | [[package]] | 54 | [[package]] |
@@ -57,8 +56,8 @@ name = "backtrace-sys" | |||
57 | version = "0.1.28" | 56 | version = "0.1.28" |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" | 57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
59 | dependencies = [ | 58 | dependencies = [ |
60 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 59 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 60 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | ] | 61 | ] |
63 | 62 | ||
64 | [[package]] | 63 | [[package]] |
@@ -121,7 +120,7 @@ name = "cargo_metadata" | |||
121 | version = "0.7.4" | 120 | version = "0.7.4" |
122 | source = "registry+https://github.com/rust-lang/crates.io-index" | 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
123 | dependencies = [ | 122 | dependencies = [ |
124 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 123 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 124 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 126 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -130,12 +129,12 @@ dependencies = [ | |||
130 | 129 | ||
131 | [[package]] | 130 | [[package]] |
132 | name = "cc" | 131 | name = "cc" |
133 | version = "1.0.36" | 132 | version = "1.0.37" |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
135 | 134 | ||
136 | [[package]] | 135 | [[package]] |
137 | name = "cfg-if" | 136 | name = "cfg-if" |
138 | version = "0.1.7" | 137 | version = "0.1.9" |
139 | source = "registry+https://github.com/rust-lang/crates.io-index" | 138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
140 | 139 | ||
141 | [[package]] | 140 | [[package]] |
@@ -198,8 +197,8 @@ name = "chrono" | |||
198 | version = "0.4.6" | 197 | version = "0.4.6" |
199 | source = "registry+https://github.com/rust-lang/crates.io-index" | 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
200 | dependencies = [ | 199 | dependencies = [ |
201 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | 200 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
202 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 201 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
203 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 202 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
204 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 203 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | ] | 204 | ] |
@@ -230,7 +229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
230 | dependencies = [ | 229 | dependencies = [ |
231 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 233 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | ] | 234 | ] |
236 | 235 | ||
@@ -256,8 +255,8 @@ dependencies = [ | |||
256 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 255 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 256 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
258 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 257 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 258 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 259 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 260 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 261 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 262 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -288,7 +287,7 @@ version = "0.3.1" | |||
288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
289 | dependencies = [ | 288 | dependencies = [ |
290 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 289 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 290 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 291 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
293 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 292 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
294 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 293 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -301,7 +300,7 @@ name = "crossbeam-utils" | |||
301 | version = "0.2.2" | 300 | version = "0.2.2" |
302 | source = "registry+https://github.com/rust-lang/crates.io-index" | 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
303 | dependencies = [ | 302 | dependencies = [ |
304 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 303 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | ] | 304 | ] |
306 | 305 | ||
307 | [[package]] | 306 | [[package]] |
@@ -309,7 +308,7 @@ name = "crossbeam-utils" | |||
309 | version = "0.6.5" | 308 | version = "0.6.5" |
310 | source = "registry+https://github.com/rust-lang/crates.io-index" | 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
311 | dependencies = [ | 310 | dependencies = [ |
312 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 311 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
313 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 312 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | ] | 313 | ] |
315 | 314 | ||
@@ -379,10 +378,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
379 | 378 | ||
380 | [[package]] | 379 | [[package]] |
381 | name = "error-chain" | 380 | name = "error-chain" |
382 | version = "0.12.0" | 381 | version = "0.12.1" |
383 | source = "registry+https://github.com/rust-lang/crates.io-index" | 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
384 | dependencies = [ | 383 | dependencies = [ |
385 | "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 384 | "backtrace 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
386 | ] | 386 | ] |
387 | 387 | ||
388 | [[package]] | 388 | [[package]] |
@@ -390,7 +390,7 @@ name = "failure" | |||
390 | version = "0.1.5" | 390 | version = "0.1.5" |
391 | source = "registry+https://github.com/rust-lang/crates.io-index" | 391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
392 | dependencies = [ | 392 | dependencies = [ |
393 | "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 393 | "backtrace 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", |
394 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 394 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
395 | ] | 395 | ] |
396 | 396 | ||
@@ -402,7 +402,7 @@ dependencies = [ | |||
402 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 402 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
403 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 403 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
404 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 404 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", |
405 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 405 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | ] | 406 | ] |
407 | 407 | ||
408 | [[package]] | 408 | [[package]] |
@@ -415,8 +415,8 @@ name = "filetime" | |||
415 | version = "0.2.5" | 415 | version = "0.2.5" |
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
417 | dependencies = [ | 417 | dependencies = [ |
418 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 418 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
419 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 419 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
420 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 420 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | ] | 421 | ] |
422 | 422 | ||
@@ -427,7 +427,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
427 | 427 | ||
428 | [[package]] | 428 | [[package]] |
429 | name = "flexi_logger" | 429 | name = "flexi_logger" |
430 | version = "0.11.4" | 430 | version = "0.11.5" |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | dependencies = [ | 432 | dependencies = [ |
433 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -455,7 +455,7 @@ name = "fsevent-sys" | |||
455 | version = "2.0.1" | 455 | version = "2.0.1" |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
457 | dependencies = [ | 457 | dependencies = [ |
458 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 458 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | ] | 459 | ] |
460 | 460 | ||
461 | [[package]] | 461 | [[package]] |
@@ -491,7 +491,7 @@ version = "0.2.0" | |||
491 | dependencies = [ | 491 | dependencies = [ |
492 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 492 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
493 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | 494 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 495 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 497 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -521,7 +521,7 @@ name = "heck" | |||
521 | version = "0.3.1" | 521 | version = "0.3.1" |
522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
523 | dependencies = [ | 523 | dependencies = [ |
524 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
525 | ] | 525 | ] |
526 | 526 | ||
527 | [[package]] | 527 | [[package]] |
@@ -552,7 +552,7 @@ dependencies = [ | |||
552 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 553 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 554 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 555 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 556 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | ] | 557 | ] |
558 | 558 | ||
@@ -563,7 +563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
563 | dependencies = [ | 563 | dependencies = [ |
564 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 564 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 565 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | ] | 567 | ] |
568 | 568 | ||
569 | [[package]] | 569 | [[package]] |
@@ -571,7 +571,7 @@ name = "inotify-sys" | |||
571 | version = "0.1.3" | 571 | version = "0.1.3" |
572 | source = "registry+https://github.com/rust-lang/crates.io-index" | 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
573 | dependencies = [ | 573 | dependencies = [ |
574 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 574 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | ] | 575 | ] |
576 | 576 | ||
577 | [[package]] | 577 | [[package]] |
@@ -599,7 +599,7 @@ name = "iovec" | |||
599 | version = "0.1.2" | 599 | version = "0.1.2" |
600 | source = "registry+https://github.com/rust-lang/crates.io-index" | 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
601 | dependencies = [ | 601 | dependencies = [ |
602 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 602 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 603 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
604 | ] | 604 | ] |
605 | 605 | ||
@@ -630,7 +630,7 @@ version = "0.2.0" | |||
630 | source = "registry+https://github.com/rust-lang/crates.io-index" | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
631 | dependencies = [ | 631 | dependencies = [ |
632 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 632 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 633 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | ] | 634 | ] |
635 | 635 | ||
636 | [[package]] | 636 | [[package]] |
@@ -638,9 +638,9 @@ name = "jemalloc-sys" | |||
638 | version = "0.1.8" | 638 | version = "0.1.8" |
639 | source = "registry+https://github.com/rust-lang/crates.io-index" | 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
640 | dependencies = [ | 640 | dependencies = [ |
641 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 641 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
642 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 642 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
643 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
644 | ] | 644 | ] |
645 | 645 | ||
646 | [[package]] | 646 | [[package]] |
@@ -649,7 +649,7 @@ version = "0.1.9" | |||
649 | source = "registry+https://github.com/rust-lang/crates.io-index" | 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
650 | dependencies = [ | 650 | dependencies = [ |
651 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 652 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
653 | ] | 653 | ] |
654 | 654 | ||
655 | [[package]] | 655 | [[package]] |
@@ -683,7 +683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
683 | 683 | ||
684 | [[package]] | 684 | [[package]] |
685 | name = "libc" | 685 | name = "libc" |
686 | version = "0.2.54" | 686 | version = "0.2.55" |
687 | source = "registry+https://github.com/rust-lang/crates.io-index" | 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
688 | 688 | ||
689 | [[package]] | 689 | [[package]] |
@@ -713,7 +713,7 @@ name = "log" | |||
713 | version = "0.4.6" | 713 | version = "0.4.6" |
714 | source = "registry+https://github.com/rust-lang/crates.io-index" | 714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
715 | dependencies = [ | 715 | dependencies = [ |
716 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 716 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | ] | 717 | ] |
718 | 718 | ||
719 | [[package]] | 719 | [[package]] |
@@ -723,7 +723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
723 | dependencies = [ | 723 | dependencies = [ |
724 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 724 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
725 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 725 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
726 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 726 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
727 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 727 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
728 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -753,15 +753,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
753 | 753 | ||
754 | [[package]] | 754 | [[package]] |
755 | name = "mio" | 755 | name = "mio" |
756 | version = "0.6.16" | 756 | version = "0.6.17" |
757 | source = "registry+https://github.com/rust-lang/crates.io-index" | 757 | source = "registry+https://github.com/rust-lang/crates.io-index" |
758 | dependencies = [ | 758 | dependencies = [ |
759 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 759 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 760 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 761 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
762 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 762 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
763 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 763 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | ||
765 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 764 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
767 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -776,7 +775,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
776 | dependencies = [ | 775 | dependencies = [ |
777 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 776 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
778 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
779 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "mio 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", |
780 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | ] | 780 | ] |
782 | 781 | ||
@@ -796,8 +795,8 @@ name = "net2" | |||
796 | version = "0.2.33" | 795 | version = "0.2.33" |
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
798 | dependencies = [ | 797 | dependencies = [ |
799 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 798 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 799 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
801 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | ] | 801 | ] |
803 | 802 | ||
@@ -808,7 +807,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
808 | 807 | ||
809 | [[package]] | 808 | [[package]] |
810 | name = "notify" | 809 | name = "notify" |
811 | version = "4.0.11" | 810 | version = "4.0.12" |
812 | source = "registry+https://github.com/rust-lang/crates.io-index" | 811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
813 | dependencies = [ | 812 | dependencies = [ |
814 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -817,8 +816,8 @@ dependencies = [ | |||
817 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 816 | "fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
818 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 817 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
819 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 818 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 819 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
821 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | 820 | "mio 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -836,23 +835,27 @@ dependencies = [ | |||
836 | 835 | ||
837 | [[package]] | 836 | [[package]] |
838 | name = "num-integer" | 837 | name = "num-integer" |
839 | version = "0.1.39" | 838 | version = "0.1.41" |
840 | source = "registry+https://github.com/rust-lang/crates.io-index" | 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
841 | dependencies = [ | 840 | dependencies = [ |
842 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 841 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
843 | ] | 843 | ] |
844 | 844 | ||
845 | [[package]] | 845 | [[package]] |
846 | name = "num-traits" | 846 | name = "num-traits" |
847 | version = "0.2.6" | 847 | version = "0.2.8" |
848 | source = "registry+https://github.com/rust-lang/crates.io-index" | 848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
849 | dependencies = [ | ||
850 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
851 | ] | ||
849 | 852 | ||
850 | [[package]] | 853 | [[package]] |
851 | name = "num_cpus" | 854 | name = "num_cpus" |
852 | version = "1.10.0" | 855 | version = "1.10.0" |
853 | source = "registry+https://github.com/rust-lang/crates.io-index" | 856 | source = "registry+https://github.com/rust-lang/crates.io-index" |
854 | dependencies = [ | 857 | dependencies = [ |
855 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 858 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
856 | ] | 859 | ] |
857 | 860 | ||
858 | [[package]] | 861 | [[package]] |
@@ -860,7 +863,7 @@ name = "number_prefix" | |||
860 | version = "0.2.8" | 863 | version = "0.2.8" |
861 | source = "registry+https://github.com/rust-lang/crates.io-index" | 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
862 | dependencies = [ | 865 | dependencies = [ |
863 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 866 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
864 | ] | 867 | ] |
865 | 868 | ||
866 | [[package]] | 869 | [[package]] |
@@ -918,7 +921,7 @@ name = "parking_lot_core" | |||
918 | version = "0.4.0" | 921 | version = "0.4.0" |
919 | source = "registry+https://github.com/rust-lang/crates.io-index" | 922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
920 | dependencies = [ | 923 | dependencies = [ |
921 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 924 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
922 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 925 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
923 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 926 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
924 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 927 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -930,9 +933,9 @@ name = "parking_lot_core" | |||
930 | version = "0.5.0" | 933 | version = "0.5.0" |
931 | source = "registry+https://github.com/rust-lang/crates.io-index" | 934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
932 | dependencies = [ | 935 | dependencies = [ |
933 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 936 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 937 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 938 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 939 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 940 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 941 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1010,7 +1013,7 @@ dependencies = [ | |||
1010 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1013 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1014 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1013 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1017 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1018 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1019 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1072,7 +1075,7 @@ version = "0.1.0" | |||
1072 | dependencies = [ | 1075 | dependencies = [ |
1073 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1077 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | "ra_batch 0.1.0", | 1081 | "ra_batch 0.1.0", |
@@ -1115,7 +1118,7 @@ dependencies = [ | |||
1115 | "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1118 | "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1116 | "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1119 | "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1117 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1122 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1123 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1124 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1166,7 +1169,7 @@ dependencies = [ | |||
1166 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1169 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1167 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1170 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1168 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1171 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1169 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1172 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1170 | "gen_lsp_server 0.2.0", | 1173 | "gen_lsp_server 0.2.0", |
1171 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1174 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1172 | "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1175 | "lsp-types 0.57.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1182,7 +1185,7 @@ dependencies = [ | |||
1182 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1185 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1183 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", | 1186 | "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", |
1184 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1187 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 | "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1186 | "test_utils 0.1.0", | 1189 | "test_utils 0.1.0", |
1187 | "thread_worker 0.1.0", | 1190 | "thread_worker 0.1.0", |
1188 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1275,7 +1278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1275 | dependencies = [ | 1278 | dependencies = [ |
1276 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1279 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1277 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1280 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1278 | "notify 4.0.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 | "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1279 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1280 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1281 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1287,8 +1290,8 @@ name = "rand" | |||
1287 | version = "0.6.5" | 1290 | version = "0.6.5" |
1288 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1289 | dependencies = [ | 1292 | dependencies = [ |
1290 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1293 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1291 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1294 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1292 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1295 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1293 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1296 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1294 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1297 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1305,7 +1308,7 @@ name = "rand_chacha" | |||
1305 | version = "0.1.1" | 1308 | version = "0.1.1" |
1306 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1307 | dependencies = [ | 1310 | dependencies = [ |
1308 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1311 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1309 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1312 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1310 | ] | 1313 | ] |
1311 | 1314 | ||
@@ -1343,7 +1346,7 @@ name = "rand_jitter" | |||
1343 | version = "0.1.4" | 1346 | version = "0.1.4" |
1344 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1345 | dependencies = [ | 1348 | dependencies = [ |
1346 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1349 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1347 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1350 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1348 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1351 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1349 | ] | 1352 | ] |
@@ -1355,7 +1358,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1355 | dependencies = [ | 1358 | dependencies = [ |
1356 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1359 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1357 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1360 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1358 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1361 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1359 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1362 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1360 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1363 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1361 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1364 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1366,7 +1369,7 @@ name = "rand_pcg" | |||
1366 | version = "0.1.2" | 1369 | version = "0.1.2" |
1367 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1368 | dependencies = [ | 1371 | dependencies = [ |
1369 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1372 | "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1373 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | ] | 1374 | ] |
1372 | 1375 | ||
@@ -1395,7 +1398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1395 | dependencies = [ | 1398 | dependencies = [ |
1396 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1399 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1397 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1400 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1401 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1399 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1402 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1400 | ] | 1403 | ] |
1401 | 1404 | ||
@@ -1644,9 +1647,9 @@ name = "stacker" | |||
1644 | version = "0.1.5" | 1647 | version = "0.1.5" |
1645 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1646 | dependencies = [ | 1649 | dependencies = [ |
1647 | "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", | 1650 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
1648 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1651 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1649 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1652 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1650 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1653 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1651 | ] | 1654 | ] |
1652 | 1655 | ||
@@ -1672,7 +1675,7 @@ dependencies = [ | |||
1672 | 1675 | ||
1673 | [[package]] | 1676 | [[package]] |
1674 | name = "synstructure" | 1677 | name = "synstructure" |
1675 | version = "0.10.1" | 1678 | version = "0.10.2" |
1676 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1677 | dependencies = [ | 1680 | dependencies = [ |
1678 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1681 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1683,11 +1686,11 @@ dependencies = [ | |||
1683 | 1686 | ||
1684 | [[package]] | 1687 | [[package]] |
1685 | name = "tempfile" | 1688 | name = "tempfile" |
1686 | version = "3.0.7" | 1689 | version = "3.0.8" |
1687 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1688 | dependencies = [ | 1691 | dependencies = [ |
1689 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1692 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1690 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1693 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1691 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1694 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1695 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1693 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1696 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1700,7 +1703,7 @@ version = "0.11.20" | |||
1700 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1701 | dependencies = [ | 1704 | dependencies = [ |
1702 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1705 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1703 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1706 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1704 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1707 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1705 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1708 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1706 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1709 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1730,7 +1733,7 @@ name = "termion" | |||
1730 | version = "1.5.2" | 1733 | version = "1.5.2" |
1731 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1732 | dependencies = [ | 1735 | dependencies = [ |
1733 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1736 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1734 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1737 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1735 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1738 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1736 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1739 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1741,7 +1744,7 @@ name = "termios" | |||
1741 | version = "0.3.1" | 1744 | version = "0.3.1" |
1742 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1743 | dependencies = [ | 1746 | dependencies = [ |
1744 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1747 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1745 | ] | 1748 | ] |
1746 | 1749 | ||
1747 | [[package]] | 1750 | [[package]] |
@@ -1799,7 +1802,7 @@ name = "time" | |||
1799 | version = "0.1.42" | 1802 | version = "0.1.42" |
1800 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1801 | dependencies = [ | 1804 | dependencies = [ |
1802 | "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1805 | "libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)", |
1803 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1806 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1804 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1807 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1805 | ] | 1808 | ] |
@@ -1900,7 +1903,7 @@ dependencies = [ | |||
1900 | 1903 | ||
1901 | [[package]] | 1904 | [[package]] |
1902 | name = "unicode-segmentation" | 1905 | name = "unicode-segmentation" |
1903 | version = "1.2.1" | 1906 | version = "1.3.0" |
1904 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1905 | 1908 | ||
1906 | [[package]] | 1909 | [[package]] |
@@ -2025,8 +2028,8 @@ dependencies = [ | |||
2025 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 2028 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
2026 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | 2029 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
2027 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 2030 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
2028 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" | 2031 | "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" |
2029 | "checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637" | 2032 | "checksum backtrace 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "45934a579eff9fd0ff637ac376a4bd134f47f8fc603f0b211d696b54d61e35f1" |
2030 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" | 2033 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
2031 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | 2034 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
2032 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 2035 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
@@ -2037,8 +2040,8 @@ dependencies = [ | |||
2037 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | 2040 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
2038 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 2041 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
2039 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" | 2042 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" |
2040 | "checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" | 2043 | "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" |
2041 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" | 2044 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
2042 | "checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" | 2045 | "checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" |
2043 | "checksum chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" | 2046 | "checksum chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" |
2044 | "checksum chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" | 2047 | "checksum chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" |
@@ -2066,13 +2069,13 @@ dependencies = [ | |||
2066 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" | 2069 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" |
2067 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 2070 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
2068 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | 2071 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
2069 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" | 2072 | "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
2070 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | 2073 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
2071 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | 2074 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
2072 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 2075 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
2073 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" | 2076 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" |
2074 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 2077 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
2075 | "checksum flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "73de04baa435682b03677bb28f7b3e9d72b0489a551da5ba413c9b29f7979a19" | 2078 | "checksum flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ce5e9a2e15c8eb8dcf35565b92b9548e4787b9990528f1ef49d09e20bbeee5a7" |
2076 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 2079 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
2077 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" | 2080 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" |
2078 | "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" | 2081 | "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" |
@@ -2103,7 +2106,7 @@ dependencies = [ | |||
2103 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | 2106 | "checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" |
2104 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | 2107 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
2105 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 2108 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
2106 | "checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" | 2109 | "checksum libc 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)" = "42914d39aad277d9e176efbdad68acb1d5443ab65afe0e0e4f0d49352a950880" |
2107 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 2110 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
2108 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 2111 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
2109 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" | 2112 | "checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff" |
@@ -2113,15 +2116,15 @@ dependencies = [ | |||
2113 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 2116 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
2114 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 2117 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
2115 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 2118 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
2116 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" | 2119 | "checksum mio 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "049ba5ca2b63e837adeee724aa9e36b408ed593529dcc802aa96ca14bd329bdf" |
2117 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 2120 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
2118 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 2121 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
2119 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 2122 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
2120 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | 2123 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
2121 | "checksum notify 4.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ceb1a496a81dd6125f68ce772b41b83efe89a54d21768ed6d0c33c95832604e6" | 2124 | "checksum notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3572d71f13ea8ed41867accd971fd564aa75934cf7a1fae03ddb8c74a8a49943" |
2122 | "checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" | 2125 | "checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" |
2123 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | 2126 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
2124 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | 2127 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
2125 | "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" | 2128 | "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" |
2126 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" | 2129 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" |
2127 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" | 2130 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
@@ -2190,8 +2193,8 @@ dependencies = [ | |||
2190 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2193 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2191 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2194 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2192 | "checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe" | 2195 | "checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe" |
2193 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 2196 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2194 | "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" | 2197 | "checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" |
2195 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2198 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
2196 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | 2199 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" |
2197 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" | 2200 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
@@ -2213,7 +2216,7 @@ dependencies = [ | |||
2213 | "checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6" | 2216 | "checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6" |
2214 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 2217 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2215 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | 2218 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
2216 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 2219 | "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
2217 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 2220 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
2218 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 2221 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2219 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | 2222 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |