diff options
-rw-r--r-- | Cargo.lock | 238 |
1 files changed, 119 insertions, 119 deletions
diff --git a/Cargo.lock b/Cargo.lock index a14312821..0400c6a94 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -2,7 +2,7 @@ | |||
2 | # It is not intended for manual editing. | 2 | # It is not intended for manual editing. |
3 | [[package]] | 3 | [[package]] |
4 | name = "aho-corasick" | 4 | name = "aho-corasick" |
5 | version = "0.6.10" | 5 | version = "0.7.3" |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | dependencies = [ | 7 | dependencies = [ |
8 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -13,7 +13,7 @@ name = "ansi_term" | |||
13 | version = "0.11.0" | 13 | version = "0.11.0" |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | dependencies = [ | 15 | dependencies = [ |
16 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 16 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
17 | ] | 17 | ] |
18 | 18 | ||
19 | [[package]] | 19 | [[package]] |
@@ -34,9 +34,9 @@ name = "atty" | |||
34 | version = "0.2.11" | 34 | version = "0.2.11" |
35 | source = "registry+https://github.com/rust-lang/crates.io-index" | 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
36 | dependencies = [ | 36 | dependencies = [ |
37 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 37 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 38 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
39 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 39 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
40 | ] | 40 | ] |
41 | 41 | ||
42 | [[package]] | 42 | [[package]] |
@@ -46,15 +46,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
46 | 46 | ||
47 | [[package]] | 47 | [[package]] |
48 | name = "backtrace" | 48 | name = "backtrace" |
49 | version = "0.3.14" | 49 | version = "0.3.15" |
50 | source = "registry+https://github.com/rust-lang/crates.io-index" | 50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
51 | dependencies = [ | 51 | dependencies = [ |
52 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 52 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 56 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 57 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | ] | 58 | ] |
59 | 59 | ||
60 | [[package]] | 60 | [[package]] |
@@ -62,8 +62,8 @@ name = "backtrace-sys" | |||
62 | version = "0.1.28" | 62 | version = "0.1.28" |
63 | source = "registry+https://github.com/rust-lang/crates.io-index" | 63 | source = "registry+https://github.com/rust-lang/crates.io-index" |
64 | dependencies = [ | 64 | dependencies = [ |
65 | "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", | 65 | "cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 66 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | ] | 67 | ] |
68 | 68 | ||
69 | [[package]] | 69 | [[package]] |
@@ -123,14 +123,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
123 | dependencies = [ | 123 | dependencies = [ |
124 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 124 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 126 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 127 | "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
128 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 128 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | ] | 129 | ] |
130 | 130 | ||
131 | [[package]] | 131 | [[package]] |
132 | name = "cc" | 132 | name = "cc" |
133 | version = "1.0.31" | 133 | version = "1.0.34" |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
135 | 135 | ||
136 | [[package]] | 136 | [[package]] |
@@ -145,7 +145,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
145 | dependencies = [ | 145 | dependencies = [ |
146 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | 146 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 147 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 148 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 149 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
150 | ] | 150 | ] |
151 | 151 | ||
@@ -175,8 +175,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
175 | dependencies = [ | 175 | dependencies = [ |
176 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 176 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 177 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 178 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 179 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | ] | 180 | ] |
181 | 181 | ||
182 | [[package]] | 182 | [[package]] |
@@ -201,12 +201,12 @@ dependencies = [ | |||
201 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 201 | "clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
202 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 202 | "encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
203 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 203 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
204 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 204 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 205 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 206 | "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 207 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 208 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 209 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | ] | 210 | ] |
211 | 211 | ||
212 | [[package]] | 212 | [[package]] |
@@ -265,7 +265,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
265 | dependencies = [ | 265 | dependencies = [ |
266 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 266 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
267 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 267 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
268 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 268 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
269 | ] | 269 | ] |
270 | 270 | ||
271 | [[package]] | 271 | [[package]] |
@@ -298,7 +298,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
298 | 298 | ||
299 | [[package]] | 299 | [[package]] |
300 | name = "either" | 300 | name = "either" |
301 | version = "1.5.1" | 301 | version = "1.5.2" |
302 | source = "registry+https://github.com/rust-lang/crates.io-index" | 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
303 | 303 | ||
304 | [[package]] | 304 | [[package]] |
@@ -319,7 +319,7 @@ name = "error-chain" | |||
319 | version = "0.12.0" | 319 | version = "0.12.0" |
320 | source = "registry+https://github.com/rust-lang/crates.io-index" | 320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
321 | dependencies = [ | 321 | dependencies = [ |
322 | "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | 322 | "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | ] | 323 | ] |
324 | 324 | ||
325 | [[package]] | 325 | [[package]] |
@@ -327,7 +327,7 @@ name = "failure" | |||
327 | version = "0.1.5" | 327 | version = "0.1.5" |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
329 | dependencies = [ | 329 | dependencies = [ |
330 | "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | 330 | "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 331 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | ] | 332 | ] |
333 | 333 | ||
@@ -338,7 +338,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
338 | dependencies = [ | 338 | dependencies = [ |
339 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
340 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
341 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 342 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | ] | 343 | ] |
344 | 344 | ||
@@ -353,19 +353,19 @@ version = "0.2.4" | |||
353 | source = "registry+https://github.com/rust-lang/crates.io-index" | 353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
354 | dependencies = [ | 354 | dependencies = [ |
355 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 355 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
356 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 356 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
357 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 357 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
358 | ] | 358 | ] |
359 | 359 | ||
360 | [[package]] | 360 | [[package]] |
361 | name = "flexi_logger" | 361 | name = "flexi_logger" |
362 | version = "0.11.2" | 362 | version = "0.11.4" |
363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
364 | dependencies = [ | 364 | dependencies = [ |
365 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 365 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 366 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 367 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 368 | "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
369 | ] | 369 | ] |
370 | 370 | ||
371 | [[package]] | 371 | [[package]] |
@@ -380,7 +380,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
380 | dependencies = [ | 380 | dependencies = [ |
381 | "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 381 | "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 382 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 383 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | ] | 384 | ] |
385 | 385 | ||
386 | [[package]] | 386 | [[package]] |
@@ -388,7 +388,7 @@ name = "fsevent-sys" | |||
388 | version = "0.1.6" | 388 | version = "0.1.6" |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | 389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
390 | dependencies = [ | 390 | dependencies = [ |
391 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 391 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
392 | ] | 392 | ] |
393 | 393 | ||
394 | [[package]] | 394 | [[package]] |
@@ -426,7 +426,7 @@ dependencies = [ | |||
426 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 426 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
427 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 427 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
428 | "lsp-types 0.56.0 (registry+https://github.com/rust-lang/crates.io-index)", | 428 | "lsp-types 0.56.0 (registry+https://github.com/rust-lang/crates.io-index)", |
429 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 429 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
430 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 430 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
431 | ] | 431 | ] |
432 | 432 | ||
@@ -485,7 +485,7 @@ dependencies = [ | |||
485 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 485 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 486 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
487 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 487 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 488 | "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | ] | 489 | ] |
490 | 490 | ||
491 | [[package]] | 491 | [[package]] |
@@ -495,7 +495,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
495 | dependencies = [ | 495 | dependencies = [ |
496 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 497 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 498 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | ] | 499 | ] |
500 | 500 | ||
501 | [[package]] | 501 | [[package]] |
@@ -503,7 +503,7 @@ name = "inotify-sys" | |||
503 | version = "0.1.3" | 503 | version = "0.1.3" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" | 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | dependencies = [ | 505 | dependencies = [ |
506 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 506 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | ] | 507 | ] |
508 | 508 | ||
509 | [[package]] | 509 | [[package]] |
@@ -520,10 +520,10 @@ dependencies = [ | |||
520 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 520 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 521 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
522 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 522 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
525 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | 525 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", |
526 | "uuid 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 526 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
527 | ] | 527 | ] |
528 | 528 | ||
529 | [[package]] | 529 | [[package]] |
@@ -531,7 +531,7 @@ name = "iovec" | |||
531 | version = "0.1.2" | 531 | version = "0.1.2" |
532 | source = "registry+https://github.com/rust-lang/crates.io-index" | 532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
533 | dependencies = [ | 533 | dependencies = [ |
534 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 534 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 535 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | ] | 536 | ] |
537 | 537 | ||
@@ -540,7 +540,7 @@ name = "itertools" | |||
540 | version = "0.8.0" | 540 | version = "0.8.0" |
541 | source = "registry+https://github.com/rust-lang/crates.io-index" | 541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
542 | dependencies = [ | 542 | dependencies = [ |
543 | "either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | ] | 544 | ] |
545 | 545 | ||
546 | [[package]] | 546 | [[package]] |
@@ -554,7 +554,7 @@ version = "0.2.0" | |||
554 | source = "registry+https://github.com/rust-lang/crates.io-index" | 554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
555 | dependencies = [ | 555 | dependencies = [ |
556 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 556 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 557 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
558 | ] | 558 | ] |
559 | 559 | ||
560 | [[package]] | 560 | [[package]] |
@@ -562,9 +562,9 @@ name = "jemalloc-sys" | |||
562 | version = "0.1.8" | 562 | version = "0.1.8" |
563 | source = "registry+https://github.com/rust-lang/crates.io-index" | 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
564 | dependencies = [ | 564 | dependencies = [ |
565 | "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", | 565 | "cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 567 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | ] | 568 | ] |
569 | 569 | ||
570 | [[package]] | 570 | [[package]] |
@@ -573,7 +573,7 @@ version = "0.1.9" | |||
573 | source = "registry+https://github.com/rust-lang/crates.io-index" | 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
574 | dependencies = [ | 574 | dependencies = [ |
575 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 575 | "jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 576 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
577 | ] | 577 | ] |
578 | 578 | ||
579 | [[package]] | 579 | [[package]] |
@@ -602,7 +602,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
602 | 602 | ||
603 | [[package]] | 603 | [[package]] |
604 | name = "libc" | 604 | name = "libc" |
605 | version = "0.2.50" | 605 | version = "0.2.51" |
606 | source = "registry+https://github.com/rust-lang/crates.io-index" | 606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
607 | 607 | ||
608 | [[package]] | 608 | [[package]] |
@@ -635,8 +635,8 @@ dependencies = [ | |||
635 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 635 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 636 | "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 637 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 638 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
639 | "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 639 | "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
640 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 640 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
641 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 641 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
642 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 642 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -672,7 +672,7 @@ dependencies = [ | |||
672 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 672 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
673 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 673 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
674 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 674 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 675 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 676 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 677 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
678 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 678 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -708,8 +708,8 @@ version = "0.2.33" | |||
708 | source = "registry+https://github.com/rust-lang/crates.io-index" | 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
709 | dependencies = [ | 709 | dependencies = [ |
710 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
711 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
712 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 712 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
713 | ] | 713 | ] |
714 | 714 | ||
715 | [[package]] | 715 | [[package]] |
@@ -728,11 +728,11 @@ dependencies = [ | |||
728 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 728 | "fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 729 | "inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
730 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 730 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
731 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 731 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
732 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | 732 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
733 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 733 | "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
734 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 734 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
735 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 735 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
736 | ] | 736 | ] |
737 | 737 | ||
738 | [[package]] | 738 | [[package]] |
@@ -742,7 +742,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
742 | dependencies = [ | 742 | dependencies = [ |
743 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
744 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 744 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
745 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 745 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
746 | ] | 746 | ] |
747 | 747 | ||
748 | [[package]] | 748 | [[package]] |
@@ -763,7 +763,7 @@ name = "num_cpus" | |||
763 | version = "1.10.0" | 763 | version = "1.10.0" |
764 | source = "registry+https://github.com/rust-lang/crates.io-index" | 764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
765 | dependencies = [ | 765 | dependencies = [ |
766 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
767 | ] | 767 | ] |
768 | 768 | ||
769 | [[package]] | 769 | [[package]] |
@@ -796,11 +796,11 @@ name = "parking_lot_core" | |||
796 | version = "0.4.0" | 796 | version = "0.4.0" |
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
798 | dependencies = [ | 798 | dependencies = [ |
799 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 799 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 800 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
801 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 801 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 802 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 803 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
804 | ] | 804 | ] |
805 | 805 | ||
806 | [[package]] | 806 | [[package]] |
@@ -834,7 +834,7 @@ dependencies = [ | |||
834 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 834 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 835 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 836 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 837 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | ] | 838 | ] |
839 | 839 | ||
840 | [[package]] | 840 | [[package]] |
@@ -869,7 +869,7 @@ dependencies = [ | |||
869 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 869 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
870 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 870 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
871 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 871 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
872 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 872 | "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
873 | ] | 873 | ] |
874 | 874 | ||
875 | [[package]] | 875 | [[package]] |
@@ -924,7 +924,7 @@ version = "0.1.0" | |||
924 | dependencies = [ | 924 | dependencies = [ |
925 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 925 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
926 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 926 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
927 | "flexi_logger 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | 927 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", |
928 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 928 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
929 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 929 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
930 | "ra_batch 0.1.0", | 930 | "ra_batch 0.1.0", |
@@ -963,7 +963,7 @@ version = "0.1.0" | |||
963 | dependencies = [ | 963 | dependencies = [ |
964 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 964 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
965 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 965 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
966 | "flexi_logger 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | 966 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", |
967 | "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 967 | "insta 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 968 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 969 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1013,7 +1013,7 @@ dependencies = [ | |||
1013 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1013 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1014 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "flexi_logger 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | "gen_lsp_server 0.1.0", | 1017 | "gen_lsp_server 0.1.0", |
1018 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1018 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | "lsp-types 0.56.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1019 | "lsp-types 0.56.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1027,7 +1027,7 @@ dependencies = [ | |||
1027 | "ra_vfs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1027 | "ra_vfs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1028 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1031 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1032 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1033 | "test_utils 0.1.0", | 1033 | "test_utils 0.1.0", |
@@ -1072,7 +1072,7 @@ dependencies = [ | |||
1072 | "ra_db 0.1.0", | 1072 | "ra_db 0.1.0", |
1073 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1073 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1074 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | "test_utils 0.1.0", | 1077 | "test_utils 0.1.0", |
1078 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1132,7 +1132,7 @@ version = "0.6.5" | |||
1132 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1133 | dependencies = [ | 1133 | dependencies = [ |
1134 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1135 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1136 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1137 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1138 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1141,7 +1141,7 @@ dependencies = [ | |||
1141 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1141 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1142 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1142 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1143 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1144 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1144 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | ] | 1145 | ] |
1146 | 1146 | ||
1147 | [[package]] | 1147 | [[package]] |
@@ -1187,9 +1187,9 @@ name = "rand_jitter" | |||
1187 | version = "0.1.3" | 1187 | version = "0.1.3" |
1188 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1189 | dependencies = [ | 1189 | dependencies = [ |
1190 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1190 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1191 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1192 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1193 | ] | 1193 | ] |
1194 | 1194 | ||
1195 | [[package]] | 1195 | [[package]] |
@@ -1199,10 +1199,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1199 | dependencies = [ | 1199 | dependencies = [ |
1200 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1200 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1201 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1201 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1202 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1202 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1203 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1203 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1204 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1204 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1205 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1205 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1206 | ] | 1206 | ] |
1207 | 1207 | ||
1208 | [[package]] | 1208 | [[package]] |
@@ -1228,7 +1228,7 @@ version = "1.0.3" | |||
1228 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1229 | dependencies = [ | 1229 | dependencies = [ |
1230 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1230 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1231 | "either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1231 | "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1232 | "rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1232 | "rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1233 | ] | 1233 | ] |
1234 | 1234 | ||
@@ -1239,7 +1239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1239 | dependencies = [ | 1239 | dependencies = [ |
1240 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1240 | "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1241 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1241 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1242 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1243 | "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1244 | ] | 1244 | ] |
1245 | 1245 | ||
@@ -1253,7 +1253,7 @@ dependencies = [ | |||
1253 | 1253 | ||
1254 | [[package]] | 1254 | [[package]] |
1255 | name = "redox_syscall" | 1255 | name = "redox_syscall" |
1256 | version = "0.1.51" | 1256 | version = "0.1.52" |
1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1258 | 1258 | ||
1259 | [[package]] | 1259 | [[package]] |
@@ -1261,24 +1261,24 @@ name = "redox_termios" | |||
1261 | version = "0.1.1" | 1261 | version = "0.1.1" |
1262 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1263 | dependencies = [ | 1263 | dependencies = [ |
1264 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1264 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
1265 | ] | 1265 | ] |
1266 | 1266 | ||
1267 | [[package]] | 1267 | [[package]] |
1268 | name = "regex" | 1268 | name = "regex" |
1269 | version = "1.1.2" | 1269 | version = "1.1.5" |
1270 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1271 | dependencies = [ | 1271 | dependencies = [ |
1272 | "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 1272 | "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1273 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1273 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1274 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1274 | "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1275 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1275 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1276 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1276 | "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1277 | ] | 1277 | ] |
1278 | 1278 | ||
1279 | [[package]] | 1279 | [[package]] |
1280 | name = "regex-syntax" | 1280 | name = "regex-syntax" |
1281 | version = "0.6.5" | 1281 | version = "0.6.6" |
1282 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1283 | dependencies = [ | 1283 | dependencies = [ |
1284 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1294,7 +1294,7 @@ name = "remove_dir_all" | |||
1294 | version = "0.5.1" | 1294 | version = "0.5.1" |
1295 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1296 | dependencies = [ | 1296 | dependencies = [ |
1297 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1297 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1298 | ] | 1298 | ] |
1299 | 1299 | ||
1300 | [[package]] | 1300 | [[package]] |
@@ -1304,7 +1304,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1304 | dependencies = [ | 1304 | dependencies = [ |
1305 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1305 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1306 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1306 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1307 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1307 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1308 | ] | 1308 | ] |
1309 | 1309 | ||
1310 | [[package]] | 1310 | [[package]] |
@@ -1367,7 +1367,7 @@ dependencies = [ | |||
1367 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1368 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | ] | 1371 | ] |
1372 | 1372 | ||
1373 | [[package]] | 1373 | [[package]] |
@@ -1389,7 +1389,7 @@ version = "0.9.0" | |||
1389 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1390 | dependencies = [ | 1390 | dependencies = [ |
1391 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1391 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1392 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1392 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1393 | ] | 1393 | ] |
1394 | 1394 | ||
1395 | [[package]] | 1395 | [[package]] |
@@ -1399,20 +1399,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1399 | 1399 | ||
1400 | [[package]] | 1400 | [[package]] |
1401 | name = "serde" | 1401 | name = "serde" |
1402 | version = "1.0.89" | 1402 | version = "1.0.90" |
1403 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1404 | dependencies = [ | 1404 | dependencies = [ |
1405 | "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1405 | "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1406 | ] | 1406 | ] |
1407 | 1407 | ||
1408 | [[package]] | 1408 | [[package]] |
1409 | name = "serde_derive" | 1409 | name = "serde_derive" |
1410 | version = "1.0.89" | 1410 | version = "1.0.90" |
1411 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1412 | dependencies = [ | 1412 | dependencies = [ |
1413 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1413 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1414 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1414 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1415 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 1415 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1416 | ] | 1416 | ] |
1417 | 1417 | ||
1418 | [[package]] | 1418 | [[package]] |
@@ -1422,7 +1422,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1422 | dependencies = [ | 1422 | dependencies = [ |
1423 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1423 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1424 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1424 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1425 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1425 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | ] | 1426 | ] |
1427 | 1427 | ||
1428 | [[package]] | 1428 | [[package]] |
@@ -1432,7 +1432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1432 | dependencies = [ | 1432 | dependencies = [ |
1433 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1433 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1434 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1434 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1435 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1435 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1436 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1436 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 | ] | 1437 | ] |
1438 | 1438 | ||
@@ -1470,7 +1470,7 @@ name = "smol_str" | |||
1470 | version = "0.1.10" | 1470 | version = "0.1.10" |
1471 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1472 | dependencies = [ | 1472 | dependencies = [ |
1473 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1473 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1474 | ] | 1474 | ] |
1475 | 1475 | ||
1476 | [[package]] | 1476 | [[package]] |
@@ -1490,7 +1490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1490 | 1490 | ||
1491 | [[package]] | 1491 | [[package]] |
1492 | name = "syn" | 1492 | name = "syn" |
1493 | version = "0.15.29" | 1493 | version = "0.15.30" |
1494 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1495 | dependencies = [ | 1495 | dependencies = [ |
1496 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1496 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1505,7 +1505,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1505 | dependencies = [ | 1505 | dependencies = [ |
1506 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1506 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1507 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1507 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1508 | "syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)", | 1508 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1509 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1509 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | ] | 1510 | ] |
1511 | 1511 | ||
@@ -1515,11 +1515,11 @@ version = "3.0.7" | |||
1515 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1516 | dependencies = [ | 1516 | dependencies = [ |
1517 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1517 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1518 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1519 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1520 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | ] | 1523 | ] |
1524 | 1524 | ||
1525 | [[package]] | 1525 | [[package]] |
@@ -1534,8 +1534,8 @@ dependencies = [ | |||
1534 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1534 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1535 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1536 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1536 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1537 | "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1537 | "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1538 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1538 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1539 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1539 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1540 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1540 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1541 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1541 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1558,8 +1558,8 @@ name = "termion" | |||
1558 | version = "1.5.1" | 1558 | version = "1.5.1" |
1559 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1560 | dependencies = [ | 1560 | dependencies = [ |
1561 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1562 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
1563 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1564 | ] | 1564 | ] |
1565 | 1565 | ||
@@ -1568,7 +1568,7 @@ name = "termios" | |||
1568 | version = "0.3.1" | 1568 | version = "0.3.1" |
1569 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1570 | dependencies = [ | 1570 | dependencies = [ |
1571 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1571 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1572 | ] | 1572 | ] |
1573 | 1573 | ||
1574 | [[package]] | 1574 | [[package]] |
@@ -1586,7 +1586,7 @@ name = "text_unit" | |||
1586 | version = "0.1.6" | 1586 | version = "0.1.6" |
1587 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1588 | dependencies = [ | 1588 | dependencies = [ |
1589 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1589 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1590 | ] | 1590 | ] |
1591 | 1591 | ||
1592 | [[package]] | 1592 | [[package]] |
@@ -1626,9 +1626,9 @@ name = "time" | |||
1626 | version = "0.1.42" | 1626 | version = "0.1.42" |
1627 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1628 | dependencies = [ | 1628 | dependencies = [ |
1629 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", | 1629 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1630 | "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1630 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
1631 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1631 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1632 | ] | 1632 | ] |
1633 | 1633 | ||
1634 | [[package]] | 1634 | [[package]] |
@@ -1755,7 +1755,7 @@ name = "url_serde" | |||
1755 | version = "0.2.0" | 1755 | version = "0.2.0" |
1756 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1757 | dependencies = [ | 1757 | dependencies = [ |
1758 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1758 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1759 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1759 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1760 | ] | 1760 | ] |
1761 | 1761 | ||
@@ -1766,11 +1766,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1766 | 1766 | ||
1767 | [[package]] | 1767 | [[package]] |
1768 | name = "uuid" | 1768 | name = "uuid" |
1769 | version = "0.7.3" | 1769 | version = "0.7.4" |
1770 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1771 | dependencies = [ | 1771 | dependencies = [ |
1772 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1772 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1773 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", | 1773 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1774 | ] | 1774 | ] |
1775 | 1775 | ||
1776 | [[package]] | 1776 | [[package]] |
@@ -1789,7 +1789,7 @@ version = "2.2.7" | |||
1789 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1790 | dependencies = [ | 1790 | dependencies = [ |
1791 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1791 | "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1792 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1792 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1793 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1793 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1794 | ] | 1794 | ] |
1795 | 1795 | ||
@@ -1800,7 +1800,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1800 | 1800 | ||
1801 | [[package]] | 1801 | [[package]] |
1802 | name = "winapi" | 1802 | name = "winapi" |
1803 | version = "0.3.6" | 1803 | version = "0.3.7" |
1804 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1805 | dependencies = [ | 1805 | dependencies = [ |
1806 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1806 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1822,7 +1822,7 @@ name = "winapi-util" | |||
1822 | version = "0.1.2" | 1822 | version = "0.1.2" |
1823 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1824 | dependencies = [ | 1824 | dependencies = [ |
1825 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1825 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1826 | ] | 1826 | ] |
1827 | 1827 | ||
1828 | [[package]] | 1828 | [[package]] |
@@ -1848,13 +1848,13 @@ dependencies = [ | |||
1848 | ] | 1848 | ] |
1849 | 1849 | ||
1850 | [metadata] | 1850 | [metadata] |
1851 | "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" | 1851 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
1852 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1852 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1853 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" | 1853 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
1854 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | 1854 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
1855 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1855 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1856 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" | 1856 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
1857 | "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" | 1857 | "checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637" |
1858 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" | 1858 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
1859 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | 1859 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1860 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 1860 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
@@ -1865,7 +1865,7 @@ dependencies = [ | |||
1865 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1865 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1866 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 1866 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
1867 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" | 1867 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" |
1868 | "checksum cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ce8bb087aacff865633f0bd5aeaed910fe2fe55b55f4739527f2e023a2e53d" | 1868 | "checksum cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "30f813bf45048a18eda9190fd3c6b78644146056740c43172a5a3699118588fd" |
1869 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" | 1869 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" |
1870 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1870 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1871 | "checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" | 1871 | "checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" |
@@ -1885,7 +1885,7 @@ dependencies = [ | |||
1885 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" | 1885 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
1886 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 1886 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
1887 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" | 1887 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" |
1888 | "checksum either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c67353c641dc847124ea1902d69bd753dee9bb3beff9aa3662ecf86c971d1fac" | 1888 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
1889 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 1889 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" |
1890 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | 1890 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
1891 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" | 1891 | "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
@@ -1893,7 +1893,7 @@ dependencies = [ | |||
1893 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | 1893 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1894 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 1894 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1895 | "checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" | 1895 | "checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" |
1896 | "checksum flexi_logger 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "005c01dd6942ca46283b7304d14c6d04ec2c87a62f6e62e17c06fb812a574f4a" | 1896 | "checksum flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "73de04baa435682b03677bb28f7b3e9d72b0489a551da5ba413c9b29f7979a19" |
1897 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 1897 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
1898 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" | 1898 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" |
1899 | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" | 1899 | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" |
@@ -1922,7 +1922,7 @@ dependencies = [ | |||
1922 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1922 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1923 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" | 1923 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
1924 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" | 1924 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
1925 | "checksum libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1" | 1925 | "checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917" |
1926 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1926 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1927 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1927 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1928 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1928 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
@@ -1968,10 +1968,10 @@ dependencies = [ | |||
1968 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1968 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1969 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1969 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1970 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 1970 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
1971 | "checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" | 1971 | "checksum redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)" = "d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69" |
1972 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1972 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1973 | "checksum regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53ee8cfdddb2e0291adfb9f13d31d3bbe0a03c9a402c01b1e24188d86c35b24f" | 1973 | "checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0" |
1974 | "checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" | 1974 | "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" |
1975 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 1975 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
1976 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1976 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1977 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" | 1977 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" |
@@ -1986,8 +1986,8 @@ dependencies = [ | |||
1986 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1986 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1987 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1987 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1988 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1988 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1989 | "checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560" | 1989 | "checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" |
1990 | "checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c" | 1990 | "checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" |
1991 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | 1991 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" |
1992 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | 1992 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" |
1993 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 1993 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
@@ -1998,7 +1998,7 @@ dependencies = [ | |||
1998 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1998 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1999 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1999 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
2000 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2000 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2001 | "checksum syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1825685f977249735d510a242a6727b46efe914bb67e38d30c071b1b72b1d5c2" | 2001 | "checksum syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)" = "66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2" |
2002 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 2002 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
2003 | "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" | 2003 | "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" |
2004 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2004 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
@@ -2028,12 +2028,12 @@ dependencies = [ | |||
2028 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | 2028 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
2029 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" | 2029 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
2030 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | 2030 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
2031 | "checksum uuid 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "600ef8213e9f8a0ac1f876e470e90780ae0478eabce7f76aff41b0f4ef0fd5c0" | 2031 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
2032 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 2032 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
2033 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 2033 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2034 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" | 2034 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" |
2035 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 2035 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
2036 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" | 2036 | "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
2037 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 2037 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
2038 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 2038 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2039 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" | 2039 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |