diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 211 |
1 files changed, 109 insertions, 102 deletions
diff --git a/Cargo.lock b/Cargo.lock index b7489fda5..1465268b2 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -30,7 +30,7 @@ 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.58 (registry+https://github.com/rust-lang/crates.io-index)", | 32 | "libc 0.2.58 (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.3 (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 | ||
@@ -65,7 +65,7 @@ name = "base64" | |||
65 | version = "0.10.1" | 65 | version = "0.10.1" |
66 | source = "registry+https://github.com/rust-lang/crates.io-index" | 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
67 | dependencies = [ | 67 | dependencies = [ |
68 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 68 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | ] | 69 | ] |
70 | 70 | ||
71 | [[package]] | 71 | [[package]] |
@@ -93,7 +93,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
93 | dependencies = [ | 93 | dependencies = [ |
94 | "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 94 | "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
95 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 95 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
96 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 96 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
97 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 97 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
98 | ] | 98 | ] |
99 | 99 | ||
@@ -112,15 +112,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
112 | 112 | ||
113 | [[package]] | 113 | [[package]] |
114 | name = "byteorder" | 114 | name = "byteorder" |
115 | version = "1.3.1" | 115 | version = "1.3.2" |
116 | source = "registry+https://github.com/rust-lang/crates.io-index" | 116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
117 | 117 | ||
118 | [[package]] | 118 | [[package]] |
119 | name = "cargo_metadata" | 119 | name = "cargo_metadata" |
120 | version = "0.7.4" | 120 | version = "0.8.0" |
121 | source = "registry+https://github.com/rust-lang/crates.io-index" | 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
122 | dependencies = [ | 122 | dependencies = [ |
123 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 123 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | "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)", |
125 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 126 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -248,7 +248,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
248 | 248 | ||
249 | [[package]] | 249 | [[package]] |
250 | name = "console" | 250 | name = "console" |
251 | version = "0.7.5" | 251 | version = "0.7.7" |
252 | source = "registry+https://github.com/rust-lang/crates.io-index" | 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
253 | dependencies = [ | 253 | dependencies = [ |
254 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 254 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -257,7 +257,7 @@ dependencies = [ | |||
257 | "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)", |
258 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 258 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 259 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 260 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | "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)", |
262 | "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)", |
263 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 263 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -269,38 +269,37 @@ version = "0.3.8" | |||
269 | source = "registry+https://github.com/rust-lang/crates.io-index" | 269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
270 | dependencies = [ | 270 | dependencies = [ |
271 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 271 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 272 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | ] | 273 | ] |
274 | 274 | ||
275 | [[package]] | 275 | [[package]] |
276 | name = "crossbeam-deque" | 276 | name = "crossbeam-deque" |
277 | version = "0.2.0" | 277 | version = "0.6.3" |
278 | source = "registry+https://github.com/rust-lang/crates.io-index" | 278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
279 | dependencies = [ | 279 | dependencies = [ |
280 | "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 280 | "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 281 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | ] | 282 | ] |
283 | 283 | ||
284 | [[package]] | 284 | [[package]] |
285 | name = "crossbeam-epoch" | 285 | name = "crossbeam-epoch" |
286 | version = "0.3.1" | 286 | version = "0.7.1" |
287 | source = "registry+https://github.com/rust-lang/crates.io-index" | 287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
288 | dependencies = [ | 288 | dependencies = [ |
289 | "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)", |
290 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 290 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 291 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | "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)", |
293 | "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)", |
294 | "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
295 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 294 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
296 | ] | 295 | ] |
297 | 296 | ||
298 | [[package]] | 297 | [[package]] |
299 | name = "crossbeam-utils" | 298 | name = "crossbeam-queue" |
300 | version = "0.2.2" | 299 | version = "0.1.2" |
301 | source = "registry+https://github.com/rust-lang/crates.io-index" | 300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
302 | dependencies = [ | 301 | dependencies = [ |
303 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 302 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | ] | 303 | ] |
305 | 304 | ||
306 | [[package]] | 305 | [[package]] |
@@ -319,7 +318,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
319 | dependencies = [ | 318 | dependencies = [ |
320 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 319 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 320 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
322 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 321 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | ] | 322 | ] |
324 | 323 | ||
325 | [[package]] | 324 | [[package]] |
@@ -365,7 +364,7 @@ dependencies = [ | |||
365 | 364 | ||
366 | [[package]] | 365 | [[package]] |
367 | name = "ena" | 366 | name = "ena" |
368 | version = "0.11.0" | 367 | version = "0.13.0" |
369 | source = "registry+https://github.com/rust-lang/crates.io-index" | 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
370 | dependencies = [ | 369 | dependencies = [ |
371 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 370 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -401,7 +400,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
401 | dependencies = [ | 400 | dependencies = [ |
402 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 401 | "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)", | 402 | "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)", | 403 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
405 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | 404 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | ] | 405 | ] |
407 | 406 | ||
@@ -427,13 +426,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
427 | 426 | ||
428 | [[package]] | 427 | [[package]] |
429 | name = "flexi_logger" | 428 | name = "flexi_logger" |
430 | version = "0.11.5" | 429 | version = "0.13.2" |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | dependencies = [ | 431 | dependencies = [ |
433 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 434 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
437 | ] | 437 | ] |
438 | 438 | ||
439 | [[package]] | 439 | [[package]] |
@@ -463,7 +463,7 @@ name = "fst" | |||
463 | version = "0.3.3" | 463 | version = "0.3.3" |
464 | source = "registry+https://github.com/rust-lang/crates.io-index" | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
465 | dependencies = [ | 465 | dependencies = [ |
466 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 466 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
467 | ] | 467 | ] |
468 | 468 | ||
469 | [[package]] | 469 | [[package]] |
@@ -490,7 +490,7 @@ name = "gen_lsp_server" | |||
490 | version = "0.2.0" | 490 | 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 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 494 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", | 495 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -548,11 +548,11 @@ name = "indicatif" | |||
548 | version = "0.11.0" | 548 | version = "0.11.0" |
549 | source = "registry+https://github.com/rust-lang/crates.io-index" | 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
550 | dependencies = [ | 550 | dependencies = [ |
551 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 551 | "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
552 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 553 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 554 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 555 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | ] | 556 | ] |
557 | 557 | ||
558 | [[package]] | 558 | [[package]] |
@@ -580,7 +580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
580 | dependencies = [ | 580 | dependencies = [ |
581 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 581 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
582 | "ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 582 | "ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
583 | "console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 583 | "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
584 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 584 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
585 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 585 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
586 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 586 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -809,7 +809,7 @@ dependencies = [ | |||
809 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 809 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
810 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 810 | "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | ] | 814 | ] |
815 | 815 | ||
@@ -820,7 +820,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
820 | dependencies = [ | 820 | dependencies = [ |
821 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 822 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 823 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | ] | 824 | ] |
825 | 825 | ||
826 | [[package]] | 826 | [[package]] |
@@ -842,7 +842,7 @@ dependencies = [ | |||
842 | 842 | ||
843 | [[package]] | 843 | [[package]] |
844 | name = "num_cpus" | 844 | name = "num_cpus" |
845 | version = "1.10.0" | 845 | version = "1.10.1" |
846 | source = "registry+https://github.com/rust-lang/crates.io-index" | 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
847 | dependencies = [ | 847 | dependencies = [ |
848 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 848 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -901,7 +901,7 @@ dependencies = [ | |||
901 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 901 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 902 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 903 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
904 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 904 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
905 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 905 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | ] | 906 | ] |
907 | 907 | ||
@@ -936,7 +936,7 @@ dependencies = [ | |||
936 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 936 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 937 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 938 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 939 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
940 | ] | 940 | ] |
941 | 941 | ||
942 | [[package]] | 942 | [[package]] |
@@ -968,19 +968,19 @@ dependencies = [ | |||
968 | 968 | ||
969 | [[package]] | 969 | [[package]] |
970 | name = "proptest" | 970 | name = "proptest" |
971 | version = "0.9.3" | 971 | version = "0.9.4" |
972 | source = "registry+https://github.com/rust-lang/crates.io-index" | 972 | source = "registry+https://github.com/rust-lang/crates.io-index" |
973 | dependencies = [ | 973 | dependencies = [ |
974 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 974 | "bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
975 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
976 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 976 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
977 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
978 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 978 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 979 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 980 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
981 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | ] | 984 | ] |
985 | 985 | ||
986 | [[package]] | 986 | [[package]] |
@@ -1026,7 +1026,7 @@ dependencies = [ | |||
1026 | "ra_ide_api 0.1.0", | 1026 | "ra_ide_api 0.1.0", |
1027 | "ra_project_model 0.1.0", | 1027 | "ra_project_model 0.1.0", |
1028 | "ra_syntax 0.1.0", | 1028 | "ra_syntax 0.1.0", |
1029 | "ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | "test_utils 0.1.0", | 1031 | "test_utils 0.1.0", |
1032 | ] | 1032 | ] |
@@ -1036,7 +1036,7 @@ name = "ra_cli" | |||
1036 | version = "0.1.0" | 1036 | version = "0.1.0" |
1037 | dependencies = [ | 1037 | dependencies = [ |
1038 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | "ra_batch 0.1.0", | 1042 | "ra_batch 0.1.0", |
@@ -1076,8 +1076,8 @@ dependencies = [ | |||
1076 | "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1076 | "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1077 | "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1077 | "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1078 | "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1078 | "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1079 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1082 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1083 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1106,7 +1106,7 @@ dependencies = [ | |||
1106 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1107 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "ra_assists 0.1.0", | 1110 | "ra_assists 0.1.0", |
1111 | "ra_db 0.1.0", | 1111 | "ra_db 0.1.0", |
1112 | "ra_fmt 0.1.0", | 1112 | "ra_fmt 0.1.0", |
@@ -1115,7 +1115,7 @@ dependencies = [ | |||
1115 | "ra_syntax 0.1.0", | 1115 | "ra_syntax 0.1.0", |
1116 | "ra_text_edit 0.1.0", | 1116 | "ra_text_edit 0.1.0", |
1117 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1117 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 | "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1118 | "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1119 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1121 | "superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1128,7 +1128,7 @@ name = "ra_lsp_server" | |||
1128 | version = "0.1.0" | 1128 | version = "0.1.0" |
1129 | dependencies = [ | 1129 | dependencies = [ |
1130 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1130 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1131 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | "gen_lsp_server 0.2.0", | 1132 | "gen_lsp_server 0.2.0", |
1133 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1139,7 +1139,7 @@ dependencies = [ | |||
1139 | "ra_project_model 0.1.0", | 1139 | "ra_project_model 0.1.0", |
1140 | "ra_syntax 0.1.0", | 1140 | "ra_syntax 0.1.0", |
1141 | "ra_text_edit 0.1.0", | 1141 | "ra_text_edit 0.1.0", |
1142 | "ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1143 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1144 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1144 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 1145 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1161,7 +1161,7 @@ dependencies = [ | |||
1161 | "ra_syntax 0.1.0", | 1161 | "ra_syntax 0.1.0", |
1162 | "ra_tt 0.1.0", | 1162 | "ra_tt 0.1.0", |
1163 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1163 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1164 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1164 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1165 | ] | 1165 | ] |
1166 | 1166 | ||
1167 | [[package]] | 1167 | [[package]] |
@@ -1184,7 +1184,7 @@ dependencies = [ | |||
1184 | name = "ra_project_model" | 1184 | name = "ra_project_model" |
1185 | version = "0.1.0" | 1185 | version = "0.1.0" |
1186 | dependencies = [ | 1186 | dependencies = [ |
1187 | "cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1187 | "cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1189 | "ra_arena 0.1.0", | 1189 | "ra_arena 0.1.0", |
1190 | "ra_db 0.1.0", | 1190 | "ra_db 0.1.0", |
@@ -1193,7 +1193,7 @@ dependencies = [ | |||
1193 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 1193 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1194 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1195 | "test_utils 0.1.0", | 1195 | "test_utils 0.1.0", |
1196 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1196 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1197 | ] | 1197 | ] |
1198 | 1198 | ||
1199 | [[package]] | 1199 | [[package]] |
@@ -1205,19 +1205,19 @@ dependencies = [ | |||
1205 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1205 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1206 | "ra_parser 0.1.0", | 1206 | "ra_parser 0.1.0", |
1207 | "ra_text_edit 0.1.0", | 1207 | "ra_text_edit 0.1.0", |
1208 | "rowan 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1208 | "rowan 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1209 | "smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | "test_utils 0.1.0", | 1210 | "test_utils 0.1.0", |
1211 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1211 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1212 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1212 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1213 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1213 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1214 | ] | 1214 | ] |
1215 | 1215 | ||
1216 | [[package]] | 1216 | [[package]] |
1217 | name = "ra_text_edit" | 1217 | name = "ra_text_edit" |
1218 | version = "0.1.0" | 1218 | version = "0.1.0" |
1219 | dependencies = [ | 1219 | dependencies = [ |
1220 | "proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 | "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | "test_utils 0.1.0", | 1221 | "test_utils 0.1.0", |
1222 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1222 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1223 | ] | 1223 | ] |
@@ -1229,7 +1229,7 @@ dependencies = [ | |||
1229 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1229 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1230 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1230 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1231 | "teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1231 | "teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1232 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1232 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1233 | ] | 1233 | ] |
1234 | 1234 | ||
1235 | [[package]] | 1235 | [[package]] |
@@ -1241,7 +1241,7 @@ dependencies = [ | |||
1241 | 1241 | ||
1242 | [[package]] | 1242 | [[package]] |
1243 | name = "ra_vfs" | 1243 | name = "ra_vfs" |
1244 | version = "0.2.4" | 1244 | version = "0.2.5" |
1245 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1246 | dependencies = [ | 1246 | dependencies = [ |
1247 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1247 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1250,7 +1250,7 @@ dependencies = [ | |||
1250 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1250 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1251 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1251 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1252 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1252 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1253 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1253 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1254 | ] | 1254 | ] |
1255 | 1255 | ||
1256 | [[package]] | 1256 | [[package]] |
@@ -1351,23 +1351,24 @@ dependencies = [ | |||
1351 | 1351 | ||
1352 | [[package]] | 1352 | [[package]] |
1353 | name = "rayon" | 1353 | name = "rayon" |
1354 | version = "1.0.3" | 1354 | version = "1.1.0" |
1355 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1356 | dependencies = [ | 1356 | dependencies = [ |
1357 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1357 | "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1358 | "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1358 | "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1359 | "rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1359 | "rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1360 | ] | 1360 | ] |
1361 | 1361 | ||
1362 | [[package]] | 1362 | [[package]] |
1363 | name = "rayon-core" | 1363 | name = "rayon-core" |
1364 | version = "1.4.1" | 1364 | version = "1.5.0" |
1365 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1366 | dependencies = [ | 1366 | dependencies = [ |
1367 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 | "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1369 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1368 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 | "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1371 | ] | 1372 | ] |
1372 | 1373 | ||
1373 | [[package]] | 1374 | [[package]] |
@@ -1393,19 +1394,19 @@ dependencies = [ | |||
1393 | 1394 | ||
1394 | [[package]] | 1395 | [[package]] |
1395 | name = "regex" | 1396 | name = "regex" |
1396 | version = "1.1.6" | 1397 | version = "1.1.7" |
1397 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1398 | dependencies = [ | 1399 | dependencies = [ |
1399 | "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1400 | "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1400 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1401 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1401 | "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1402 | "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1402 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1403 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1403 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1404 | "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1404 | ] | 1405 | ] |
1405 | 1406 | ||
1406 | [[package]] | 1407 | [[package]] |
1407 | name = "regex-syntax" | 1408 | name = "regex-syntax" |
1408 | version = "0.6.6" | 1409 | version = "0.6.7" |
1409 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1410 | dependencies = [ | 1411 | dependencies = [ |
1411 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1412 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1418,7 +1419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1418 | 1419 | ||
1419 | [[package]] | 1420 | [[package]] |
1420 | name = "remove_dir_all" | 1421 | name = "remove_dir_all" |
1421 | version = "0.5.1" | 1422 | version = "0.5.2" |
1422 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1423 | dependencies = [ | 1424 | dependencies = [ |
1424 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1425 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1436,7 +1437,7 @@ dependencies = [ | |||
1436 | 1437 | ||
1437 | [[package]] | 1438 | [[package]] |
1438 | name = "rowan" | 1439 | name = "rowan" |
1439 | version = "0.5.2" | 1440 | version = "0.5.4" |
1440 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1441 | dependencies = [ | 1442 | dependencies = [ |
1442 | "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1443 | "colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1455,7 +1456,7 @@ name = "rustc-hash" | |||
1455 | version = "1.0.1" | 1456 | version = "1.0.1" |
1456 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1457 | dependencies = [ | 1458 | dependencies = [ |
1458 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1459 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1459 | ] | 1460 | ] |
1460 | 1461 | ||
1461 | [[package]] | 1462 | [[package]] |
@@ -1484,7 +1485,7 @@ dependencies = [ | |||
1484 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1485 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1485 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1486 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1486 | "salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1487 | "salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1487 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1488 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1488 | ] | 1489 | ] |
1489 | 1490 | ||
1490 | [[package]] | 1491 | [[package]] |
@@ -1495,7 +1496,7 @@ dependencies = [ | |||
1495 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1496 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1496 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1497 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1497 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1498 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1498 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 1499 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
1499 | ] | 1500 | ] |
1500 | 1501 | ||
1501 | [[package]] | 1502 | [[package]] |
@@ -1545,7 +1546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1545 | dependencies = [ | 1546 | dependencies = [ |
1546 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1547 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1547 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1548 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1548 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 1549 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
1549 | ] | 1550 | ] |
1550 | 1551 | ||
1551 | [[package]] | 1552 | [[package]] |
@@ -1595,7 +1596,7 @@ dependencies = [ | |||
1595 | 1596 | ||
1596 | [[package]] | 1597 | [[package]] |
1597 | name = "smallvec" | 1598 | name = "smallvec" |
1598 | version = "0.6.9" | 1599 | version = "0.6.10" |
1599 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1600 | 1601 | ||
1601 | [[package]] | 1602 | [[package]] |
@@ -1629,7 +1630,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1629 | 1630 | ||
1630 | [[package]] | 1631 | [[package]] |
1631 | name = "syn" | 1632 | name = "syn" |
1632 | version = "0.15.34" | 1633 | version = "0.15.36" |
1633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1634 | dependencies = [ | 1635 | dependencies = [ |
1635 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1636 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1644,7 +1645,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1644 | dependencies = [ | 1645 | dependencies = [ |
1645 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1646 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1646 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1647 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1647 | "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", | 1648 | "syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)", |
1648 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1649 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1649 | ] | 1650 | ] |
1650 | 1651 | ||
@@ -1657,7 +1658,7 @@ dependencies = [ | |||
1657 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 1658 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1658 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1659 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1659 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1660 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1660 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1661 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1661 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1662 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1662 | ] | 1663 | ] |
1663 | 1664 | ||
@@ -1673,7 +1674,7 @@ dependencies = [ | |||
1673 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1674 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1674 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1675 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1675 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1676 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1676 | "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1677 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1677 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 1678 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
1678 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1679 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1679 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1680 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1693,7 +1694,7 @@ dependencies = [ | |||
1693 | 1694 | ||
1694 | [[package]] | 1695 | [[package]] |
1695 | name = "termion" | 1696 | name = "termion" |
1696 | version = "1.5.2" | 1697 | version = "1.5.3" |
1697 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1698 | dependencies = [ | 1699 | dependencies = [ |
1699 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 1700 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1757,7 +1758,7 @@ name = "threadpool" | |||
1757 | version = "1.7.1" | 1758 | version = "1.7.1" |
1758 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1759 | dependencies = [ | 1760 | dependencies = [ |
1760 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1761 | "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1761 | ] | 1762 | ] |
1762 | 1763 | ||
1763 | [[package]] | 1764 | [[package]] |
@@ -1850,7 +1851,7 @@ name = "unicode-normalization" | |||
1850 | version = "0.1.8" | 1851 | version = "0.1.8" |
1851 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1852 | dependencies = [ | 1853 | dependencies = [ |
1853 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1854 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1854 | ] | 1855 | ] |
1855 | 1856 | ||
1856 | [[package]] | 1857 | [[package]] |
@@ -1889,7 +1890,7 @@ dependencies = [ | |||
1889 | 1890 | ||
1890 | [[package]] | 1891 | [[package]] |
1891 | name = "utf8-ranges" | 1892 | name = "utf8-ranges" |
1892 | version = "1.0.2" | 1893 | version = "1.0.3" |
1893 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1894 | 1895 | ||
1895 | [[package]] | 1896 | [[package]] |
@@ -1913,7 +1914,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1913 | 1914 | ||
1914 | [[package]] | 1915 | [[package]] |
1915 | name = "walkdir" | 1916 | name = "walkdir" |
1916 | version = "2.2.7" | 1917 | version = "2.2.8" |
1917 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1918 | dependencies = [ | 1919 | dependencies = [ |
1919 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1920 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1975,6 +1976,11 @@ dependencies = [ | |||
1975 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1976 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1976 | ] | 1977 | ] |
1977 | 1978 | ||
1979 | [[package]] | ||
1980 | name = "yansi" | ||
1981 | version = "0.5.0" | ||
1982 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1983 | |||
1978 | [metadata] | 1984 | [metadata] |
1979 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" | 1985 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
1980 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1986 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
@@ -1990,8 +1996,8 @@ dependencies = [ | |||
1990 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" | 1996 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
1991 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" | 1997 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
1992 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | 1998 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
1993 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 1999 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1994 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" | 2000 | "checksum cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a" |
1995 | "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" | 2001 | "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" |
1996 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 2002 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
1997 | "checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" | 2003 | "checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" |
@@ -2005,11 +2011,11 @@ dependencies = [ | |||
2005 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" | 2011 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" |
2006 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 2012 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
2007 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" | 2013 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" |
2008 | "checksum console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf3720d3f3fc30b721ef1ae54e13af3264af4af39dc476a8de56a6ee1e2184b" | 2014 | "checksum console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" |
2009 | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" | 2015 | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" |
2010 | "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" | 2016 | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" |
2011 | "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" | 2017 | "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" |
2012 | "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" | 2018 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
2013 | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" | 2019 | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" |
2014 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" | 2020 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" |
2015 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" | 2021 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
@@ -2019,7 +2025,7 @@ dependencies = [ | |||
2019 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" | 2025 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
2020 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" | 2026 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
2021 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" | 2027 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" |
2022 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 2028 | "checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87" |
2023 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | 2029 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
2024 | "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" | 2030 | "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
2025 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | 2031 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
@@ -2027,7 +2033,7 @@ dependencies = [ | |||
2027 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 2033 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
2028 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" | 2034 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" |
2029 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 2035 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
2030 | "checksum flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ce5e9a2e15c8eb8dcf35565b92b9548e4787b9990528f1ef49d09e20bbeee5a7" | 2036 | "checksum flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e651f7ca90e082144feeb1b158603457d6704ba96b87530ba135bb55306064b1" |
2031 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 2037 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
2032 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" | 2038 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" |
2033 | "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" | 2039 | "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" |
@@ -2076,7 +2082,7 @@ dependencies = [ | |||
2076 | "checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" | 2082 | "checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2" |
2077 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 2083 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
2078 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 2084 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
2079 | "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" | 2085 | "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
2080 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" | 2086 | "checksum number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf9993e59c894e3c08aa1c2712914e9e6bf1fcbfc6bef283e2183df345a4fee" |
2081 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" | 2087 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
2082 | "checksum once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c7118943e044e53fb4f0400ba153201e7b3e1ee61f137d47aa45367223caa19" | 2088 | "checksum once_cell 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c7118943e044e53fb4f0400ba153201e7b3e1ee61f137d47aa45367223caa19" |
@@ -2091,10 +2097,10 @@ dependencies = [ | |||
2091 | "checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" | 2097 | "checksum pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f249ea6de7c7b7aba92b4ff4376a994c6dbd98fd2166c89d5c4947397ecb574d" |
2092 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 2098 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
2093 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | 2099 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
2094 | "checksum proptest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2afed8cbdc8a64b58a5c021757a782351ec1afee85be374872721c84d5da5d80" | 2100 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
2095 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 2101 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
2096 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" | 2102 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
2097 | "checksum ra_vfs 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "70927388fff29059b93221d2bad05167788a41cbf1302504f9ed5918d0654ce8" | 2103 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" |
2098 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2104 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
2099 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 2105 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
2100 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 2106 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
@@ -2105,17 +2111,17 @@ dependencies = [ | |||
2105 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | 2111 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
2106 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | 2112 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
2107 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | 2113 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
2108 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 2114 | "checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4" |
2109 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 2115 | "checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2" |
2110 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 2116 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
2111 | "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" | 2117 | "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" |
2112 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 2118 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
2113 | "checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" | 2119 | "checksum regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd" |
2114 | "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" | 2120 | "checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48" |
2115 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 2121 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
2116 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 2122 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
2117 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" | 2123 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" |
2118 | "checksum rowan 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbbf724d1e1f30669766ffc7e2490cd942d3b792367c12f9b00852b506b659f9" | 2124 | "checksum rowan 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "695dbacb8b8e077caf0cdeb65b0fe0c27bd99a9b7bf5f6467681c4c94cbe6133" |
2119 | "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" | 2125 | "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" |
2120 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 2126 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
2121 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 2127 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
@@ -2134,17 +2140,17 @@ dependencies = [ | |||
2134 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2140 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
2135 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2141 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2136 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 2142 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
2137 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" | 2143 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
2138 | "checksum smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e6507d018aa8dfcaa08aaab587605591cd2109df66a921486a2220e2daf9fa29" | 2144 | "checksum smol_str 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e6507d018aa8dfcaa08aaab587605591cd2109df66a921486a2220e2daf9fa29" |
2139 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2145 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
2140 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2146 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2141 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2147 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2142 | "checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe" | 2148 | "checksum syn 0.15.36 (registry+https://github.com/rust-lang/crates.io-index)" = "8b4f551a91e2e3848aeef8751d0d4eec9489b6474c720fd4c55958d8d31a430c" |
2143 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 2149 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2144 | "checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" | 2150 | "checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" |
2145 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2151 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
2146 | "checksum teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a447d012fef5c222f4b11a98fcef2a7e347a57f28be9957c5c390ac9a0e41e0" | 2152 | "checksum teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a447d012fef5c222f4b11a98fcef2a7e347a57f28be9957c5c390ac9a0e41e0" |
2147 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" | 2153 | "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |
2148 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2154 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2149 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 2155 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
2150 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 2156 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
@@ -2168,11 +2174,11 @@ dependencies = [ | |||
2168 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 2174 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2169 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | 2175 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
2170 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" | 2176 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
2171 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | 2177 | "checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde" |
2172 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" | 2178 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
2173 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 2179 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
2174 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 2180 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2175 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" | 2181 | "checksum walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c7904a7e2bb3cdf0cf5e783f44204a85a37a93151738fa349f06680f59a98b45" |
2176 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 2182 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
2177 | "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" | 2183 | "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
2178 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 2184 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
@@ -2181,3 +2187,4 @@ dependencies = [ | |||
2181 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 2187 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2182 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 2188 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
2183 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" | 2189 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |
2190 | "checksum yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" | ||