diff options
-rw-r--r-- | Cargo.lock | 289 | ||||
-rw-r--r-- | Cargo.toml | 6 | ||||
-rw-r--r-- | src/main.rs | 3 |
3 files changed, 133 insertions, 165 deletions
@@ -49,20 +49,15 @@ dependencies = [ | |||
49 | 49 | ||
50 | [[package]] | 50 | [[package]] |
51 | name = "base64" | 51 | name = "base64" |
52 | version = "0.6.0" | 52 | version = "0.9.3" |
53 | source = "registry+https://github.com/rust-lang/crates.io-index" | 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
54 | dependencies = [ | 54 | dependencies = [ |
55 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 56 | "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | ] | 57 | ] |
58 | 58 | ||
59 | [[package]] | 59 | [[package]] |
60 | name = "bitflags" | 60 | name = "bitflags" |
61 | version = "0.9.1" | ||
62 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
63 | |||
64 | [[package]] | ||
65 | name = "bitflags" | ||
66 | version = "1.0.3" | 61 | version = "1.0.3" |
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
68 | 63 | ||
@@ -119,16 +114,16 @@ dependencies = [ | |||
119 | 114 | ||
120 | [[package]] | 115 | [[package]] |
121 | name = "core-foundation" | 116 | name = "core-foundation" |
122 | version = "0.2.3" | 117 | version = "0.5.1" |
123 | source = "registry+https://github.com/rust-lang/crates.io-index" | 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
124 | dependencies = [ | 119 | dependencies = [ |
125 | "core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 120 | "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 121 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | ] | 122 | ] |
128 | 123 | ||
129 | [[package]] | 124 | [[package]] |
130 | name = "core-foundation-sys" | 125 | name = "core-foundation-sys" |
131 | version = "0.2.3" | 126 | version = "0.5.1" |
132 | source = "registry+https://github.com/rust-lang/crates.io-index" | 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
133 | dependencies = [ | 128 | dependencies = [ |
134 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 129 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -204,18 +199,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
204 | 199 | ||
205 | [[package]] | 200 | [[package]] |
206 | name = "cursive" | 201 | name = "cursive" |
207 | version = "0.9.0-alpha.0" | 202 | version = "0.9.2" |
208 | source = "git+https://github.com/gyscos/Cursive#62807f84fbe797a8022403c43686e3b0d5fb0c28" | 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
209 | dependencies = [ | 204 | dependencies = [ |
210 | "crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 205 | "crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | "enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 206 | "enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | "enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | 207 | "enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
213 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 208 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 209 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 210 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)", | 211 | "ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 212 | "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 213 | "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | "signal-hook 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 214 | "signal-hook 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 215 | "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 216 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -231,7 +226,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
231 | 226 | ||
232 | [[package]] | 227 | [[package]] |
233 | name = "encoding_rs" | 228 | name = "encoding_rs" |
234 | version = "0.7.2" | 229 | version = "0.8.12" |
235 | source = "registry+https://github.com/rust-lang/crates.io-index" | 230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
236 | dependencies = [ | 231 | dependencies = [ |
237 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -325,9 +320,9 @@ dependencies = [ | |||
325 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 320 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
326 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 321 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
327 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 322 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | "http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 323 | "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 324 | "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
330 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 325 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 326 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 327 | "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
333 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 328 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -335,12 +330,12 @@ dependencies = [ | |||
335 | 330 | ||
336 | [[package]] | 331 | [[package]] |
337 | name = "http" | 332 | name = "http" |
338 | version = "0.1.8" | 333 | version = "0.1.13" |
339 | source = "registry+https://github.com/rust-lang/crates.io-index" | 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
340 | dependencies = [ | 335 | dependencies = [ |
341 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 336 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 337 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 338 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
344 | ] | 339 | ] |
345 | 340 | ||
346 | [[package]] | 341 | [[package]] |
@@ -350,18 +345,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
350 | 345 | ||
351 | [[package]] | 346 | [[package]] |
352 | name = "hyper" | 347 | name = "hyper" |
353 | version = "0.12.7" | 348 | version = "0.12.14" |
354 | source = "registry+https://github.com/rust-lang/crates.io-index" | 349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
355 | dependencies = [ | 350 | dependencies = [ |
356 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 351 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
357 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 352 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
358 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 353 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
359 | "h2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 354 | "h2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | "http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 355 | "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 356 | "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 357 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 358 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
364 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 359 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
365 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 360 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 361 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 362 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -369,21 +364,21 @@ dependencies = [ | |||
369 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 364 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
370 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 365 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
371 | "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 366 | "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | "tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
372 | "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 368 | "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
373 | "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 369 | "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
374 | ] | 370 | ] |
375 | 371 | ||
376 | [[package]] | 372 | [[package]] |
377 | name = "hyper-tls" | 373 | name = "hyper-tls" |
378 | version = "0.2.1" | 374 | version = "0.3.1" |
379 | source = "registry+https://github.com/rust-lang/crates.io-index" | 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
380 | dependencies = [ | 376 | dependencies = [ |
381 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 377 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 378 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | "hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)", | 379 | "hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 380 | "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 381 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
387 | ] | 382 | ] |
388 | 383 | ||
389 | [[package]] | 384 | [[package]] |
@@ -412,7 +407,7 @@ dependencies = [ | |||
412 | 407 | ||
413 | [[package]] | 408 | [[package]] |
414 | name = "itoa" | 409 | name = "itoa" |
415 | version = "0.4.2" | 410 | version = "0.4.3" |
416 | source = "registry+https://github.com/rust-lang/crates.io-index" | 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
417 | 412 | ||
418 | [[package]] | 413 | [[package]] |
@@ -426,11 +421,6 @@ dependencies = [ | |||
426 | 421 | ||
427 | [[package]] | 422 | [[package]] |
428 | name = "lazy_static" | 423 | name = "lazy_static" |
429 | version = "0.2.11" | ||
430 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
431 | |||
432 | [[package]] | ||
433 | name = "lazy_static" | ||
434 | version = "1.0.2" | 424 | version = "1.0.2" |
435 | source = "registry+https://github.com/rust-lang/crates.io-index" | 425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
436 | 426 | ||
@@ -446,7 +436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
446 | 436 | ||
447 | [[package]] | 437 | [[package]] |
448 | name = "libflate" | 438 | name = "libflate" |
449 | version = "0.1.16" | 439 | version = "0.1.18" |
450 | source = "registry+https://github.com/rust-lang/crates.io-index" | 440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
451 | dependencies = [ | 441 | dependencies = [ |
452 | "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 442 | "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -456,7 +446,7 @@ dependencies = [ | |||
456 | 446 | ||
457 | [[package]] | 447 | [[package]] |
458 | name = "log" | 448 | name = "log" |
459 | version = "0.4.3" | 449 | version = "0.4.6" |
460 | source = "registry+https://github.com/rust-lang/crates.io-index" | 450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
461 | dependencies = [ | 451 | dependencies = [ |
462 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 452 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -515,7 +505,7 @@ dependencies = [ | |||
515 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 505 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
516 | "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 506 | "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
517 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 507 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
518 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 508 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
519 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 509 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
520 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 510 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 511 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -535,16 +525,19 @@ dependencies = [ | |||
535 | 525 | ||
536 | [[package]] | 526 | [[package]] |
537 | name = "native-tls" | 527 | name = "native-tls" |
538 | version = "0.1.5" | 528 | version = "0.2.2" |
539 | source = "registry+https://github.com/rust-lang/crates.io-index" | 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
540 | dependencies = [ | 530 | dependencies = [ |
541 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 531 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 532 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", | 533 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||
535 | "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
536 | "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)", | ||
544 | "schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 537 | "schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 538 | "security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
548 | ] | 541 | ] |
549 | 542 | ||
550 | [[package]] | 543 | [[package]] |
@@ -633,19 +626,25 @@ dependencies = [ | |||
633 | 626 | ||
634 | [[package]] | 627 | [[package]] |
635 | name = "openssl" | 628 | name = "openssl" |
636 | version = "0.9.24" | 629 | version = "0.10.15" |
637 | source = "registry+https://github.com/rust-lang/crates.io-index" | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
638 | dependencies = [ | 631 | dependencies = [ |
639 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 632 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
640 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 634 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
641 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 635 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
642 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 636 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
643 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", | 637 | "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)", |
644 | ] | 638 | ] |
645 | 639 | ||
646 | [[package]] | 640 | [[package]] |
641 | name = "openssl-probe" | ||
642 | version = "0.1.2" | ||
643 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
644 | |||
645 | [[package]] | ||
647 | name = "openssl-sys" | 646 | name = "openssl-sys" |
648 | version = "0.9.33" | 647 | version = "0.9.39" |
649 | source = "registry+https://github.com/rust-lang/crates.io-index" | 648 | source = "registry+https://github.com/rust-lang/crates.io-index" |
650 | dependencies = [ | 649 | dependencies = [ |
651 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", | 650 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -663,6 +662,14 @@ dependencies = [ | |||
663 | ] | 662 | ] |
664 | 663 | ||
665 | [[package]] | 664 | [[package]] |
665 | name = "owning_ref" | ||
666 | version = "0.4.0" | ||
667 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
668 | dependencies = [ | ||
669 | "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
670 | ] | ||
671 | |||
672 | [[package]] | ||
666 | name = "parking_lot" | 673 | name = "parking_lot" |
667 | version = "0.5.5" | 674 | version = "0.5.5" |
668 | source = "registry+https://github.com/rust-lang/crates.io-index" | 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -818,34 +825,38 @@ dependencies = [ | |||
818 | 825 | ||
819 | [[package]] | 826 | [[package]] |
820 | name = "reqwest" | 827 | name = "reqwest" |
821 | version = "0.9.0-pre" | 828 | version = "0.9.5" |
822 | source = "git+https://github.com/seanmonstar/reqwest#c1c5f14b7c5f8168e89d9e93ee98f5611f1bdd23" | 829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
823 | dependencies = [ | 830 | dependencies = [ |
824 | "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 831 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 832 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 833 | "encoding_rs 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 834 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | "http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 835 | "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
829 | "hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)", | 836 | "hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)", |
830 | "hyper-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 837 | "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
831 | "libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 838 | "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
832 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 839 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
833 | "mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 840 | "mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
834 | "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", | 841 | "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 842 | "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", | 843 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 845 | "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
839 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 846 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
840 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 847 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
842 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 848 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 849 | "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
844 | ] | 850 | ] |
845 | 851 | ||
846 | [[package]] | 852 | [[package]] |
853 | name = "ryu" | ||
854 | version = "0.2.7" | ||
855 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
856 | |||
857 | [[package]] | ||
847 | name = "safemem" | 858 | name = "safemem" |
848 | version = "0.2.0" | 859 | version = "0.3.0" |
849 | source = "registry+https://github.com/rust-lang/crates.io-index" | 860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
850 | 861 | ||
851 | [[package]] | 862 | [[package]] |
@@ -858,58 +869,43 @@ dependencies = [ | |||
858 | ] | 869 | ] |
859 | 870 | ||
860 | [[package]] | 871 | [[package]] |
861 | name = "scoped-tls" | ||
862 | version = "0.1.2" | ||
863 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
864 | |||
865 | [[package]] | ||
866 | name = "scopeguard" | 872 | name = "scopeguard" |
867 | version = "0.3.3" | 873 | version = "0.3.3" |
868 | source = "registry+https://github.com/rust-lang/crates.io-index" | 874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
869 | 875 | ||
870 | [[package]] | 876 | [[package]] |
871 | name = "security-framework" | 877 | name = "security-framework" |
872 | version = "0.1.16" | 878 | version = "0.2.1" |
873 | source = "registry+https://github.com/rust-lang/crates.io-index" | 879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
874 | dependencies = [ | 880 | dependencies = [ |
875 | "core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 881 | "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
876 | "core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 882 | "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
877 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 883 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
878 | "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 884 | "security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
879 | ] | 885 | ] |
880 | 886 | ||
881 | [[package]] | 887 | [[package]] |
882 | name = "security-framework-sys" | 888 | name = "security-framework-sys" |
883 | version = "0.1.16" | 889 | version = "0.2.1" |
884 | source = "registry+https://github.com/rust-lang/crates.io-index" | 890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
885 | dependencies = [ | 891 | dependencies = [ |
886 | "core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 892 | "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
887 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 893 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
888 | ] | 894 | ] |
889 | 895 | ||
890 | [[package]] | 896 | [[package]] |
891 | name = "serde" | 897 | name = "serde" |
892 | version = "1.0.70" | 898 | version = "1.0.80" |
893 | source = "registry+https://github.com/rust-lang/crates.io-index" | 899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
894 | 900 | ||
895 | [[package]] | 901 | [[package]] |
896 | name = "serde_json" | 902 | name = "serde_json" |
897 | version = "1.0.24" | 903 | version = "1.0.33" |
898 | source = "git+https://github.com/serde-rs/json#2a62402b184dc2c64d01cca1b3ff72fef3124ae1" | ||
899 | dependencies = [ | ||
900 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
901 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
902 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", | ||
903 | ] | ||
904 | |||
905 | [[package]] | ||
906 | name = "serde_json" | ||
907 | version = "1.0.24" | ||
908 | source = "registry+https://github.com/rust-lang/crates.io-index" | 904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
909 | dependencies = [ | 905 | dependencies = [ |
910 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 906 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
911 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 907 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
912 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", | 908 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
913 | ] | 909 | ] |
914 | 910 | ||
915 | [[package]] | 911 | [[package]] |
@@ -918,8 +914,8 @@ version = "0.5.2" | |||
918 | source = "registry+https://github.com/rust-lang/crates.io-index" | 914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
919 | dependencies = [ | 915 | dependencies = [ |
920 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 916 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
921 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 917 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
922 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", | 918 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
923 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 919 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
924 | ] | 920 | ] |
925 | 921 | ||
@@ -980,21 +976,25 @@ name = "taizen" | |||
980 | version = "0.1.0" | 976 | version = "0.1.0" |
981 | dependencies = [ | 977 | dependencies = [ |
982 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 978 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | "cursive 0.9.0-alpha.0 (git+https://github.com/gyscos/Cursive)", | 979 | "cursive 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 980 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
986 | "reqwest 0.9.0-pre (git+https://github.com/seanmonstar/reqwest)", | 982 | "reqwest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", |
987 | "serde_json 1.0.24 (git+https://github.com/serde-rs/json)", | 983 | "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
988 | "urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
989 | ] | 985 | ] |
990 | 986 | ||
991 | [[package]] | 987 | [[package]] |
992 | name = "tempdir" | 988 | name = "tempfile" |
993 | version = "0.3.7" | 989 | version = "3.0.4" |
994 | source = "registry+https://github.com/rust-lang/crates.io-index" | 990 | source = "registry+https://github.com/rust-lang/crates.io-index" |
995 | dependencies = [ | 991 | dependencies = [ |
996 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 992 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
993 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||
994 | "rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
995 | "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||
997 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 996 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
998 | ] | 998 | ] |
999 | 999 | ||
1000 | [[package]] | 1000 | [[package]] |
@@ -1072,24 +1072,6 @@ dependencies = [ | |||
1072 | ] | 1072 | ] |
1073 | 1073 | ||
1074 | [[package]] | 1074 | [[package]] |
1075 | name = "tokio-core" | ||
1076 | version = "0.1.17" | ||
1077 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1078 | dependencies = [ | ||
1079 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1080 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1081 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1082 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1083 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1084 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1085 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1086 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1087 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1088 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1089 | "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1090 | ] | ||
1091 | |||
1092 | [[package]] | ||
1093 | name = "tokio-executor" | 1075 | name = "tokio-executor" |
1094 | version = "0.1.2" | 1076 | version = "0.1.2" |
1095 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1077 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1114,7 +1096,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1114 | dependencies = [ | 1096 | dependencies = [ |
1115 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1097 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1098 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1117 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1099 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 | ] | 1100 | ] |
1119 | 1101 | ||
1120 | [[package]] | 1102 | [[package]] |
@@ -1123,7 +1105,7 @@ version = "0.1.2" | |||
1123 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1124 | dependencies = [ | 1106 | dependencies = [ |
1125 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1107 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1127 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1128 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1129 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1150,7 +1132,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1150 | dependencies = [ | 1132 | dependencies = [ |
1151 | "crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1152 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1153 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1135 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1154 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1155 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1137 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1156 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1138 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1166,24 +1148,13 @@ dependencies = [ | |||
1166 | ] | 1148 | ] |
1167 | 1149 | ||
1168 | [[package]] | 1150 | [[package]] |
1169 | name = "tokio-tls" | ||
1170 | version = "0.1.4" | ||
1171 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1172 | dependencies = [ | ||
1173 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1174 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1175 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1176 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1177 | ] | ||
1178 | |||
1179 | [[package]] | ||
1180 | name = "tokio-udp" | 1151 | name = "tokio-udp" |
1181 | version = "0.1.1" | 1152 | version = "0.1.1" |
1182 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1183 | dependencies = [ | 1154 | dependencies = [ |
1184 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1155 | "bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1156 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1186 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1157 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1187 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1158 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 | "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1159 | "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1189 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1160 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1195,7 +1166,7 @@ name = "toml" | |||
1195 | version = "0.4.6" | 1166 | version = "0.4.6" |
1196 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1197 | dependencies = [ | 1168 | dependencies = [ |
1198 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", | 1169 | "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
1199 | ] | 1170 | ] |
1200 | 1171 | ||
1201 | [[package]] | 1172 | [[package]] |
@@ -1282,11 +1253,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1282 | 1253 | ||
1283 | [[package]] | 1254 | [[package]] |
1284 | name = "uuid" | 1255 | name = "uuid" |
1285 | version = "0.6.5" | 1256 | version = "0.7.1" |
1286 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1287 | dependencies = [ | 1258 | dependencies = [ |
1288 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1259 | "rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1289 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1290 | ] | 1260 | ] |
1291 | 1261 | ||
1292 | [[package]] | 1262 | [[package]] |
@@ -1315,7 +1285,7 @@ version = "0.0.6" | |||
1315 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1316 | dependencies = [ | 1286 | dependencies = [ |
1317 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | 1287 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1318 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1288 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1319 | "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1289 | "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | ] | 1290 | ] |
1321 | 1291 | ||
@@ -1370,8 +1340,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1370 | "checksum array-macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8b1b1a00de235e9f2cc0e650423dc249d875c116a5934188c08fdd0c02d840ef" | 1340 | "checksum array-macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8b1b1a00de235e9f2cc0e650423dc249d875c116a5934188c08fdd0c02d840ef" |
1371 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" | 1341 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
1372 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 1342 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1373 | "checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" | 1343 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
1374 | "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" | ||
1375 | "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" | 1344 | "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" |
1376 | "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" | 1345 | "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" |
1377 | "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" | 1346 | "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" |
@@ -1380,8 +1349,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1380 | "checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e" | 1349 | "checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e" |
1381 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 1350 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
1382 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1351 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1383 | "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67" | 1352 | "checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" |
1384 | "checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d" | 1353 | "checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" |
1385 | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" | 1354 | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
1386 | "checksum crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efff2d411e0ac3731b9f6de882b2790fdd2de651577500a806ce78b95b2b9f31" | 1355 | "checksum crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efff2d411e0ac3731b9f6de882b2790fdd2de651577500a806ce78b95b2b9f31" |
1387 | "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7" | 1356 | "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7" |
@@ -1389,9 +1358,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1389 | "checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea" | 1358 | "checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea" |
1390 | "checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b" | 1359 | "checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b" |
1391 | "checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a" | 1360 | "checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a" |
1392 | "checksum cursive 0.9.0-alpha.0 (git+https://github.com/gyscos/Cursive)" = "<none>" | 1361 | "checksum cursive 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1df013f020cf1e66c456c9af584ae660590b8147186fd66b941604f85145b880" |
1393 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" | 1362 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" |
1394 | "checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d" | 1363 | "checksum encoding_rs 0.8.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ca20350a7cb5aab5b9034731123d6d412caf3e92d4985e739e411ba0955fd0eb" |
1395 | "checksum enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "caa1769f019df7ccd8f9a741d2d608309688d0f1bd8a8747c14ac993660c761c" | 1364 | "checksum enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "caa1769f019df7ccd8f9a741d2d608309688d0f1bd8a8747c14ac993660c761c" |
1396 | "checksum enum-map-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f915c8ef505ce27b6fa51515463938aa2e9135081fefc93aef786539a646a365" | 1365 | "checksum enum-map-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f915c8ef505ce27b6fa51515463938aa2e9135081fefc93aef786539a646a365" |
1397 | "checksum enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "81193cae36d896445dae43f89be4fd6a171aad6bd674acb7e7074d50bbce6940" | 1366 | "checksum enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "81193cae36d896445dae43f89be4fd6a171aad6bd674acb7e7074d50bbce6940" |
@@ -1404,21 +1373,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1404 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" | 1373 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
1405 | "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" | 1374 | "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
1406 | "checksum h2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6229ac66d3392dd83288fe04defd4b353354b15bbe07820d53dda063a736afcc" | 1375 | "checksum h2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6229ac66d3392dd83288fe04defd4b353354b15bbe07820d53dda063a736afcc" |
1407 | "checksum http 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0d7f7b919d476c052ff46833ac89aaf205726da8133dae61facad50ec4c9eaec" | 1376 | "checksum http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581" |
1408 | "checksum httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540" | 1377 | "checksum httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540" |
1409 | "checksum hyper 0.12.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c087746de95e20e4dabe86606c3a019964a8fde2d5f386152939063c116c5971" | 1378 | "checksum hyper 0.12.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2f60ae467ef4fc5eba9a34d31648c9c8ed902faf45a217f6734ce9ea64779ac7" |
1410 | "checksum hyper-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d5787cee312507c4d005405e75da2b3357b58c47e3f14cddfa5f05c98edf6f29" | 1379 | "checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" |
1411 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1380 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1412 | "checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" | 1381 | "checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" |
1413 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1382 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1414 | "checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606" | 1383 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
1415 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1384 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1416 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | ||
1417 | "checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3" | 1385 | "checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3" |
1418 | "checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef" | 1386 | "checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef" |
1419 | "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" | 1387 | "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" |
1420 | "checksum libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98" | 1388 | "checksum libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "21138fc6669f438ed7ae3559d5789a5f0ba32f28c1f0608d1e452b0bb06ee936" |
1421 | "checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2" | 1389 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1422 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1390 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1423 | "checksum matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "835511bab37c34c47da5cb44844bea2cfde0236db0b506f90ea4224482c9774a" | 1391 | "checksum matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "835511bab37c34c47da5cb44844bea2cfde0236db0b506f90ea4224482c9774a" |
1424 | "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" | 1392 | "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" |
@@ -1427,7 +1395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1427 | "checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed" | 1395 | "checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed" |
1428 | "checksum mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4fcfcb32d63961fb6f367bfd5d21e4600b92cd310f71f9dca25acae196eb1560" | 1396 | "checksum mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4fcfcb32d63961fb6f367bfd5d21e4600b92cd310f71f9dca25acae196eb1560" |
1429 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1397 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1430 | "checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0" | 1398 | "checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2" |
1431 | "checksum ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ecd01d431a5e9c1c733a1e3ab939b9b6c9c4ddc540c74caf3909664127785fa" | 1399 | "checksum ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ecd01d431a5e9c1c733a1e3ab939b9b6c9c4ddc540c74caf3909664127785fa" |
1432 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1400 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1433 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" | 1401 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
@@ -1438,9 +1406,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1438 | "checksum num-rational 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e96f040177bb3da242b5b1ecf3f54b5d5af3efbbfb18608977a5d2767b22f10" | 1406 | "checksum num-rational 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e96f040177bb3da242b5b1ecf3f54b5d5af3efbbfb18608977a5d2767b22f10" |
1439 | "checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" | 1407 | "checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" |
1440 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" | 1408 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
1441 | "checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985" | 1409 | "checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613" |
1442 | "checksum openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)" = "d8abc04833dcedef24221a91852931df2f63e3369ae003134e70aff3645775cc" | 1410 | "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
1411 | "checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106" | ||
1443 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" | 1412 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
1413 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" | ||
1444 | "checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" | 1414 | "checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" |
1445 | "checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" | 1415 | "checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" |
1446 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1416 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
@@ -1460,16 +1430,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1460 | "checksum regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbbea44c5490a1e84357ff28b7d518b4619a159fed5d25f6c1de2d19cc42814" | 1430 | "checksum regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbbea44c5490a1e84357ff28b7d518b4619a159fed5d25f6c1de2d19cc42814" |
1461 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" | 1431 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" |
1462 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1432 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1463 | "checksum reqwest 0.9.0-pre (git+https://github.com/seanmonstar/reqwest)" = "<none>" | 1433 | "checksum reqwest 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ab52e462d1e15891441aeefadff68bdea005174328ce3da0a314f2ad313ec837" |
1464 | "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" | 1434 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
1435 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" | ||
1465 | "checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f" | 1436 | "checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f" |
1466 | "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" | ||
1467 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1437 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1468 | "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332" | 1438 | "checksum security-framework 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697d3f3c23a618272ead9e1fb259c1411102b31c6af8b93f1d64cca9c3b0e8e0" |
1469 | "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead" | 1439 | "checksum security-framework-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab01dfbe5756785b5b4d46e0289e5a18071dfa9a7c2b24213ea00b9ef9b665bf" |
1470 | "checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920" | 1440 | "checksum serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)" = "15c141fc7027dd265a47c090bf864cf62b42c4d228bbcf4e51a0c9e2b0d3f7ef" |
1471 | "checksum serde_json 1.0.24 (git+https://github.com/serde-rs/json)" = "<none>" | 1441 | "checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" |
1472 | "checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2" | ||
1473 | "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1" | 1442 | "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1" |
1474 | "checksum signal-hook 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d8fde20b48055703dc074e08da8beb00896a8a50182486bcadc443730a649" | 1443 | "checksum signal-hook 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d8fde20b48055703dc074e08da8beb00896a8a50182486bcadc443730a649" |
1475 | "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" | 1444 | "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" |
@@ -1479,7 +1448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1479 | "checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" | 1448 | "checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" |
1480 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1449 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
1481 | "checksum syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4bad7abdf6633f07c7046b90484f1d9dc055eca39f8c991177b1046ce61dba9a" | 1450 | "checksum syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4bad7abdf6633f07c7046b90484f1d9dc055eca39f8c991177b1046ce61dba9a" |
1482 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1451 | "checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b" |
1483 | "checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327" | 1452 | "checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327" |
1484 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 1453 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
1485 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 1454 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
@@ -1487,7 +1456,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1487 | "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" | 1456 | "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" |
1488 | "checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286" | 1457 | "checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286" |
1489 | "checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb" | 1458 | "checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb" |
1490 | "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" | ||
1491 | "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113" | 1459 | "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113" |
1492 | "checksum tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40697ecbea5660df15b15d50a077386477d2f6a35002adf01ce76ff9dd9dce48" | 1460 | "checksum tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40697ecbea5660df15b15d50a077386477d2f6a35002adf01ce76ff9dd9dce48" |
1493 | "checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21" | 1461 | "checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21" |
@@ -1495,7 +1463,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1495 | "checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f" | 1463 | "checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f" |
1496 | "checksum tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "24ab84f574027b0e875378f31575cf175360891919e93a3490f07e76e00e4efb" | 1464 | "checksum tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "24ab84f574027b0e875378f31575cf175360891919e93a3490f07e76e00e4efb" |
1497 | "checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9" | 1465 | "checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9" |
1498 | "checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913" | ||
1499 | "checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0" | 1466 | "checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0" |
1500 | "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" | 1467 | "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" |
1501 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" | 1468 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
@@ -1511,7 +1478,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1511 | "checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" | 1478 | "checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" |
1512 | "checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed" | 1479 | "checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed" |
1513 | "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" | 1480 | "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
1514 | "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" | 1481 | "checksum uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dab5c5526c5caa3d106653401a267fed923e7046f35895ffcb5ca42db64942e6" |
1515 | "checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474" | 1482 | "checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474" |
1516 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 1483 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
1517 | "checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" | 1484 | "checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" |
@@ -6,9 +6,9 @@ authors = ["NerdyPepper <[email protected]>"] | |||
6 | description = "TUI MediaWiki browser" | 6 | description = "TUI MediaWiki browser" |
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | reqwest = { git = "https://github.com/seanmonstar/reqwest" } | 9 | reqwest = "0.9.5" |
10 | serde_json = { git = "https://github.com/serde-rs/json" } | 10 | serde_json = "1.0.33" |
11 | cursive = { git = "https://github.com/gyscos/Cursive" } | 11 | cursive = "0.9.2" |
12 | regex = "1" | 12 | regex = "1" |
13 | urlencoding = "1.0.0" | 13 | urlencoding = "1.0.0" |
14 | clap = "2.32.0" | 14 | clap = "2.32.0" |
diff --git a/src/main.rs b/src/main.rs index 25e6e32..f237b0e 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -40,7 +40,8 @@ fn main() { | |||
40 | main.add_global_callback('s', |s| search(s)); | 40 | main.add_global_callback('s', |s| search(s)); |
41 | 41 | ||
42 | main.add_layer(TextView::new( | 42 | main.add_layer(TextView::new( |
43 | "Hit s to search | 43 | " TAIZEN |
44 | Hit s to search | ||
44 | Hit q to quit | 45 | Hit q to quit |
45 | Hit t to pop layer", | 46 | Hit t to pop layer", |
46 | )); | 47 | )); |