pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/geckodriver



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jul 22 23:48:31 UTC 2019

Modified Files:
        pkgsrc/www/geckodriver: Makefile distinfo
        pkgsrc/www/geckodriver/files: Cargo.lock
        pkgsrc/www/geckodriver/patches: patch-vendor_mozrunner_src_runner.rs
Removed Files:
        pkgsrc/www/geckodriver/patches: patch-Cargo.toml

Log Message:
geckodriver: update to 0.24.0

Added
    Introduces strictFileInteractability capability
    Added new endpoint GET /session/{session id}/moz/screenshot/full
    Added new --marionette-host <HOSTNAME> flag
    Added new endpoint POST /session/{session_id}/window/new
Changed
    Allow file uploads to hidden <input type=file> elements
    Allow use of an indefinite script timeout for the Set Timeouts
    command, thanks to reimu.
Fixed
    Corrected Content-Type of response header to utf-8 to fix
    an HTTP/1.1 compatibility bug.
    Relaxed the deserialization of timeouts parameters to allow unknown
    fields for the Set Timeouts command.
    Fixed a regression in the Take Element Screenshot to not screenshot
    the viewport, but the requested element.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/geckodriver/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/geckodriver/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/geckodriver/files/Cargo.lock
cvs rdiff -u -r1.1 -r0 pkgsrc/www/geckodriver/patches/patch-Cargo.toml
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/geckodriver/Makefile
diff -u pkgsrc/www/geckodriver/Makefile:1.7 pkgsrc/www/geckodriver/Makefile:1.8
--- pkgsrc/www/geckodriver/Makefile:1.7 Sat Jan  5 03:01:30 2019
+++ pkgsrc/www/geckodriver/Makefile     Mon Jul 22 23:48:31 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/01/05 03:01:30 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2019/07/22 23:48:31 tnn Exp $
 
-DISTNAME=      geckodriver-0.23.0
+DISTNAME=      geckodriver-0.24.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mozilla/}
 GITHUB_PROJECT=        geckodriver
@@ -12,140 +12,149 @@ COMMENT=  W3C WebDriver-compatible proxy 
 LICENSE=       mpl-1.1
 
 CARGO_CRATE_DEPENDS+=  adler32-1.0.3
-CARGO_CRATE_DEPENDS+=  aho-corasick-0.6.9
-CARGO_CRATE_DEPENDS+=  arrayvec-0.4.10
-CARGO_CRATE_DEPENDS+=  autocfg-0.1.1
-CARGO_CRATE_DEPENDS+=  base64-0.9.3
-CARGO_CRATE_DEPENDS+=  bitflags-1.0.4
-CARGO_CRATE_DEPENDS+=  build_const-0.2.1
-CARGO_CRATE_DEPENDS+=  byteorder-1.2.7
-CARGO_CRATE_DEPENDS+=  bytes-0.4.11
+CARGO_CRATE_DEPENDS+=  aho-corasick-0.7.4
+CARGO_CRATE_DEPENDS+=  argon2rs-0.2.5
+CARGO_CRATE_DEPENDS+=  arrayvec-0.4.11
+CARGO_CRATE_DEPENDS+=  autocfg-0.1.5
+CARGO_CRATE_DEPENDS+=  backtrace-0.3.33
+CARGO_CRATE_DEPENDS+=  backtrace-sys-0.1.31
+CARGO_CRATE_DEPENDS+=  base64-0.10.1
+CARGO_CRATE_DEPENDS+=  bitflags-1.1.0
+CARGO_CRATE_DEPENDS+=  blake2-rfc-0.2.18
+CARGO_CRATE_DEPENDS+=  byteorder-1.3.2
+CARGO_CRATE_DEPENDS+=  bytes-0.4.12
 CARGO_CRATE_DEPENDS+=  bzip2-0.3.3
 CARGO_CRATE_DEPENDS+=  bzip2-sys-0.1.7
-CARGO_CRATE_DEPENDS+=  cc-1.0.28
-CARGO_CRATE_DEPENDS+=  cfg-if-0.1.6
-CARGO_CRATE_DEPENDS+=  chrono-0.4.6
-CARGO_CRATE_DEPENDS+=  clap-2.32.0
+CARGO_CRATE_DEPENDS+=  cc-1.0.37
+CARGO_CRATE_DEPENDS+=  cfg-if-0.1.9
+CARGO_CRATE_DEPENDS+=  chrono-0.4.7
+CARGO_CRATE_DEPENDS+=  clap-2.33.0
 CARGO_CRATE_DEPENDS+=  cloudabi-0.0.3
-CARGO_CRATE_DEPENDS+=  cookie-0.11.0
-CARGO_CRATE_DEPENDS+=  crc-1.8.1
-CARGO_CRATE_DEPENDS+=  crc32fast-1.1.2
-CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.6.3
-CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.7.0
-CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.6.3
-CARGO_CRATE_DEPENDS+=  flate2-1.0.6
+CARGO_CRATE_DEPENDS+=  constant_time_eq-0.1.3
+CARGO_CRATE_DEPENDS+=  cookie-0.11.1
+CARGO_CRATE_DEPENDS+=  crc32fast-1.2.0
+CARGO_CRATE_DEPENDS+=  crossbeam-deque-0.7.1
+CARGO_CRATE_DEPENDS+=  crossbeam-epoch-0.7.1
+CARGO_CRATE_DEPENDS+=  crossbeam-queue-0.1.2
+CARGO_CRATE_DEPENDS+=  crossbeam-utils-0.6.5
+CARGO_CRATE_DEPENDS+=  dirs-1.0.5
+CARGO_CRATE_DEPENDS+=  either-1.5.2
+CARGO_CRATE_DEPENDS+=  failure-0.1.5
+CARGO_CRATE_DEPENDS+=  failure_derive-0.1.5
+CARGO_CRATE_DEPENDS+=  flate2-1.0.9
 CARGO_CRATE_DEPENDS+=  fnv-1.0.6
+CARGO_CRATE_DEPENDS+=  fuchsia-cprng-0.1.1
 CARGO_CRATE_DEPENDS+=  fuchsia-zircon-0.3.3
 CARGO_CRATE_DEPENDS+=  fuchsia-zircon-sys-0.3.3
-CARGO_CRATE_DEPENDS+=  futures-0.1.25
+CARGO_CRATE_DEPENDS+=  futures-0.1.28
 CARGO_CRATE_DEPENDS+=  futures-cpupool-0.1.8
-CARGO_CRATE_DEPENDS+=  h2-0.1.14
-CARGO_CRATE_DEPENDS+=  http-0.1.14
-CARGO_CRATE_DEPENDS+=  httparse-1.3.3
-CARGO_CRATE_DEPENDS+=  hyper-0.12.19
+CARGO_CRATE_DEPENDS+=  h2-0.1.25
+CARGO_CRATE_DEPENDS+=  http-0.1.17
+CARGO_CRATE_DEPENDS+=  http-body-0.1.0
+CARGO_CRATE_DEPENDS+=  httparse-1.3.4
+CARGO_CRATE_DEPENDS+=  hyper-0.12.33
 CARGO_CRATE_DEPENDS+=  idna-0.1.5
 CARGO_CRATE_DEPENDS+=  indexmap-1.0.2
 CARGO_CRATE_DEPENDS+=  iovec-0.1.2
-CARGO_CRATE_DEPENDS+=  itoa-0.4.3
+CARGO_CRATE_DEPENDS+=  itoa-0.4.4
 CARGO_CRATE_DEPENDS+=  kernel32-sys-0.2.2
-CARGO_CRATE_DEPENDS+=  lazy_static-1.2.0
-CARGO_CRATE_DEPENDS+=  lazycell-1.2.1
-CARGO_CRATE_DEPENDS+=  libc-0.2.46
+CARGO_CRATE_DEPENDS+=  lazy_static-1.3.0
+CARGO_CRATE_DEPENDS+=  libc-0.2.60
 CARGO_CRATE_DEPENDS+=  lock_api-0.1.5
-CARGO_CRATE_DEPENDS+=  log-0.4.6
+CARGO_CRATE_DEPENDS+=  log-0.4.7
 CARGO_CRATE_DEPENDS+=  matches-0.1.8
-CARGO_CRATE_DEPENDS+=  memchr-2.1.2
+CARGO_CRATE_DEPENDS+=  memchr-2.2.1
 CARGO_CRATE_DEPENDS+=  memoffset-0.2.1
-CARGO_CRATE_DEPENDS+=  miniz_oxide-0.2.0
-CARGO_CRATE_DEPENDS+=  miniz_oxide_c_api-0.2.0
-CARGO_CRATE_DEPENDS+=  mio-0.6.16
+CARGO_CRATE_DEPENDS+=  miniz_oxide-0.3.0
+CARGO_CRATE_DEPENDS+=  miniz_oxide_c_api-0.2.3
+CARGO_CRATE_DEPENDS+=  mio-0.6.19
 CARGO_CRATE_DEPENDS+=  mio-uds-0.6.7
 CARGO_CRATE_DEPENDS+=  miow-0.2.1
-CARGO_CRATE_DEPENDS+=  mozprofile-0.4.0
-CARGO_CRATE_DEPENDS+=  mozrunner-0.8.0
-CARGO_CRATE_DEPENDS+=  mozversion-0.1.3
+CARGO_CRATE_DEPENDS+=  mozprofile-0.5.0
+CARGO_CRATE_DEPENDS+=  mozrunner-0.9.0
+CARGO_CRATE_DEPENDS+=  mozversion-0.2.0
 CARGO_CRATE_DEPENDS+=  msdos_time-0.1.6
 CARGO_CRATE_DEPENDS+=  net2-0.2.33
 CARGO_CRATE_DEPENDS+=  nodrop-0.1.13
-CARGO_CRATE_DEPENDS+=  num-integer-0.1.39
-CARGO_CRATE_DEPENDS+=  num-traits-0.2.6
-CARGO_CRATE_DEPENDS+=  num_cpus-1.9.0
+CARGO_CRATE_DEPENDS+=  num-integer-0.1.41
+CARGO_CRATE_DEPENDS+=  num-traits-0.2.8
+CARGO_CRATE_DEPENDS+=  num_cpus-1.10.1
 CARGO_CRATE_DEPENDS+=  owning_ref-0.4.0
-CARGO_CRATE_DEPENDS+=  parking_lot-0.6.4
-CARGO_CRATE_DEPENDS+=  parking_lot_core-0.3.1
+CARGO_CRATE_DEPENDS+=  parking_lot-0.7.1
+CARGO_CRATE_DEPENDS+=  parking_lot_core-0.4.0
 CARGO_CRATE_DEPENDS+=  percent-encoding-1.0.1
 CARGO_CRATE_DEPENDS+=  podio-0.1.6
-CARGO_CRATE_DEPENDS+=  proc-macro2-0.4.24
-CARGO_CRATE_DEPENDS+=  quote-0.6.10
-CARGO_CRATE_DEPENDS+=  rand-0.3.22
-CARGO_CRATE_DEPENDS+=  rand-0.4.3
-CARGO_CRATE_DEPENDS+=  rand-0.5.5
-CARGO_CRATE_DEPENDS+=  rand-0.6.3
+CARGO_CRATE_DEPENDS+=  proc-macro2-0.4.30
+CARGO_CRATE_DEPENDS+=  quote-0.6.13
+CARGO_CRATE_DEPENDS+=  rand-0.4.6
+CARGO_CRATE_DEPENDS+=  rand-0.6.5
 CARGO_CRATE_DEPENDS+=  rand_chacha-0.1.1
-CARGO_CRATE_DEPENDS+=  rand_core-0.2.2
-CARGO_CRATE_DEPENDS+=  rand_core-0.3.0
+CARGO_CRATE_DEPENDS+=  rand_core-0.3.1
+CARGO_CRATE_DEPENDS+=  rand_core-0.4.0
 CARGO_CRATE_DEPENDS+=  rand_hc-0.1.0
 CARGO_CRATE_DEPENDS+=  rand_isaac-0.1.1
-CARGO_CRATE_DEPENDS+=  rand_os-0.1.0
-CARGO_CRATE_DEPENDS+=  rand_pcg-0.1.1
+CARGO_CRATE_DEPENDS+=  rand_jitter-0.1.4
+CARGO_CRATE_DEPENDS+=  rand_os-0.1.3
+CARGO_CRATE_DEPENDS+=  rand_pcg-0.1.2
 CARGO_CRATE_DEPENDS+=  rand_xorshift-0.1.1
-CARGO_CRATE_DEPENDS+=  redox_syscall-0.1.50
-CARGO_CRATE_DEPENDS+=  regex-0.2.11
-CARGO_CRATE_DEPENDS+=  regex-1.1.0
-CARGO_CRATE_DEPENDS+=  regex-syntax-0.5.6
-CARGO_CRATE_DEPENDS+=  regex-syntax-0.6.4
-CARGO_CRATE_DEPENDS+=  remove_dir_all-0.5.1
+CARGO_CRATE_DEPENDS+=  rdrand-0.4.0
+CARGO_CRATE_DEPENDS+=  redox_syscall-0.1.56
+CARGO_CRATE_DEPENDS+=  redox_users-0.3.0
+CARGO_CRATE_DEPENDS+=  regex-1.2.0
+CARGO_CRATE_DEPENDS+=  regex-syntax-0.6.10
+CARGO_CRATE_DEPENDS+=  remove_dir_all-0.5.2
 CARGO_CRATE_DEPENDS+=  rust-ini-0.10.3
+CARGO_CRATE_DEPENDS+=  rustc-demangle-0.1.15
 CARGO_CRATE_DEPENDS+=  rustc_version-0.2.3
-CARGO_CRATE_DEPENDS+=  ryu-0.2.7
-CARGO_CRATE_DEPENDS+=  safemem-0.3.0
+CARGO_CRATE_DEPENDS+=  ryu-1.0.0
+CARGO_CRATE_DEPENDS+=  scoped_threadpool-0.1.9
 CARGO_CRATE_DEPENDS+=  scopeguard-0.3.3
 CARGO_CRATE_DEPENDS+=  semver-0.6.0
 CARGO_CRATE_DEPENDS+=  semver-0.9.0
 CARGO_CRATE_DEPENDS+=  semver-parser-0.7.0
-CARGO_CRATE_DEPENDS+=  serde-1.0.84
-CARGO_CRATE_DEPENDS+=  serde_derive-1.0.84
-CARGO_CRATE_DEPENDS+=  serde_json-1.0.34
-CARGO_CRATE_DEPENDS+=  slab-0.4.1
-CARGO_CRATE_DEPENDS+=  smallvec-0.6.7
+CARGO_CRATE_DEPENDS+=  serde-1.0.97
+CARGO_CRATE_DEPENDS+=  serde_derive-1.0.97
+CARGO_CRATE_DEPENDS+=  serde_json-1.0.40
+CARGO_CRATE_DEPENDS+=  slab-0.4.2
+CARGO_CRATE_DEPENDS+=  smallvec-0.6.10
 CARGO_CRATE_DEPENDS+=  stable_deref_trait-1.1.1
-CARGO_CRATE_DEPENDS+=  string-0.1.2
-CARGO_CRATE_DEPENDS+=  strsim-0.7.0
-CARGO_CRATE_DEPENDS+=  syn-0.15.23
+CARGO_CRATE_DEPENDS+=  string-0.2.1
+CARGO_CRATE_DEPENDS+=  strsim-0.8.0
+CARGO_CRATE_DEPENDS+=  syn-0.15.40
+CARGO_CRATE_DEPENDS+=  synstructure-0.10.2
 CARGO_CRATE_DEPENDS+=  tempdir-0.3.7
 CARGO_CRATE_DEPENDS+=  term_size-0.3.1
-CARGO_CRATE_DEPENDS+=  textwrap-0.10.0
+CARGO_CRATE_DEPENDS+=  textwrap-0.11.0
 CARGO_CRATE_DEPENDS+=  thread_local-0.3.6
-CARGO_CRATE_DEPENDS+=  time-0.1.41
-CARGO_CRATE_DEPENDS+=  tokio-0.1.13
+CARGO_CRATE_DEPENDS+=  time-0.1.42
+CARGO_CRATE_DEPENDS+=  tokio-0.1.22
+CARGO_CRATE_DEPENDS+=  tokio-buf-0.1.1
 CARGO_CRATE_DEPENDS+=  tokio-codec-0.1.1
-CARGO_CRATE_DEPENDS+=  tokio-current-thread-0.1.4
-CARGO_CRATE_DEPENDS+=  tokio-executor-0.1.5
-CARGO_CRATE_DEPENDS+=  tokio-fs-0.1.4
-CARGO_CRATE_DEPENDS+=  tokio-io-0.1.10
-CARGO_CRATE_DEPENDS+=  tokio-reactor-0.1.7
-CARGO_CRATE_DEPENDS+=  tokio-tcp-0.1.2
-CARGO_CRATE_DEPENDS+=  tokio-threadpool-0.1.9
-CARGO_CRATE_DEPENDS+=  tokio-timer-0.2.8
+CARGO_CRATE_DEPENDS+=  tokio-current-thread-0.1.6
+CARGO_CRATE_DEPENDS+=  tokio-executor-0.1.8
+CARGO_CRATE_DEPENDS+=  tokio-fs-0.1.6
+CARGO_CRATE_DEPENDS+=  tokio-io-0.1.12
+CARGO_CRATE_DEPENDS+=  tokio-reactor-0.1.9
+CARGO_CRATE_DEPENDS+=  tokio-sync-0.1.6
+CARGO_CRATE_DEPENDS+=  tokio-tcp-0.1.3
+CARGO_CRATE_DEPENDS+=  tokio-threadpool-0.1.15
+CARGO_CRATE_DEPENDS+=  tokio-timer-0.2.11
 CARGO_CRATE_DEPENDS+=  tokio-udp-0.1.3
-CARGO_CRATE_DEPENDS+=  tokio-uds-0.2.4
+CARGO_CRATE_DEPENDS+=  tokio-uds-0.2.5
 CARGO_CRATE_DEPENDS+=  try-lock-0.2.2
-CARGO_CRATE_DEPENDS+=  ucd-util-0.1.3
+CARGO_CRATE_DEPENDS+=  ucd-util-0.1.5
 CARGO_CRATE_DEPENDS+=  unicode-bidi-0.3.4
-CARGO_CRATE_DEPENDS+=  unicode-normalization-0.1.7
-CARGO_CRATE_DEPENDS+=  unicode-segmentation-1.2.1
+CARGO_CRATE_DEPENDS+=  unicode-normalization-0.1.8
+CARGO_CRATE_DEPENDS+=  unicode-segmentation-1.3.0
 CARGO_CRATE_DEPENDS+=  unicode-width-0.1.5
 CARGO_CRATE_DEPENDS+=  unicode-xid-0.1.0
-CARGO_CRATE_DEPENDS+=  unreachable-1.0.0
 CARGO_CRATE_DEPENDS+=  url-1.7.2
-CARGO_CRATE_DEPENDS+=  utf8-ranges-1.0.2
-CARGO_CRATE_DEPENDS+=  uuid-0.5.1
-CARGO_CRATE_DEPENDS+=  version_check-0.1.5
-CARGO_CRATE_DEPENDS+=  void-1.0.2
-CARGO_CRATE_DEPENDS+=  want-0.0.6
-CARGO_CRATE_DEPENDS+=  webdriver-0.38.0
+CARGO_CRATE_DEPENDS+=  utf8-ranges-1.0.3
+CARGO_CRATE_DEPENDS+=  uuid-0.6.5
+CARGO_CRATE_DEPENDS+=  want-0.2.0
+CARGO_CRATE_DEPENDS+=  webdriver-0.39.0
 CARGO_CRATE_DEPENDS+=  winapi-0.2.8
-CARGO_CRATE_DEPENDS+=  winapi-0.3.6
+CARGO_CRATE_DEPENDS+=  winapi-0.3.7
 CARGO_CRATE_DEPENDS+=  winapi-build-0.1.1
 CARGO_CRATE_DEPENDS+=  winapi-i686-pc-windows-gnu-0.4.0
 CARGO_CRATE_DEPENDS+=  winapi-x86_64-pc-windows-gnu-0.4.0

Index: pkgsrc/www/geckodriver/distinfo
diff -u pkgsrc/www/geckodriver/distinfo:1.4 pkgsrc/www/geckodriver/distinfo:1.5
--- pkgsrc/www/geckodriver/distinfo:1.4 Sat Jan  5 03:01:30 2019
+++ pkgsrc/www/geckodriver/distinfo     Mon Jul 22 23:48:31 2019
@@ -1,41 +1,53 @@
-$NetBSD: distinfo,v 1.4 2019/01/05 03:01:30 tnn Exp $
+$NetBSD: distinfo,v 1.5 2019/07/22 23:48:31 tnn Exp $
 
 SHA1 (adler32-1.0.3.crate) = d72a6705a1b94eb48c0fc7bd8ab357d4eb9c6ee6
 RMD160 (adler32-1.0.3.crate) = 2860e381b2c52325b1b8befb3b6db0727f0eb66b
 SHA512 (adler32-1.0.3.crate) = 2128cc34abc74a363b18eec5abf414b95e4d84bfd99b6508ac807e13c026ad0e37e67b5a8c429212b85e78071f03e0df24ee70db5995772c4bc78acfb0234459
 Size (adler32-1.0.3.crate) = 5734 bytes
-SHA1 (aho-corasick-0.6.9.crate) = 55b7a786a3cf6477ad95a183e3bcb9f2dbaff645
-RMD160 (aho-corasick-0.6.9.crate) = 142faa94cfdadb1f547c9aca2409e8f869b6044f
-SHA512 (aho-corasick-0.6.9.crate) = 8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b
-Size (aho-corasick-0.6.9.crate) = 25979 bytes
-SHA1 (arrayvec-0.4.10.crate) = b8c148dd6f7221a8823987fac9719df95c6725fc
-RMD160 (arrayvec-0.4.10.crate) = c9053ff76d759abd696ec0c3c0439da4f00bc7f4
-SHA512 (arrayvec-0.4.10.crate) = 8aa327fcc18220da496c63c76a521c383c7d506e8c39448f5cc6535c47b8c70ca74f73322b0c368fae7b8a8cec11c9854ac45b4eb7e537fed34e007aa3ad175f
-Size (arrayvec-0.4.10.crate) = 26133 bytes
-SHA1 (autocfg-0.1.1.crate) = 39bcfac066deb1a21279238e6b481f164fcfb97b
-RMD160 (autocfg-0.1.1.crate) = 035241c8c510e551f7232115701e65eaa7c061e2
-SHA512 (autocfg-0.1.1.crate) = c4be8633fb47cc0cdc342ae04897902cdff7aa64956459a2ef50e1e3589a93ac9fd9cde596a83869e9fcd6bd345ed2dfd7563b682ba3de672e54c03febcb50ae
-Size (autocfg-0.1.1.crate) = 10044 bytes
-SHA1 (base64-0.9.3.crate) = f1ae4f7b6abd186274e21508331cb4371b52935b
-RMD160 (base64-0.9.3.crate) = bcad6aa30bbf392479517b341b41909fbc969f40
-SHA512 (base64-0.9.3.crate) = 4790e4de201123e7b3e3c8a574c92089e38900a67f1bb4868987da4088785ea05e4258559c1c32be67341c2ba8a19deacd156492d8383949e1c9a6ae218b7eeb
-Size (base64-0.9.3.crate) = 37993 bytes
-SHA1 (bitflags-1.0.4.crate) = fbc1ce9fa176ed7a7e15cfc6d1f6c2389f536361
-RMD160 (bitflags-1.0.4.crate) = fd720dba692f079a1c6662e43677533bb68654de
-SHA512 (bitflags-1.0.4.crate) = 81850d2be62eabb8486024ab263da67e6eb8ebfa732cac3a5d46a9186c564b2065cba15fa3da468bbd26eaf2b67038680e5de19d5dd99d78f60dae8a1776c8de
-Size (bitflags-1.0.4.crate) = 15282 bytes
-SHA1 (build_const-0.2.1.crate) = f7bbaded507495502b920cb1c875de2d5e2719a4
-RMD160 (build_const-0.2.1.crate) = f33e3e64b89b8a7169c8fb81bdd82f4ea4505bf8
-SHA512 (build_const-0.2.1.crate) = 4e210078ad781bd645381f469285f0e4d20cc8c416818c27d98c0033f070b708a6ab27933f9c3660c83e6cbfb3afcb7ec753f9c186b0c75b99db37dff1cde658
-Size (build_const-0.2.1.crate) = 4499 bytes
-SHA1 (byteorder-1.2.7.crate) = 05e9a378df8ec77b66bb31b80adb99308898f7e3
-RMD160 (byteorder-1.2.7.crate) = e220bb9ad58bf38faf3b0b72606f708601134e7a
-SHA512 (byteorder-1.2.7.crate) = 166bf831dac44332fb05679add5ed8c54d692a582cdb8584486dee8295080a625d12eebe40de6f3b82ef98a1f4c65503da9c84d570b14d58dd5e31a3cc6b7391
-Size (byteorder-1.2.7.crate) = 19640 bytes
-SHA1 (bytes-0.4.11.crate) = ef9f922222dab0ae069364f217e0f5bdf9c3dcf1
-RMD160 (bytes-0.4.11.crate) = c349b79d639a74ae8543a818f9cbf42b17efc2d0
-SHA512 (bytes-0.4.11.crate) = 3a0354981488c354b2aaa664f320b18cfb09ed07a5f74a10f8fc120279d660dc7899306bd01b1b3405fc92eec5de3f6f8e9d6c1e5d4a2374da865d5a8a8405d3
-Size (bytes-0.4.11.crate) = 45988 bytes
+SHA1 (aho-corasick-0.7.4.crate) = 52ed14308d230c40711e28ee710dfa4a39cbcc48
+RMD160 (aho-corasick-0.7.4.crate) = 7927668569f11123687aad1930d40d984647fb12
+SHA512 (aho-corasick-0.7.4.crate) = 06863d85a3183c7ace014d6a8345d47147df53475c194030607314b80e00890625ae88e3e669d15e54704f2d3132dd6bf56dc057b87dab7f06c5deaf50d29b79
+Size (aho-corasick-0.7.4.crate) = 55480 bytes
+SHA1 (argon2rs-0.2.5.crate) = 7b980e80f5e15a90278cc7f84a9489b328708bc3
+RMD160 (argon2rs-0.2.5.crate) = 50d84e37d2513e8fa2787f642327ac88a825b10e
+SHA512 (argon2rs-0.2.5.crate) = 09a47467d09ed5bb4efdc4b8392e6282da6f4434063f4352c225c6dd1b668b51623e7d8960deb56c7c18eaca890a3515c1dc833acac1c68dc999e56b63e9b04f
+Size (argon2rs-0.2.5.crate) = 353096 bytes
+SHA1 (arrayvec-0.4.11.crate) = 5320beef113fe2ee9a167d05d833c655459904a5
+RMD160 (arrayvec-0.4.11.crate) = 73df390cd1779f395b1f5485f161eb4b20a44cbe
+SHA512 (arrayvec-0.4.11.crate) = 6919f07fce0aa834b75ecc722476d05580a7dd58e8119b0ead5077d6501ee69ffef71016b6e63ed0617ce2d29a6fa1a4f5431d7aa20340c9f3f2e4c9c93d49c4
+Size (arrayvec-0.4.11.crate) = 26439 bytes
+SHA1 (autocfg-0.1.5.crate) = 9c98a4cc74955cfbb580c856011f2af962abab28
+RMD160 (autocfg-0.1.5.crate) = 23361b8c6cdbca077b01fb003b1ea0b5df7933ad
+SHA512 (autocfg-0.1.5.crate) = cb5457f92c1698fd8bcb78b7ce3f5af6000cad1637e3aa58cf474bf1a82c4ad7e43e08d8493b2903e3f3b0ce06c32a6640fbaa27700a76150985884bf0aa4a35
+Size (autocfg-0.1.5.crate) = 11009 bytes
+SHA1 (backtrace-0.3.33.crate) = 9cc02d2439232593901280f8815489b2308d6262
+RMD160 (backtrace-0.3.33.crate) = b631b268ebff31e8c000929f91580d50129ab35b
+SHA512 (backtrace-0.3.33.crate) = e5ae23e7291dce81d2f59d33b5f00c4c15cb14be2552bbbad3200cad2e3ea170f81b223b562d7960b04220e9d584a579e6e6c8ddbae652d4aca97f3f06c2cd27
+Size (backtrace-0.3.33.crate) = 54839 bytes
+SHA1 (backtrace-sys-0.1.31.crate) = 4e2e3197b3c40af55a7130f28519e554283b14f1
+RMD160 (backtrace-sys-0.1.31.crate) = effef73c95786ea9d56b1f2a45181ac590972227
+SHA512 (backtrace-sys-0.1.31.crate) = 6aa8c7a2694f4e953a0e9bbd07dc8b7e218719de5aef2adaecfae81beb919deffde6f184675dc6b6c1a330bb81dc9611c256f7f63caef5e301101dbe3bbaafe0
+Size (backtrace-sys-0.1.31.crate) = 518877 bytes
+SHA1 (base64-0.10.1.crate) = f4e4454a55395a4dd85f08e054dbe8a943f334df
+RMD160 (base64-0.10.1.crate) = d026e10544f0490980d7007105ac5e4d6da1f6f9
+SHA512 (base64-0.10.1.crate) = 674a8cbee95a41f755499a4e3bb93ebd3f80140c3e8e2d44a0b73890ee423754e7ba8abcd92132683cd54501ff5d14438d023a202eaf12776aecbe36df9e5535
+Size (base64-0.10.1.crate) = 41988 bytes
+SHA1 (bitflags-1.1.0.crate) = f0b02e49f20427a004b5ee15c34bc778e037198b
+RMD160 (bitflags-1.1.0.crate) = f7c30bcec212f74d7b040f6bf8340f14c061308d
+SHA512 (bitflags-1.1.0.crate) = e3e611cf35a1ed4930727d530e6c78add895bd96636ca1354f1269b3d0e36e77fbb9ec850fe1f448a10f09ea2b2f89c2b16bb96b7da585851ce4c29a308968e3
+Size (bitflags-1.1.0.crate) = 16322 bytes
+SHA1 (blake2-rfc-0.2.18.crate) = c589a13f99df1d6fb97a5634df48c92e9dc4635b
+RMD160 (blake2-rfc-0.2.18.crate) = 9c0e4ee7978a071709a9ab1e92dc585f70e582d8
+SHA512 (blake2-rfc-0.2.18.crate) = f89c1067febcd0ed04e86674a42ea7a96aa432ad255210180504f0dec97a10714110eb044fa5004cc48fd75eefac7af4dc12d8a4ad84dad82851ab6d7d916f8e
+Size (blake2-rfc-0.2.18.crate) = 15676 bytes
+SHA1 (byteorder-1.3.2.crate) = ae858b4b7ed1c0eecd1e4c1193d5428960fa238e
+RMD160 (byteorder-1.3.2.crate) = 6855f165b244fee60983125516fa4f1688fe64ea
+SHA512 (byteorder-1.3.2.crate) = 2ef6b986926a4671dd945583730b0bfd4bd5e75b62a8a70c2875328157ba95f2c1b17c534d905e9b287457bd34363c1a33fd3dee9217c371032393ebbe206a8f
+Size (byteorder-1.3.2.crate) = 21596 bytes
+SHA1 (bytes-0.4.12.crate) = bd522e5e0e23f0dc281b57dbce982126098457f1
+RMD160 (bytes-0.4.12.crate) = e70f56debe13fecdec4d236459b493295062099e
+SHA512 (bytes-0.4.12.crate) = 5f603532ea2f04cbc53044422feed1667bf0486af398c9c8e2ce7b4601b37e1c47223201970fb0d17fed77fef7e89961e0ac05a30e6cc9bf13462d98bc587250
+Size (bytes-0.4.12.crate) = 46361 bytes
 SHA1 (bzip2-0.3.3.crate) = 3f764def6ebccc0a4573cfb5a2dcf4a878e3a76a
 RMD160 (bzip2-0.3.3.crate) = a9dd828a3e90beed54ba64c7518609a927e8134d
 SHA512 (bzip2-0.3.3.crate) = f2a844655fbd9abc866e691b57ddad166f09a183b8bd33cc6ff5952fe7f11141b1843728c6ad23fdf88a181fd40a3599df3e716c5f004ef097af6b99162a55d2
@@ -44,58 +56,82 @@ SHA1 (bzip2-sys-0.1.7.crate) = cbdff2357
 RMD160 (bzip2-sys-0.1.7.crate) = ee33a69577c20ee407a4f3bc2544708152a5efcf
 SHA512 (bzip2-sys-0.1.7.crate) = f6d5441340f0cccb0e17dcb7cf9fbe460acd34168369c96c3bdd1e1b823853f57153c8dee2440d970e523253200e9268f5df426c4b4afca17200f4ae6bcf067f
 Size (bzip2-sys-0.1.7.crate) = 609563 bytes
-SHA1 (cc-1.0.28.crate) = c6ba73470b031fb160ebe4d445fc952305ec26b7
-RMD160 (cc-1.0.28.crate) = bca754b4bf3e9acafb48e1c84d0f4d105458722f
-SHA512 (cc-1.0.28.crate) = 2d1e8e34dd8d60aafb0337a86516b152f7f5b04ed5313079fcce66460b5d9c753afbf5e5ba13ada56bbaa7f5ffa1678eb3c2e27b9d58cdcec9f1a5374e6a32ab
-Size (cc-1.0.28.crate) = 42422 bytes
-SHA1 (cfg-if-0.1.6.crate) = e3b635b8ff3a8615385ce05d343b8ee105399f74
-RMD160 (cfg-if-0.1.6.crate) = f190c1846549b3ad88559ae471cf2828c0bf44d1
-SHA512 (cfg-if-0.1.6.crate) = e393816f659bb5b1e64ebc72a4b6e3e673afd00cba302c3c92c6f2e98db341a29197f6cf413107e569175a86aad85e74a93e2cd3a9fa9fa2d1b70b01c3fcf378
-Size (cfg-if-0.1.6.crate) = 7411 bytes
-SHA1 (chrono-0.4.6.crate) = 2d3854bf8cda6f09d6b3edf06aa861e13815286c
-RMD160 (chrono-0.4.6.crate) = 9ddf038c956cb3db217fcd375fa159a03cb7b610
-SHA512 (chrono-0.4.6.crate) = c869cab6da906d50531476c892510042eeccb3daf790ef13b3014121c805b3f8e23c7a6ffccb3bb11d15a1615e997df4180e41f0140a2c327cc816b94f28976d
-Size (chrono-0.4.6.crate) = 133108 bytes
-SHA1 (clap-2.32.0.crate) = 056a334c2e22d1696c94d2b78b26ccb3095870c6
-RMD160 (clap-2.32.0.crate) = 069963d76d9d566b3ec52976b30c798d564e198d
-SHA512 (clap-2.32.0.crate) = ee2a66cec0d867d73fce35c055bcac77cc3ea9537b355be04be3ee17ddabefebfe3649cbdfc30ea356c54cf9f066369540eac4f5dc67e60cdadc9c66be014ef0
-Size (clap-2.32.0.crate) = 196073 bytes
+SHA1 (cc-1.0.37.crate) = 15e8579989d3c0d71829667d432931cf3fffa339
+RMD160 (cc-1.0.37.crate) = 1c3749ed0fbcfc86d97e0a87961719a05cd448ff
+SHA512 (cc-1.0.37.crate) = 85cf4679d16df14a815563c459227ae85206eb79826099fcbd5f602fdfdc052f36237916a842d65d9a5ab57c559c18e645bb219422d85aa3690c11c0a8dcc92c
+Size (cc-1.0.37.crate) = 44499 bytes
+SHA1 (cfg-if-0.1.9.crate) = be1a3d9f708e419ff4870cad9892b401d3d78dc0
+RMD160 (cfg-if-0.1.9.crate) = 1f1502ee926498c9c5d97afd88b8fbad71b5db4e
+SHA512 (cfg-if-0.1.9.crate) = 45f7322217d291b3905ffdc45cadd5a7a7baf440f9a82a5b5596192ed0ac54353a3ecae0326d5807aae99bc4d79e0406d71bd65745ec8d9f8815a7c9436d648c
+Size (cfg-if-0.1.9.crate) = 7353 bytes
+SHA1 (chrono-0.4.7.crate) = 7153a344a1fc1d7c991ba2385a1717e5b1fa0dcb
+RMD160 (chrono-0.4.7.crate) = a68f7f68eb158266327303a0a48ffef79966b7fb
+SHA512 (chrono-0.4.7.crate) = dc1028f072d904e0c7b61e21cb76f963997275e5dbf99bc9b8f924d1144d9a2254ef869adac77a6e965f9e894cd94ba16625e0a132df5a1049a38409bbe1137f
+Size (chrono-0.4.7.crate) = 131963 bytes
+SHA1 (clap-2.33.0.crate) = a46261c137ef5ae70c4e8b2bd2850d16707753ca
+RMD160 (clap-2.33.0.crate) = 348604c8483c354b6577ace03dc4ed9f115397cd
+SHA512 (clap-2.33.0.crate) = f1075031414d48e4340bfe308904a95a31b72460724773c52a0bc8c004e625a04c904a39fc5420cb8c26a633321f9b5f4f69019c7aae5ed89900b63ed8c21a91
+Size (clap-2.33.0.crate) = 196458 bytes
 SHA1 (cloudabi-0.0.3.crate) = 3686cb2aa6c559198711acc8b0c7b0b1494d70b9
 RMD160 (cloudabi-0.0.3.crate) = 4da7ab080c1d18e5881dbcb419d250d0c38387eb
 SHA512 (cloudabi-0.0.3.crate) = 691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c
 Size (cloudabi-0.0.3.crate) = 22156 bytes
-SHA1 (cookie-0.11.0.crate) = a544c39c20decbce0651d908502bda6b18332a48
-RMD160 (cookie-0.11.0.crate) = 8c7ed4637408dcf58de002afe244a2182d2d5af8
-SHA512 (cookie-0.11.0.crate) = de8d56c719b4fcbf9a586f1f6b822c7a5e98d2e900b6248c2086149447a64b71cb1250f89ecdb2bc6245ea06e811cd5c6f70ef45e3f881dfb4f6746647a71536
-Size (cookie-0.11.0.crate) = 25906 bytes
-SHA1 (crc-1.8.1.crate) = 5d21ff5f8d06b7d1be7f885029570b26b75abb15
-RMD160 (crc-1.8.1.crate) = 3ed84aa2ceb54ddc691479e756745d0eed09cfe3
-SHA512 (crc-1.8.1.crate) = db0b3d0ca197cb2a2049720b753061f1532d1ba2c86c7befce36a18cb4e8008b061e39e26960b4d9dcf1e7ea55348f55c441da5d17cd0a424402a8489d52ed1a
-Size (crc-1.8.1.crate) = 9114 bytes
-SHA1 (crc32fast-1.1.2.crate) = 7df65c6953ff7e395019fe411be50fb8673ad5df
-RMD160 (crc32fast-1.1.2.crate) = 4412da5e699626e06695fee297ed23e72b19960e
-SHA512 (crc32fast-1.1.2.crate) = f0ff5c889a89e0c235ff876d2e0bf50a5c97b85c6f19abbc3d12de26c97e678e784c04cc975be7d008b45fba7ac68c9a129680e37492d77f7a0f433fa895c659
-Size (crc32fast-1.1.2.crate) = 38312 bytes
-SHA1 (crossbeam-deque-0.6.3.crate) = b7e291820a77ab6b4330dd1836449488a34a0753
-RMD160 (crossbeam-deque-0.6.3.crate) = 1ef5127cbe33bca38fb15d33b95a467c510f8af3
-SHA512 (crossbeam-deque-0.6.3.crate) = a3248a310c10d09e5a9d394a4e7c571bb75c92c904924fd26b40a55d6fa97c054fa2f1a978ed52263d91b495702c5957dc69aa8793a5c42b4b9e83ac86d4f263
-Size (crossbeam-deque-0.6.3.crate) = 14238 bytes
-SHA1 (crossbeam-epoch-0.7.0.crate) = ae33ebe66472910d10000d50f1b5abc33f04e0f0
-RMD160 (crossbeam-epoch-0.7.0.crate) = 49bfad30940bb1c2cada17a6b4ea70ae88efda22
-SHA512 (crossbeam-epoch-0.7.0.crate) = 25eaefa2995ec546a3da2a1bd8554061ef840036fa93e666cd0850b35b217286000fbf605f0f7d5b85ecd0075694afb24b1cb873241c261f3f40b884320fedd9
-Size (crossbeam-epoch-0.7.0.crate) = 34324 bytes
-SHA1 (crossbeam-utils-0.6.3.crate) = 984acb8a2222d735ae3ef441904c7a9e860bc46f
-RMD160 (crossbeam-utils-0.6.3.crate) = 0f25c67721643427350f42c686c68d41f450466b
-SHA512 (crossbeam-utils-0.6.3.crate) = 3a6df428dc2791a76823be7658905be2c45bb859703bc13e5c1142c4e5c815f2c0bc12da7419370c541afbba8e85c078f0ee0da65c27502972a6187c80b8ee7d
-Size (crossbeam-utils-0.6.3.crate) = 22304 bytes
-SHA1 (flate2-1.0.6.crate) = c65bc1bde28d4c17e66684de8dac35e1f60ebd28
-RMD160 (flate2-1.0.6.crate) = 8e5017c5accbd35c137d37357db48975036416a2
-SHA512 (flate2-1.0.6.crate) = b51c31d41db4f9732156a1f5ac956f0482d988174f06675498647d21cc70a22e97c2c01d8a5d0657b5d649c933f51582553da0be32b096f94fcf92402983967c
-Size (flate2-1.0.6.crate) = 64769 bytes
+SHA1 (constant_time_eq-0.1.3.crate) = 4e721faad7e5891c70ce09adfbf8b3d4de64f125
+RMD160 (constant_time_eq-0.1.3.crate) = 42322b052eba5c2311f41bdd60f98d385b981eac
+SHA512 (constant_time_eq-0.1.3.crate) = b605ef913ae39c4d9658e9240b9d3dc7736c8d668e83326fc3c68498ca177e40960047de1beee684a23ce96bdf3f80d5b76ef7db6f2758c7aeb14f7a2258a69e
+Size (constant_time_eq-0.1.3.crate) = 1279 bytes
+SHA1 (cookie-0.11.1.crate) = 5cb3c28d56192a03c8497a12256d53d84be96700
+RMD160 (cookie-0.11.1.crate) = fa4f888dc75054f574aa5543c5c3038ba56231a8
+SHA512 (cookie-0.11.1.crate) = c19e829136a705e146676186beeee4fb6e18e29baf67dd3e1759530b24b85cf45354ecd519f45da96997372c386b1177441ebcf939b79daf4620e4c5c175ca0e
+Size (cookie-0.11.1.crate) = 25880 bytes
+SHA1 (crc32fast-1.2.0.crate) = 7f553a7365c52674157eb97def13db5789913de1
+RMD160 (crc32fast-1.2.0.crate) = c47363e6ce2e21d9681d1266391843aebfb979cc
+SHA512 (crc32fast-1.2.0.crate) = 2ee73e0642f83e28034c1baca65156e65d751214e83f2a4ce94b6add5ba11f74ffc80832a3348ece1c099367be2b11e820dfb349fae89fbced1b68bd6b0466f0
+Size (crc32fast-1.2.0.crate) = 39161 bytes
+SHA1 (crossbeam-deque-0.7.1.crate) = 7f4dee1aaff656ffb878e0b9a1bb6454fc76f549
+RMD160 (crossbeam-deque-0.7.1.crate) = 961f874f702846f1bc6c0a6008ce49c0a0d69749
+SHA512 (crossbeam-deque-0.7.1.crate) = 6ea3f138aecb4e84b4f9754fa6abc164b5b558987b15bd34562b70cf93ffd9015d017f62098e578236ad8bc1db652b9bfa624edffd5a99f10c3618c3927d3fe2
+Size (crossbeam-deque-0.7.1.crate) = 19407 bytes
+SHA1 (crossbeam-epoch-0.7.1.crate) = e55038abab4fa7edf1ac92e0d09cb04705982718
+RMD160 (crossbeam-epoch-0.7.1.crate) = dc7e0d75bfcf8c90b40b22133d847ca1d538aed4
+SHA512 (crossbeam-epoch-0.7.1.crate) = d527ea799c7f7f5dc960231aa5d24f27ed9389f3a92531046e77686d50740e8f35d1f42510a8e6695776c58e77a3be51aea0dbed459cf81cf8befee1ec573f84
+Size (crossbeam-epoch-0.7.1.crate) = 35215 bytes
+SHA1 (crossbeam-queue-0.1.2.crate) = 277a81d070fea4d615297ad1858cc9b588bd4301
+RMD160 (crossbeam-queue-0.1.2.crate) = e76e05bc5888d2d2a8337811323108f1095aec6c
+SHA512 (crossbeam-queue-0.1.2.crate) = f799ec04a78ee86051bc6a0b99dc95766c83d2ae8672015d1fa95e53aa0f93232f3816b7b2d38bfbcc577516f45af009a5aac04be21f521550347fe87ca0b444
+Size (crossbeam-queue-0.1.2.crate) = 14104 bytes
+SHA1 (crossbeam-utils-0.6.5.crate) = a9165e45c2e621bf3553ac77016b36dd7c0e25a1
+RMD160 (crossbeam-utils-0.6.5.crate) = 8808ebe05797dde4a01a4ff580a8775c9891beeb
+SHA512 (crossbeam-utils-0.6.5.crate) = 5bcf3eed8f28d608b675aa4588b133393ced515e2f7fa37b413b34aa5ee550100899d957906dd04fcaee68cea57d2c8f230e06d6903f5ef117c9313d6cdbc2a8
+Size (crossbeam-utils-0.6.5.crate) = 31735 bytes
+SHA1 (dirs-1.0.5.crate) = 7252775b85dc08ee01357f0bd8a6c3d907b94777
+RMD160 (dirs-1.0.5.crate) = 712f8807b991542b3d4947b92c8aa897b17979bc
+SHA512 (dirs-1.0.5.crate) = 12ebc3e92511373b11c2b7913b7bf74f8022344758057a2c71e36ec262e7ea6ac386bc75c323317406f1b25e965e047ddb308ff5017a1e607b48b978414e7416
+Size (dirs-1.0.5.crate) = 12908 bytes
+SHA1 (either-1.5.2.crate) = bb1a741c47f81091c110ad48e77979dfcf39bf4f
+RMD160 (either-1.5.2.crate) = c0ac667c26de60146c426eae233629eb3c0e3c18
+SHA512 (either-1.5.2.crate) = 88b4ad9854281d6748177b8e18a1cb1a9ac8948d2de8ebadbad94e72bf8b825361b142d890b6264106069af48328bb9844afd248f64b5469d2d2cb81d0ce5187
+Size (either-1.5.2.crate) = 12124 bytes
+SHA1 (failure-0.1.5.crate) = e7cd68915667c140192920fcbc6e282b13867a2b
+RMD160 (failure-0.1.5.crate) = db061da9d21bf41b17ebe8e7445438b2ed885818
+SHA512 (failure-0.1.5.crate) = 8dcfff3b9f7ed03070cdd890e051bcd425535a4e18aec21d5a48383d2826528157ad51893cbaf320953d31752efb22f554ce974f8516706d87343537589433dc
+Size (failure-0.1.5.crate) = 36749 bytes
+SHA1 (failure_derive-0.1.5.crate) = a6b37b3478bec04a32cb3d33d49f55e0dbae7abb
+RMD160 (failure_derive-0.1.5.crate) = 3797dab2845007adbc45ab7362810fa45ced8e67
+SHA512 (failure_derive-0.1.5.crate) = c1a6896d986c126c35045c40a85b8cb8dd8842b9bd06918246205f2e79349e1df5dcdbe408024a0f9693d628e17bbd750a733a0a5cc24de4162b08790222729a
+Size (failure_derive-0.1.5.crate) = 4884 bytes
+SHA1 (flate2-1.0.9.crate) = ec76250ec8dd1537405df4f3c1a9f8a47776c797
+RMD160 (flate2-1.0.9.crate) = 1f448d7b791778dfa1eda87ef63e7eecbb6e46a1
+SHA512 (flate2-1.0.9.crate) = 89ebe7b8cbd24542989b1a15cd8c4b0b32ca1c0e25f0c874824d9d9443fb1e97ef7064509ea2bd32035abaa412e5eff180813b48811cc3088d046fe473f75654
+Size (flate2-1.0.9.crate) = 66207 bytes
 SHA1 (fnv-1.0.6.crate) = c27de3ad3f2efcfd015ca605f9a206b5da2cc8f6
 RMD160 (fnv-1.0.6.crate) = 2dd59fa1942e8e496ea4e2e01dc98279a95b5dcf
 SHA512 (fnv-1.0.6.crate) = f1356b3da25f76cb3ccb4336ff54d4967f1dc7523eae6cba21a4349b8ce563516f6a2aa10d626cd5bb6046b55ac2f246e61e4e526a03fad5e78d0ea174841844
 Size (fnv-1.0.6.crate) = 11131 bytes
+SHA1 (fuchsia-cprng-0.1.1.crate) = 1182289713ae2ef9a909f17e0ee87f372972c23e
+RMD160 (fuchsia-cprng-0.1.1.crate) = fcb487cceb0781d879fd05d4e4ad74f3a5ff5411
+SHA512 (fuchsia-cprng-0.1.1.crate) = ea9f5beb0dfcb023c22cfc2b37ce52dfcf3a2cbbed0f79ffffc332878858386805c65dce8469a431002367562d857a6c064e075688540c27fcb4056a110059d2
+Size (fuchsia-cprng-0.1.1.crate) = 2950 bytes
 SHA1 (fuchsia-zircon-0.3.3.crate) = aed68761b67347c3ef3eda0059157def9eaaf7de
 RMD160 (fuchsia-zircon-0.3.3.crate) = 1c6ff549ecff64347e4b53dc8eb95d1444b78647
 SHA512 (fuchsia-zircon-0.3.3.crate) = a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93
@@ -104,34 +140,38 @@ SHA1 (fuchsia-zircon-sys-0.3.3.crate) = 
 RMD160 (fuchsia-zircon-sys-0.3.3.crate) = 4b9e5d77223362e647972d7ccc66f69236aa1e89
 SHA512 (fuchsia-zircon-sys-0.3.3.crate) = 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386
 Size (fuchsia-zircon-sys-0.3.3.crate) = 7191 bytes
-SHA1 (futures-0.1.25.crate) = e25cea058c9c8003f0a337c4bbc001470d52f07e
-RMD160 (futures-0.1.25.crate) = 89f1b4a79d325158a8007584c5f6849ed2b192f2
-SHA512 (futures-0.1.25.crate) = 5bba3ed715e5ecb40450b3911d2f3d469bfd93935c94a526d70c2b6604de7953f8b1e4ed80a276e42870771f581d3c7f0b40dfb9cd076bd215a3dcffc78136b3
-Size (futures-0.1.25.crate) = 158626 bytes
+SHA1 (futures-0.1.28.crate) = 1f808488c4d12b29fdf88e79e5c4e130e68eff26
+RMD160 (futures-0.1.28.crate) = a2777672132427e37ab5d96d1eb49ba51b7092ae
+SHA512 (futures-0.1.28.crate) = 5abfd2d32d49406da7b4029e1ef30f64136e39173cd995b5d4d6ef777e91acbd49fabca11cc013e7790738728cb243a38a9b998f9453be2c0992d42d6c7b98e8
+Size (futures-0.1.28.crate) = 158343 bytes
 SHA1 (futures-cpupool-0.1.8.crate) = dabd8f42e3a31f087c3ee817ed22bc9464e7d168
 RMD160 (futures-cpupool-0.1.8.crate) = 2c7f18cf2e951194b6363806812ede306010bdef
 SHA512 (futures-cpupool-0.1.8.crate) = 49d7a75e2e0a6a6d2103212a9ad9474119f4f33cf3748b605dfbb461ec822330115cada6bbf6457f2093f4af4cc04b4db63dbab8c0faa8b25ee31fea29f660e6
 Size (futures-cpupool-0.1.8.crate) = 10583 bytes
-SHA1 (geckodriver-0.23.0.tar.gz) = de4ea56661e9d93f97f7b713078e3a97ea19843c
-RMD160 (geckodriver-0.23.0.tar.gz) = c9183b6749d41a4a4aba46e94fa883c0bb720585
-SHA512 (geckodriver-0.23.0.tar.gz) = e36a9943af056b7483cdd2e94a444dd5178eb0d05b722271d313873627b43fbda91f0239e413f924cfa8a9f78a9b7f9415b27b372cb6d12e46c574b08011bba8
-Size (geckodriver-0.23.0.tar.gz) = 56268 bytes
-SHA1 (h2-0.1.14.crate) = fb1be67118035608fc40ff8edfc76584b14fd656
-RMD160 (h2-0.1.14.crate) = 67379424a6e06cc9328042deeb830aa79ccdfc31
-SHA512 (h2-0.1.14.crate) = 3aa07eb2da38fc2aefd780193968e4da6be361c25ef0cc0b83dc77ba1eb68f9b9337749135df8ae9db227c1e918193930a562074ea29528edc58d9655398b4d7
-Size (h2-0.1.14.crate) = 140365 bytes
-SHA1 (http-0.1.14.crate) = e052c91787be2f2aca5c3bdca5884b37a116d8ee
-RMD160 (http-0.1.14.crate) = 7289d9d58c9e75e275a04a5705733fedfa7da0b5
-SHA512 (http-0.1.14.crate) = 7cfc8fe2e3890a0cc430e5bdc8a88afacb185462381c63670acba59607bf89952f823a16c627010bc17e037881b14be5fe2f2ffddf85aeaf781a31f516bcfcf5
-Size (http-0.1.14.crate) = 97027 bytes
-SHA1 (httparse-1.3.3.crate) = 41ad25cfc21cc4f29c1c7b4ec49b030a5c46bdff
-RMD160 (httparse-1.3.3.crate) = beb43d80099d3d01c91f5ed0d112a19b11e26438
-SHA512 (httparse-1.3.3.crate) = b7c3486fde1ec34c07b317df1ad03be6585c3a114a8abcc593dad4244ba372ff4faca9c25151c5c896609dce72523a9daceebd554efc396a937a0c80f87a2087
-Size (httparse-1.3.3.crate) = 23689 bytes
-SHA1 (hyper-0.12.19.crate) = 574e5ad68daee886e9e1becd1525e5c4a4124e0d
-RMD160 (hyper-0.12.19.crate) = 8e796f2f29cc43b826e79cf956caa42a0548ae7b
-SHA512 (hyper-0.12.19.crate) = b90fc281a72e8dc11c55b2eb60a5e4fe4e39eedec4e55d9ae2636d4763d0bb0a3ccd7b6f52eb72a8a6a21b96b18378502812628c4db238b19d3a15649184aeb2
-Size (hyper-0.12.19.crate) = 113017 bytes
+SHA1 (geckodriver-0.24.0.tar.gz) = 9a9034328a3b3bd555d9a117e7f0fe1399e8c344
+RMD160 (geckodriver-0.24.0.tar.gz) = a5e0d746e924c0e7dfaae2403cbb537c2839d670
+SHA512 (geckodriver-0.24.0.tar.gz) = a725acef97ddee233b11ead3ada7311de767bbb068f336c3318ec504f4dcb40dd98475e0b43271ad8cb706f5c75caaae419d432ea1ab57d55a1d4a7d8505347a
+Size (geckodriver-0.24.0.tar.gz) = 57512 bytes
+SHA1 (h2-0.1.25.crate) = 9b86cca1d96360035e880bd0840d0cdeb001d6dc
+RMD160 (h2-0.1.25.crate) = 2ae5174ff1fa379e18139f74351c93b8ada53618
+SHA512 (h2-0.1.25.crate) = bb75d0f8c911c13944de9d49d96226d252ba39cd5c871b6392421383448c04053a3ab81e8f724d60bc4961bd293b5795ec2e1cdfa961124cec481e84c36275fd
+Size (h2-0.1.25.crate) = 153367 bytes
+SHA1 (http-0.1.17.crate) = c93c297ddfb61852eea240277bc7e1de5e115e25
+RMD160 (http-0.1.17.crate) = c715008d10b0dd1ce52f315e62067b09efc0c8a8
+SHA512 (http-0.1.17.crate) = 4ec143aec78ca3c0834eed20926ade333c282fedb81aa482b75f25daffb2584756ab337de5fa0e9e8d5d24f39d5f9976d51a9b08e94c50d162ab23564924cf23
+Size (http-0.1.17.crate) = 98437 bytes
+SHA1 (http-body-0.1.0.crate) = 84bd36e0931a24c0b294a5c77be5a4e240dcb5a4
+RMD160 (http-body-0.1.0.crate) = 534dcaa61c885a6bf5e2f7bb7e7bf6bd078504cb
+SHA512 (http-body-0.1.0.crate) = b1c9fff799f6581160ef232ceff82a0c222a9f1ed3ec24760fb6b156d42739e06512086e4819323aee7e19b1d0b30ac8915f775f9c36d63b4f901546d331cc80
+Size (http-body-0.1.0.crate) = 4618 bytes
+SHA1 (httparse-1.3.4.crate) = eaa8ff074c47b4eb008dd63e38da4e1d2351df9b
+RMD160 (httparse-1.3.4.crate) = 549fe0984407396d47ef72eac967cc743cbb4af3
+SHA512 (httparse-1.3.4.crate) = 97ff294eaf55684412d4e5a00c4077bd517fb1d51c420231281af09cc1dfa65a64adb4a18441db426db41cca91bd7032fbeb9fda02c1b0343466caa9dea8d457
+Size (httparse-1.3.4.crate) = 23739 bytes
+SHA1 (hyper-0.12.33.crate) = f81f0d5ceae1340ba369c531cbf4d0f2a1689857
+RMD160 (hyper-0.12.33.crate) = 96db016112f69199c75f87e36d1f3975bfca183a
+SHA512 (hyper-0.12.33.crate) = 772cc86bbd6538e2feb79fc161c35bbed74f7ba7ffd4ade81c2a504c5756563ed71eb7ef2f292ce993b71b76501971d1fb32c5a929ca6d88c79bd1cd8944f432
+Size (hyper-0.12.33.crate) = 128134 bytes
 SHA1 (idna-0.1.5.crate) = 5fd8219d324ba63bfd0a63a392086f70ec9e3f1b
 RMD160 (idna-0.1.5.crate) = e4049ab9ac2f8338e23c55d1f948c55a7f265d02
 SHA512 (idna-0.1.5.crate) = 217bc49f667242bd89eff708fef395fd46cfe3d24440bfb76869086fb93805c4f49d718251fb1c35ac40d5588ec98cf8b8b516fda53d6d7fd3da1ab04b0d173a
@@ -144,58 +184,54 @@ SHA1 (iovec-0.1.2.crate) = e37c720bf04d3
 RMD160 (iovec-0.1.2.crate) = eb35790d17a2d6dab4353f57e6b1875b0e41ad4b
 SHA512 (iovec-0.1.2.crate) = 3e523bcb8b9891be66398f44c97933d246b7a7fbfc4f315bfda6cdb22ca2786ccc82139ee1b646b4c24f6f50f57fba38f9b1fb7c75e859722e9e9c789b458223
 Size (iovec-0.1.2.crate) = 8565 bytes
-SHA1 (itoa-0.4.3.crate) = c47509fc88ccff54f67f1e7efc713658943e3d5f
-RMD160 (itoa-0.4.3.crate) = 6de7c975f7c4522b2e6a4d1804e42bb0673bdeee
-SHA512 (itoa-0.4.3.crate) = da1d1c988c2c81f37de8d048ca8f8fb8787c48c34e815dc64616368cb787990ae0255cf1a3259f87ad02964c9b3e1e20c759072442c18c7d32db1deac11b52c1
-Size (itoa-0.4.3.crate) = 11061 bytes
+SHA1 (itoa-0.4.4.crate) = fbe126837bac1c5a02458f78e08721041c7f7608
+RMD160 (itoa-0.4.4.crate) = ed98e4ffc1c13d9bd14bca3df2ca315f7d58e052
+SHA512 (itoa-0.4.4.crate) = f5e04bd908457e7592243ce64a99c5283428b767f4cc17d77946770411b06fccb0250625263c3e84a02a018ea7e8a0e4216e1929a71988bab8e1dbf603d3801d
+Size (itoa-0.4.4.crate) = 11147 bytes
 SHA1 (kernel32-sys-0.2.2.crate) = cb00b1c052bc4497cd9593a8191d8d711e02f375
 RMD160 (kernel32-sys-0.2.2.crate) = c25a6cce8b38dad557b1c21e41e688d43406389f
 SHA512 (kernel32-sys-0.2.2.crate) = 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b
 Size (kernel32-sys-0.2.2.crate) = 24537 bytes
-SHA1 (lazy_static-1.2.0.crate) = ebb50de839c69a6e4ceb467bc5e10f9a3b4b153a
-RMD160 (lazy_static-1.2.0.crate) = 92005f698356b188b35ae897b821137e61642966
-SHA512 (lazy_static-1.2.0.crate) = 0d80334da99292d68fb2ea9879540676fd45788547b7170b6df1b0a606c1645a07188837f9414196eb44ac63010a3c84fe5c4319478f6fc2cef837295a255edc
-Size (lazy_static-1.2.0.crate) = 10840 bytes
-SHA1 (lazycell-1.2.1.crate) = cdd694abd50b27e4d5d908cbaa6600e2cc159ab3
-RMD160 (lazycell-1.2.1.crate) = aa0807dc6f3190c61f6525b601ade584e5f55cfa
-SHA512 (lazycell-1.2.1.crate) = de74ccd6a3c32c360a12a51ba1d51d6530130396b37d63350a960956ae0ba13e9ac31e2bb70b61ddf055fdfbe7e559b20a38415cac3906839684905a01256ff2
-Size (lazycell-1.2.1.crate) = 11691 bytes
-SHA1 (libc-0.2.46.crate) = 46383354ed7a4255ce773e6c1891037553ed30b3
-RMD160 (libc-0.2.46.crate) = 7b22631601da746fe161251a5ca75b220ba6b82f
-SHA512 (libc-0.2.46.crate) = 88f27e58dfa06dabf0faf350c2676ba1b00f25d9a0999fc444d00b80f6282ae61dcd4154d5d9ccc8a0cf9e2495d1021982a10ac076b68bbeb3896f09fc0f3fc7
-Size (libc-0.2.46.crate) = 350476 bytes
+SHA1 (lazy_static-1.3.0.crate) = d1fe1503e8e029a84b1b4d8875939d0b200277e7
+RMD160 (lazy_static-1.3.0.crate) = 2c6a061cf2efd4e192d0984704bfc2443460507f
+SHA512 (lazy_static-1.3.0.crate) = 08288790139876765b6d4a5988f47fd2a4bfc77c2f2406ad44e64920a471b5655c7f54cb197e5a40c29ee8b42aecbbefaac2b6f4a7dd2b5e24dd92c46cb9b822
+Size (lazy_static-1.3.0.crate) = 10616 bytes
+SHA1 (libc-0.2.60.crate) = 19b399fa96e8fde936a8ec1dd15515f36d473876
+RMD160 (libc-0.2.60.crate) = 15e5de92d6750eb53e7f69c50809e03a9ae6f7ad
+SHA512 (libc-0.2.60.crate) = 649bb508f5e2800712618e76686c12dd3e7956ce2197d620b1b53427496296889f2743cf060e53400b33ea86982dff2c7d7c85b151fc1233895fb4c7f786b39c
+Size (libc-0.2.60.crate) = 409744 bytes
 SHA1 (lock_api-0.1.5.crate) = f1bb15478101ba653e11cf368c4f5a32c85cc867
 RMD160 (lock_api-0.1.5.crate) = ba1a2e7fc818e0cdef3386da54a0041444173327
 SHA512 (lock_api-0.1.5.crate) = e6049a8a840c11f00b6505dc9d01d1f759aa7bee47520f86e36caf6c52ca476236b09609b0a5cab0f4c247a40a4736f8fc04cf26fce0962cbbf2956ad4adbfde
 Size (lock_api-0.1.5.crate) = 16967 bytes
-SHA1 (log-0.4.6.crate) = f9cb8d6a9370d2908b288fa8f1f1c579a531a882
-RMD160 (log-0.4.6.crate) = af66860f529673c05c3a4b161d0290c2bbfb462c
-SHA512 (log-0.4.6.crate) = 3844c771f97531ae7312c6bb0cf74ccaab94925f68bf1172419cc44fa4b5373f3ac6b42fb6d0ba636a970b295ea5d1b5abbe72b4da67a103e8dc4ed48a0cc5cb
-Size (log-0.4.6.crate) = 22303 bytes
+SHA1 (log-0.4.7.crate) = 5183147cee8a366c95810728b21c07c3d360e7fb
+RMD160 (log-0.4.7.crate) = 8bb103f9439b4bdb20ce024c0b2cd81a7e3d84aa
+SHA512 (log-0.4.7.crate) = ecc8ba6fe505d8366ad9ee691bc19bb97654097d796d80eeb2544ac71aa7031fd57aac8d64eb065c8cc74471a8cca0a7e2092fb20e88cfc64050b650c2f760ba
+Size (log-0.4.7.crate) = 30733 bytes
 SHA1 (matches-0.1.8.crate) = b63cddc6e8278d0919db5bf344d9fa97c25cad04
 RMD160 (matches-0.1.8.crate) = dc8239e015b64fbc488e1ea9ff74aad38f872a72
 SHA512 (matches-0.1.8.crate) = 98b58f6a2694b03a7dd1be69ebf7e3ad14483fc8e4cb6e6c26a4937e4e660e843efb4dd04a7312dd9659ca02acd3775678f73b8faac44a76ffafaf873c22f590
 Size (matches-0.1.8.crate) = 2216 bytes
-SHA1 (memchr-2.1.2.crate) = 92094d70f54007b8678ed099db23a490d823953a
-RMD160 (memchr-2.1.2.crate) = 1973ab2a3624060a2aa1990ccc9b8e4a5b7988df
-SHA512 (memchr-2.1.2.crate) = ba3bad3b911fdd767b6c770209e93dfc367c6228117a5d85bfa95d70ec66df9842f3cf788ac560d1255415dba49028187542000b9a71fbe79ec51a386afda38f
-Size (memchr-2.1.2.crate) = 19520 bytes
+SHA1 (memchr-2.2.1.crate) = 330ebaa0d1adc3520b9f4b59ec859c64eb1abfc8
+RMD160 (memchr-2.2.1.crate) = aca0b48f210edc886ab713fa1c8e99f2f581dcb2
+SHA512 (memchr-2.2.1.crate) = 0f5e11507a4235edaa8ef639753abf62f1c187c8c6e35b0c80c9306958e41893492d4995e28bf28e5710e8739c7e75bb75a515507ec87870741a3b426ba8f44d
+Size (memchr-2.2.1.crate) = 20862 bytes
 SHA1 (memoffset-0.2.1.crate) = f2d9e2c1f9d8bbeb74c3410879b9450ba936d4df
 RMD160 (memoffset-0.2.1.crate) = 5920a7d0cbebb035c2e91fb056f54a48fd8ac2ee
 SHA512 (memoffset-0.2.1.crate) = 4901eca49eb20acc53d1120548925d691d5e0a0ee899f5c26f55f8b997549cea3b819b1f9b4f5495f4bc73fbcaa386cda50cefdc0036c097c4eeca8086568530
 Size (memoffset-0.2.1.crate) = 4618 bytes
-SHA1 (miniz_oxide-0.2.0.crate) = a0478a355e9a58dbd60cdc783bda658be703d0f1
-RMD160 (miniz_oxide-0.2.0.crate) = 363d79e4a8201e8defef75a28accbd224bd3cb36
-SHA512 (miniz_oxide-0.2.0.crate) = 479aefdd98b5e7518053a81c4c2e0c86be1998158b6aca8467338b1593f282471e88f25168af0853a44448e46cdb68face063a449604e929e4f5ef9695df1464
-Size (miniz_oxide-0.2.0.crate) = 49387 bytes
-SHA1 (miniz_oxide_c_api-0.2.0.crate) = 3ecad6afed534e92dc442d119cd90da71d8d6456
-RMD160 (miniz_oxide_c_api-0.2.0.crate) = c537553c64996b52295459ffd10b1300e3b792d5
-SHA512 (miniz_oxide_c_api-0.2.0.crate) = 9c557372aeadfc916dbcd9237d54817732ce1b8a5f87afa62f0e5bf95e8512099a9a96b322852f39b44472b94d0d638af6405a2832c4c9d67f3dcaa7300f0055
-Size (miniz_oxide_c_api-0.2.0.crate) = 166923 bytes
-SHA1 (mio-0.6.16.crate) = 9df11ffe56e8d6e09f599fd17a9697382ad797d1
-RMD160 (mio-0.6.16.crate) = 6aa3bd58ab209388827c60b39373fe124c270f10
-SHA512 (mio-0.6.16.crate) = ca9290edfdbd4659c686a9f47d7bcd2177001fbfe02ce1fcf6e8aaff4c6e4ba52abb0d698b103337e4587789e7e31945886a90f5e334651d27ac7b109f560c95
-Size (mio-0.6.16.crate) = 126174 bytes
+SHA1 (miniz_oxide-0.3.0.crate) = d4310dcd70090a16239fe99bca1a4e84d6fa6fec
+RMD160 (miniz_oxide-0.3.0.crate) = 9b6a3d6b424538477c9255f2b330c8ce3e98acfc
+SHA512 (miniz_oxide-0.3.0.crate) = 34c5e5e34bfe13d4ba26d725511cdf7f75e4496888855237798087da23d179507dfcee9e5049455016d3069bbd1273a7dbd32175799c07fecd83dc44d32521fd
+Size (miniz_oxide-0.3.0.crate) = 48726 bytes
+SHA1 (miniz_oxide_c_api-0.2.3.crate) = 9bc696686968ee60c02e8624fbcdc7e5eaf14ad3
+RMD160 (miniz_oxide_c_api-0.2.3.crate) = 218882fb5f75792d2bdf51e9bc6a0d9dfc8ddf5a
+SHA512 (miniz_oxide_c_api-0.2.3.crate) = b89da9ce87cc98225666a97ad6394adbfdd510fdcdcc769f1ac164680d94c24162d08dd14d6b832b22c1787e3bdd49cdb253bff408cfcf8523ee4105f88774aa
+Size (miniz_oxide_c_api-0.2.3.crate) = 164714 bytes
+SHA1 (mio-0.6.19.crate) = 0876cda95a09446cdb54c90a4414634e08b810cb
+RMD160 (mio-0.6.19.crate) = 0c186f8f91a53e72688448bc1e143dd92fbc3a0e
+SHA512 (mio-0.6.19.crate) = a6eeb93a34a4a4d486a821763cf660d6c5d3dcb08a7f1cd32a04d918d5196cd50cc29b30c5a97eeca68ab1cda50bf36a50c2c787e08ae3d2a2b9134350acd097
+Size (mio-0.6.19.crate) = 128192 bytes
 SHA1 (mio-uds-0.6.7.crate) = a2fd10f4ed64a230ee1e2ce14a6ffb462e20c71e
 RMD160 (mio-uds-0.6.7.crate) = 3f4b14a55229a89af6113ed9cb6279399ba66156
 SHA512 (mio-uds-0.6.7.crate) = fe16c8702eef599c2379a2b72a0408970c3318e240d6ed59077c7fcae142bfcda4d9e342e3185338671b82719f7c2ab156bb28a54818a54c249216dbb0f8bb04
@@ -204,18 +240,18 @@ SHA1 (miow-0.2.1.crate) = 24513c07f48a66
 RMD160 (miow-0.2.1.crate) = cb287b2c09dcd951fb798144902df7b503dbed2b
 SHA512 (miow-0.2.1.crate) = b2639b1976274b7a01ec3ff7fd019087775e3bc5365101b24db480bf9c9b66e8a1aa34405d44db6c2be753265a5124054eb37870b84cae2c63fb6b36bd5c6d72
 Size (miow-0.2.1.crate) = 21133 bytes
-SHA1 (mozprofile-0.4.0.crate) = 4493f77ea625870fd175514097e89d6fe7bd4970
-RMD160 (mozprofile-0.4.0.crate) = 4cd1c05a5fdf437191b05435621f1d0cc95d797a
-SHA512 (mozprofile-0.4.0.crate) = d70af620d6613ee12a8e15c026f85acc6cdf588621e7cbed46e6b6d2d102811d02c429385e9d04413bce1f5deb6c2bc7d5634ba2d75ccdff923886a7f082d5da
-Size (mozprofile-0.4.0.crate) = 9122 bytes
-SHA1 (mozrunner-0.8.0.crate) = 3fa4921c7ff8a695c9d31b1e098654480cb8031b
-RMD160 (mozrunner-0.8.0.crate) = 25ea317ef9d11bbd03d062c0d99e1ed761d6cf9b
-SHA512 (mozrunner-0.8.0.crate) = 1b9c6f5a715a44a03ae6e66638cb17474da57e59f8d1c5949ccf303044ce1ed9523a098613bbdaa45631de143c8cef8f47460639c4940dd23ea71d537e308f81
-Size (mozrunner-0.8.0.crate) = 6542 bytes
-SHA1 (mozversion-0.1.3.crate) = d360a7532ad655bf13f5b2576bdaa24226efef4c
-RMD160 (mozversion-0.1.3.crate) = 64305088fc078a7bcfc34480ce90f822edc98819
-SHA512 (mozversion-0.1.3.crate) = f78641ef054f2e9f27038d8449b88f1f72a023ceb21126c2c341704a11b563c80f9d843627382e7342ebdf96e55a58f653cc2827125c211c06a435f64ae345e3
-Size (mozversion-0.1.3.crate) = 3387 bytes
+SHA1 (mozprofile-0.5.0.crate) = c1dd7acc5ce3fa2b9cfca768641dd7defe981c01
+RMD160 (mozprofile-0.5.0.crate) = 377edbf9acabb76ee48ba1cde88f0a8716ea346b
+SHA512 (mozprofile-0.5.0.crate) = 4eba3b5782f6f53da41fef29135b3da22d5a184a2548dadc8503d4b001b0a3943c30a4542a99ddfdaaea9236e174332e8099a31e8985de156bfb626bed98c607
+Size (mozprofile-0.5.0.crate) = 9209 bytes
+SHA1 (mozrunner-0.9.0.crate) = 8b1d4f9abb87765502a55c3f74ff83b2aa293c50
+RMD160 (mozrunner-0.9.0.crate) = baea45ef0e95cf139716b69706ecda97e5fccbdc
+SHA512 (mozrunner-0.9.0.crate) = 83d18cc87c17c8a1beba73133dce7440837ef986019179c87b18b2b19f1114a76b0ecb1c832216b8f797a041188f9d0cab0529822f54f21dd6630e9fd521d4a8
+Size (mozrunner-0.9.0.crate) = 6600 bytes
+SHA1 (mozversion-0.2.0.crate) = 5b7c1980bf45a3f5b4fd3af7e4552f636742b460
+RMD160 (mozversion-0.2.0.crate) = a94e118820fc45708308dfb0713cc113d345975d
+SHA512 (mozversion-0.2.0.crate) = e4bf7457935daa97aa81eaaf9e11490e49bc3657c34a402a4f808f34d4bb56e52f2e0bc5e2011c572e794db18e74a76de6296fd12b63a3d870243b10625d4b24
+Size (mozversion-0.2.0.crate) = 3410 bytes
 SHA1 (msdos_time-0.1.6.crate) = 9854dd896da355b0a597ffdb3b980f0558ec45ed
 RMD160 (msdos_time-0.1.6.crate) = dca5f213b56bef23d9af2c70bb7b920f3e42504c
 SHA512 (msdos_time-0.1.6.crate) = c6e053673a9ebdf442ff064b5353b7af9c660f1a498f487da7893d31cc7a0b6debff4ee9e134299eb94e3fbebfd16d7561940b302b1ce976ea5c7bfd5cc19fd3
@@ -228,30 +264,30 @@ SHA1 (nodrop-0.1.13.crate) = df9cc479d75
 RMD160 (nodrop-0.1.13.crate) = 6478a3dead0c72da1d32615205d0c2f4ab17734a
 SHA512 (nodrop-0.1.13.crate) = 2648c0aec970c99f001dbd8169939731610ccff6433acba8c71c669bea5078613b2a785d3ac5ce5a839fcec714b5bc55f2cc83522ab4cc09560c846f4cf8023e
 Size (nodrop-0.1.13.crate) = 7508 bytes
-SHA1 (num-integer-0.1.39.crate) = 0b0bfac7a29e04dc523408edb682a028f47ebd41
-RMD160 (num-integer-0.1.39.crate) = a72bc9c1474befe5ad6ff0e427d2c09cdf736bb2
-SHA512 (num-integer-0.1.39.crate) = 1e00ef9fe5adcc312b4b8a59923015eb1387d90e6b3d7239b3aabcd83a9e67f2384b3a383d84ce8cdc82a470770f56373a89f0a679727a5fcc8f5bdb1f1209e3
-Size (num-integer-0.1.39.crate) = 17881 bytes
-SHA1 (num-traits-0.2.6.crate) = 6dc748f859c200c4c6e645f45858a5abe2aed5ac
-RMD160 (num-traits-0.2.6.crate) = b9711ea18adbc559a892b0741877f5a5a840e3e8
-SHA512 (num-traits-0.2.6.crate) = db638c662737972f07bc7ab82b923bece8a6c04719199ec0c7ca90140ac11e4fd1e4eb3748a69ddd3ad2791d4f5f5f69a00ce8aae92a647d9015d130f85b6b4c
-Size (num-traits-0.2.6.crate) = 39923 bytes
-SHA1 (num_cpus-1.9.0.crate) = 1c5e0dd94fd9c74c7c6b2882cf1af8c01a2e5a40
-RMD160 (num_cpus-1.9.0.crate) = 4cc51dc6223098ddad4c1ded4ff1fd4affa5a66b
-SHA512 (num_cpus-1.9.0.crate) = 8e51f266dfa1b9837f677d41a7edafe3768a9a0fea552ff5e63ca52874d1bf174b7fab018b1a6c130cc33259d0ff81e31d3933a376535f63c28d6da206d05c02
-Size (num_cpus-1.9.0.crate) = 10599 bytes
+SHA1 (num-integer-0.1.41.crate) = 43a4a49fbe3ec67e71a17dbdb12d3fb0b918273c
+RMD160 (num-integer-0.1.41.crate) = e06edb453ac7b73cc9d74564e8323d3e856694b1
+SHA512 (num-integer-0.1.41.crate) = f979ace06e3c109e9b5217a85341117ad12bb6e8da1b7ad799d91a967e3da1eb785fb114294f049ed8a2022cd5269c1ff771bc319af3da0899df97a1e412297f
+Size (num-integer-0.1.41.crate) = 19399 bytes
+SHA1 (num-traits-0.2.8.crate) = b411e2e6f6a34fc4e37f2a57dd8b014000f8693b
+RMD160 (num-traits-0.2.8.crate) = 62894b86266485969ad5c5bcf1829701b579b528
+SHA512 (num-traits-0.2.8.crate) = a3019e45744245837b2f146ab4213746c93a1ad701958dd418272af89451b843f9b643eac673c1397f6079da7709c7e9ff46e0e829a4cf6092772c9d77bbc534
+Size (num-traits-0.2.8.crate) = 39965 bytes
+SHA1 (num_cpus-1.10.1.crate) = 1c8415c3b80494c1d6625e8937fcb762718bcd9e
+RMD160 (num_cpus-1.10.1.crate) = 1802e890170e9d79802badd2ad6e1a4ddfe4a5b1
+SHA512 (num_cpus-1.10.1.crate) = f1f7408dc1cfe7c718928d8e3e219e3001ce4207467a0a129546f2729ba43a7bf334cd5d328a7f8f8b1c276382c8a0f9d7abf60a3ae2c32f4adafa96c6ea62cd
+Size (num_cpus-1.10.1.crate) = 11151 bytes
 SHA1 (owning_ref-0.4.0.crate) = 34e2c9bf791e6f550e09712cd39b9fc73d5ce1a3
 RMD160 (owning_ref-0.4.0.crate) = b3718973496355ca2de77e567f3cb2388ff203ba
 SHA512 (owning_ref-0.4.0.crate) = 51bb1cb259452f7395bce0ac4e7d2d6f3733dfe7a8a1a46d50179516ef921924f745a248e4816da5e434b589b5956a20ca554f9a93790b2ed1c55451b9b885ba
 Size (owning_ref-0.4.0.crate) = 12233 bytes
-SHA1 (parking_lot-0.6.4.crate) = f8316cf16224612146ec4d8874b026fd96653fd4
-RMD160 (parking_lot-0.6.4.crate) = 90c4e6cec322cb5cbbdeb7755c1fcdbfb0c22625
-SHA512 (parking_lot-0.6.4.crate) = e2d91dcddb872d09d1f4a9d7fff21ca53c0c8b15f49e46b68e4a59f2ccffe1e852214860bd99d9407a66e4b6ecf102fb96ad792bb3e9676ecde349d728f16028
-Size (parking_lot-0.6.4.crate) = 31890 bytes
-SHA1 (parking_lot_core-0.3.1.crate) = a3a01f05b77c8c77bc264e0f818d49e22dc57b4d
-RMD160 (parking_lot_core-0.3.1.crate) = 4f36cfbdd51c74d67574835a5feb7fb16decaff3
-SHA512 (parking_lot_core-0.3.1.crate) = 3cca0091e839cb0b63dd17f989c1d3d196e9706b4adb227f9308cd2b43b68806dfdf0b7ea098592cdc520bff249ddcadf23d0c0a7c23eda179ac11594c26e127
-Size (parking_lot_core-0.3.1.crate) = 26635 bytes
+SHA1 (parking_lot-0.7.1.crate) = 54c7d113dbeb4c703e46da5435882b6c6a7e2f64
+RMD160 (parking_lot-0.7.1.crate) = 34a24353720b1c0c088b34e54c8ae1df2f29ea22
+SHA512 (parking_lot-0.7.1.crate) = d83d3c457e15ffce500d4fc82d0b9840ea2ed36d43d4eca841b05b0a9ee73ff6fcce07ccc3a6f0d06d950d7beff85db0c3d13dc1461adfef390d6b3d85367bed
+Size (parking_lot-0.7.1.crate) = 32670 bytes
+SHA1 (parking_lot_core-0.4.0.crate) = ee7f60ef1ba1c3062a99bdd47750caff4a513a4b
+RMD160 (parking_lot_core-0.4.0.crate) = fa8a0e4fbb236dfb080c3baf5deb2af2c98ee4a9
+SHA512 (parking_lot_core-0.4.0.crate) = 25c0389e9d3d88725398fb304d3a4c20a3da0bf0d67f12c7cdca38f8068dc6ea7b57341579136cf4792cbb92fd64dd33cd91412463f4df8902e1b8c87ca08d08
+Size (parking_lot_core-0.4.0.crate) = 26817 bytes
 SHA1 (percent-encoding-1.0.1.crate) = f3ba1d540cf6265d76b8bd2947eddf3ab21f35f6
 RMD160 (percent-encoding-1.0.1.crate) = 68898d3983e831ac02ae8d440a5c6f5a8e395695
 SHA512 (percent-encoding-1.0.1.crate) = 6e884d7172e8cadcf6e39056c9f92b70252f56a8062af0e792179dcf990344f47553c04e2fce84841f20f5c28557d7768727f60c862b9876d29cabffd4ad19e9
@@ -260,42 +296,34 @@ SHA1 (podio-0.1.6.crate) = 87e0d5fd48718
 RMD160 (podio-0.1.6.crate) = 81b69b745caccff1c0f8b59cf75e396ea9d57d18
 SHA512 (podio-0.1.6.crate) = 91901b941780db01f01848ed63fe44decf3543dd5163804fbd0118435ea60b43baba9d24bb1d182e929744a32ab4b2a0bb7fa9b6e9f3d32966bdd6b8ccc631f7
 Size (podio-0.1.6.crate) = 10186 bytes
-SHA1 (proc-macro2-0.4.24.crate) = 5d0b775c4ed590e03918d5e994cbfb1fc852f1b8
-RMD160 (proc-macro2-0.4.24.crate) = bbd92a79ca663073f20126fdabdc0edd386d0557
-SHA512 (proc-macro2-0.4.24.crate) = 57ae6a761fcc14f22277df025db6b09f1173035e1496d1c4906d9af9231c19f0b93750abf36e4013ae82799069869047a7e3f1b3e095344e55c603fe5a462d03
-Size (proc-macro2-0.4.24.crate) = 30970 bytes
-SHA1 (quote-0.6.10.crate) = 92b2475d65e82f7a0cea4cddfd62c8239dc93158
-RMD160 (quote-0.6.10.crate) = baf3e1f9cce4dd4e92a8ae20c4b5ce8ed768b63f
-SHA512 (quote-0.6.10.crate) = 92250a3664fe872175ee8c8aa7c4fec121ffe6fcec11a957646fab1297e9e946be03924ce1d7897125cdc0d4883400ac05774ed55a32f943a129fa8d48a1a162
-Size (quote-0.6.10.crate) = 15795 bytes
-SHA1 (rand-0.3.22.crate) = 5bbae2d8ef331c987ec19de8334d16e5a1b70198
-RMD160 (rand-0.3.22.crate) = b205c1039b3f9dc31f58377d27ec3656e7bc4910
-SHA512 (rand-0.3.22.crate) = 1b3af2048992341ce5a3bb5d5c9bc2580949dc5e92f7aa14d17bc3eb3cde4ff4ffc9201ff2c4dcc02dbfefd5307f0731775ec46825032dc1b576a2d77cb4cee5
-Size (rand-0.3.22.crate) = 11318 bytes
-SHA1 (rand-0.4.3.crate) = ce80f993064573f247f06695265e89cfca2451cd
-RMD160 (rand-0.4.3.crate) = 0911fc63ee17323176b7806d7ed6db412b32ac0f
-SHA512 (rand-0.4.3.crate) = d287faa583d07134a10db61d1dad30a3ac006624815240d50a8a21faca49085c3ef5c01c3741def25b3e93cb52507fff36497521caacf525e106f419013381d3
-Size (rand-0.4.3.crate) = 76094 bytes
-SHA1 (rand-0.5.5.crate) = e19dccf087b45974147e8fe0c43c85b7472212c3
-RMD160 (rand-0.5.5.crate) = 09a484f5c5e3501d87ec80eb4be990fcb421b9a9
-SHA512 (rand-0.5.5.crate) = e135a9c97943662bcea9c4730f19ec6e01ea73303801101592c14e97b59adbbc3457ed7a3dd57843776f5febb6fa34890aad9d1c2c596ae89416e1a281062cc8
-Size (rand-0.5.5.crate) = 137359 bytes
-SHA1 (rand-0.6.3.crate) = 36ac2d063aec6ac9aeb45ddfbc19b7f770ec00b4
-RMD160 (rand-0.6.3.crate) = bc59d72ce8320fce8783ce0ad125b1cb1acfdf87
-SHA512 (rand-0.6.3.crate) = ac87f6bb1e6801be991ffac2daecab8c64a1b74602a4e23c5efcc2f0538a072f02522bb7272b82e20354c8dac99293f16ddb69995ddaa25f791b2bb402e9f5a3
-Size (rand-0.6.3.crate) = 117566 bytes
+SHA1 (proc-macro2-0.4.30.crate) = 21bbe0ab3aeab5bb553f6ebc1b28f986e44c43e1
+RMD160 (proc-macro2-0.4.30.crate) = 43879e7551a9f3ccf5f7c99d93f1c06201690ac8
+SHA512 (proc-macro2-0.4.30.crate) = 73a8de3f1d76a8baf2d45afc1497bba8c0cbf231bf9b6750b9cee2473f492d5f3957ac149998da720acc8287c96d604971b51dcdfa629523bbdd97c297856ac0
+Size (proc-macro2-0.4.30.crate) = 34731 bytes
+SHA1 (quote-0.6.13.crate) = 734e60e94378298dea42e3f9e7281365787f028f
+RMD160 (quote-0.6.13.crate) = a6e3a2ae56e97c6947e0bd2e39a9570296d7dd34
+SHA512 (quote-0.6.13.crate) = bafa9ba42ea6ff2d6df652384485c58327de6eaea2832423eedd8ef8b4aace673c23b70f1f22106515ac13d7f625cb8b1a5e8c4388c1701ea3cd86fb9ac3056e
+Size (quote-0.6.13.crate) = 17475 bytes
+SHA1 (rand-0.4.6.crate) = 9d9b39e8c5a657ca98468b87d24056204c3fd600
+RMD160 (rand-0.4.6.crate) = 3ebd6b09b3711e161797786af86776d88dfa4029
+SHA512 (rand-0.4.6.crate) = a91c6da7188b426bf9cb832892ee2af87c4cd65fad505c34e9c63343da71efe8c0c67b75c405dca5345317b7940d1d0fc0b20be85afd6b3089203e5698d86f0a
+Size (rand-0.4.6.crate) = 76401 bytes
+SHA1 (rand-0.6.5.crate) = aa589c93af6f38fb347220e12c807aad8d1d449c
+RMD160 (rand-0.6.5.crate) = 427c0ab83f05d822421e780e8ec040b68ec770c9
+SHA512 (rand-0.6.5.crate) = 2eb84bed29708b8ba109f4329bf6f1cac6caed9d91b2aaf185d68dd2eda73d3fb7be2897d0596fb28352e799ccf92c161ee44599d5cb426ba9c3b8c747831904
+Size (rand-0.6.5.crate) = 104814 bytes
 SHA1 (rand_chacha-0.1.1.crate) = 8939c0b3f813795e2c539d913c11d485284b5157
 RMD160 (rand_chacha-0.1.1.crate) = 1859cc8038a4f6bfca8ba9265607088485b64648
 SHA512 (rand_chacha-0.1.1.crate) = 200d39362ffd6d91cfe80634e951c7323a5df8a382c91e3afcef1ecb143a16dc47a17db7f1a746b18e4ea8bfd36bc31ceaeff6d0116e166f8b34e4a8530b3c1b
 Size (rand_chacha-0.1.1.crate) = 11703 bytes
-SHA1 (rand_core-0.2.2.crate) = e9f716d89c71caa3d35d84bd18dd2b7d74b03891
-RMD160 (rand_core-0.2.2.crate) = 333621510560ad7e8e982e5d6ef1dd5d2b932afb
-SHA512 (rand_core-0.2.2.crate) = fc06e20d22751c55cf869707b527a55709c48d04d498b4301b4d629e4fde2e2ad0d9009734ad20f64f188f55b2e4d5f0ed8a81b7e681a8a0890a4900d63a0bde
-Size (rand_core-0.2.2.crate) = 15450 bytes
-SHA1 (rand_core-0.3.0.crate) = a007c576d5cca17259fc23b4b4d5879d729824bb
-RMD160 (rand_core-0.3.0.crate) = a19a998a918f95fcd70748ddd120089a022deda5
-SHA512 (rand_core-0.3.0.crate) = a476510ef936571e3351f42e0f1c615530732b7c66f41975fef10dc6b8f4d8536a6d8166bb90d6da2bb997108ee3e87f4d80884264b239680e6ffd3494dcb748
-Size (rand_core-0.3.0.crate) = 20581 bytes
+SHA1 (rand_core-0.3.1.crate) = ded22dbd0544f368082d1e1f1329f43be44e7aa1
+RMD160 (rand_core-0.3.1.crate) = 151b865da8c059c878b5f248c53d0cc434af2536
+SHA512 (rand_core-0.3.1.crate) = 5a7ae601124502bede760fd3179c2b28059ebc3b5983bfcb6b8fa62fb58df95cedc1aeb2734e792d894dfa4620801c13c29702f9cbee64243121575d4b6b9114
+Size (rand_core-0.3.1.crate) = 15483 bytes
+SHA1 (rand_core-0.4.0.crate) = 2e03b6903dbe7e879c8472f78aea56d714f591b3
+RMD160 (rand_core-0.4.0.crate) = b7e2fc8530d7153ffa54ae73280950ce4ff7263d
+SHA512 (rand_core-0.4.0.crate) = f80e76dabd3308a12880a9aa8b7be83db39b02778c95bb63f862488789a2a67e2f08d4f2dd1ad803c61df0a9fc7f6620aa753b3bf394542ce27c89189a911845
+Size (rand_core-0.4.0.crate) = 20326 bytes
 SHA1 (rand_hc-0.1.0.crate) = 24a8471816f4c4292a6fc979c81538777d34c34e
 RMD160 (rand_hc-0.1.0.crate) = 067ca62839fb5cde9dc018dc0c95db5b6eb3387b
 SHA512 (rand_hc-0.1.0.crate) = 808d8c167daa66a2608884d5d3f1444cdb21f8ca1c61e59fc9bdfb506a634ebb22c0143cfc0574e15313f82559fd2d117a46910eba3b4eb7e0052ec280f5cd2f
@@ -304,58 +332,66 @@ SHA1 (rand_isaac-0.1.1.crate) = 197e8015
 RMD160 (rand_isaac-0.1.1.crate) = 5d0f0a1a2b0385cd7901ceeda695d31cfacd0cac
 SHA512 (rand_isaac-0.1.1.crate) = 9e8f6c79abc53352c971f8182dcaa7979904d5649eec9008262bb0aaf0585b4c4817351cd80ffa8d07f172ff4c82d85a09ef2642a08f608fc6be3e246ed7f82e
 Size (rand_isaac-0.1.1.crate) = 16020 bytes
-SHA1 (rand_os-0.1.0.crate) = 0e3213a7b2c97a47e8b5baeb0b83b85451a5eab9
-RMD160 (rand_os-0.1.0.crate) = 9017d49af3681f6e9102f889133568044ec2d776
-SHA512 (rand_os-0.1.0.crate) = a1c653bde687787e23f0833a9644c4ba41b9cf80ce72bce1c98951f623c91f06b05ba085d29fa1ad88a7a8affcb0f94b9ee486109ee297ee4ad5e26a3bd69466
-Size (rand_os-0.1.0.crate) = 17915 bytes
-SHA1 (rand_pcg-0.1.1.crate) = 8d1108ad484d0cfdc39447a35e660feabb37ecbd
-RMD160 (rand_pcg-0.1.1.crate) = 533f5f25ebbaa1a055a09242d0b79246d8dd4933
-SHA512 (rand_pcg-0.1.1.crate) = 5104d9a3352f631eb7775218fae6da430d0b26c500aa10a333baa0b1b3d4ff7ff6e8a0162cfe8f514382b0a9342a00e3d2ad6b0313047c5e0c324f3184cfa9e3
-Size (rand_pcg-0.1.1.crate) = 10881 bytes
+SHA1 (rand_jitter-0.1.4.crate) = 53b4aa4eb5ed689ddfaa8274415b035193f3f63c
+RMD160 (rand_jitter-0.1.4.crate) = e5c1e68eb77d3b49f45df42b5c968ace138ae3c8
+SHA512 (rand_jitter-0.1.4.crate) = fe3791612cf82bd0ad1a115c442b4a007141647eecd48f49dff9a5d326c374663d9bd2e511c8d292e1dba44665359b522cd5d57ccd3a18598e88e42ee1670e4a
+Size (rand_jitter-0.1.4.crate) = 18409 bytes
+SHA1 (rand_os-0.1.3.crate) = 07426849038cd02b227cc642dd6af6a6d3657def
+RMD160 (rand_os-0.1.3.crate) = 31464c2c79c6feef74efeeddd5e7c1bcd23e925b
+SHA512 (rand_os-0.1.3.crate) = 01e81a692b78df3b2bd65bc285e5052ccaf208c7d0ace414f251db4fcff7f9ae1502ee60ca5745c95e778d3d5efe15fa84153c17c422b6b6bfee829376c14575
+Size (rand_os-0.1.3.crate) = 18965 bytes
+SHA1 (rand_pcg-0.1.2.crate) = 0e2e0a9d220cbba11612b1841f80c972a88d3fdc
+RMD160 (rand_pcg-0.1.2.crate) = c961a4b07e33d52df877640e517e6bde5439e485
+SHA512 (rand_pcg-0.1.2.crate) = 6bc684778ba60c2e48793d4759b40cb0d35b0bc20ca0fc39fdff7c3f8fe9082dd7b5d5f26a7f17bafc6f3568924eac1bbe45820b1c2b09c91731ea5487d76d9c
+Size (rand_pcg-0.1.2.crate) = 10844 bytes
 SHA1 (rand_xorshift-0.1.1.crate) = cc720ac6868eb09e50f34e1fd260fb5580199432
 RMD160 (rand_xorshift-0.1.1.crate) = 510849fe396efa98d27b272f6c7884d69b9151c8
 SHA512 (rand_xorshift-0.1.1.crate) = 3205499ed2584467dedb4641a48f3ca8fedc263b1d9431d36a251af0bc4701d99ce4b5219d515b9b24210dd3ef2faace6efa886aa50f361e07f53dd0fb0841e5
 Size (rand_xorshift-0.1.1.crate) = 8997 bytes
-SHA1 (redox_syscall-0.1.50.crate) = 33cd5f10bfc6ffa6cf8824c462c8e7d979f5daf0
-RMD160 (redox_syscall-0.1.50.crate) = 3e5fef404bcfc68e10c79508b241e397a7fd5f86
-SHA512 (redox_syscall-0.1.50.crate) = eb98bec77830bf2eeb0943bee2818f85881ace42e49122005195c65366596be3e886f592c3561288f253951b2768ac5b9e02f9f815961500a08176ba777b27a6
-Size (redox_syscall-0.1.50.crate) = 15609 bytes
-SHA1 (regex-0.2.11.crate) = 4731c7800c908ed086db11503cce1d00915c01e7
-RMD160 (regex-0.2.11.crate) = 0f9d5f87f3bb59af74a84dd2a1d430ff48d73e36
-SHA512 (regex-0.2.11.crate) = e0f48ab9a692f7ebd83a21bc70060aed0a7dccc9aaaef6995262fa4e2e33f4404a04a217588b72025820b1a0e4697c076ad47a017e7c51cdd4b6c1909c015ead
-Size (regex-0.2.11.crate) = 209507 bytes
-SHA1 (regex-1.1.0.crate) = 6ea359f2e53750503216012f284c5d4f79b4c0fe
-RMD160 (regex-1.1.0.crate) = 30c1df865aa99c31b45fcb92df7c2d0454d4f481
-SHA512 (regex-1.1.0.crate) = f60d9e7c5a8647a1e0d35e995e799335ae695903985cd9f90923ab6483172602e9493005b7c7bd3dee0824de992dcd2f03320d58419206a0d5cfb675c68c4745
-Size (regex-1.1.0.crate) = 241219 bytes
-SHA1 (regex-syntax-0.5.6.crate) = 657cf964d8f8adbd172e6dac585ae31b79907f7b
-RMD160 (regex-syntax-0.5.6.crate) = ad5f26dcb2f2ab34be9b331437a174e8685167eb
-SHA512 (regex-syntax-0.5.6.crate) = 4ee43272d0d6e5cc0b554816e20e2d93b0ee774fd71643d5edae06627b295d374769ecdc3c1233a688d306d1cb86a83b6850ffe4022baa3db78beeea1190b455
-Size (regex-syntax-0.5.6.crate) = 233912 bytes
-SHA1 (regex-syntax-0.6.4.crate) = 0323d674e40fa37df4d126f388b91d6f3a342878
-RMD160 (regex-syntax-0.6.4.crate) = 732c501a0998ae07b9e9387c0ef95ad4ff80bbc3
-SHA512 (regex-syntax-0.6.4.crate) = 7a199c43668f7d660a28a1324ce1951cd6ec299cd98edbfde3b6a6d172e9f1a52135457673b432a0318163a5c23e541abca58607623a310f15fbefeafb50ee3b
-Size (regex-syntax-0.6.4.crate) = 272048 bytes
-SHA1 (remove_dir_all-0.5.1.crate) = d92b006225b56e4df5d14d4428c915bc69e864d3
-RMD160 (remove_dir_all-0.5.1.crate) = 13b7dcf0ae8c4100d53134d45c32539b7a4debfb
-SHA512 (remove_dir_all-0.5.1.crate) = 9ee9a11717d45aebd28cd2f50719a2183cc623bdb1af099701e4edbdb9c98bc14cf2278ba06aca4658bfeddaffff00d0d1464c82d175fba7d6fb272918dd6928
-Size (remove_dir_all-0.5.1.crate) = 8726 bytes
+SHA1 (rdrand-0.4.0.crate) = cb2bbe17a5a2a0626ce4cb0a6c277b1ceebbf90a
+RMD160 (rdrand-0.4.0.crate) = 7417f0430f8348d5aae1706d954092a01b2cbd27
+SHA512 (rdrand-0.4.0.crate) = 6476275d124bee28747191471e8d8f321a3b1c148c1f2a7ece4175f5244a7de90afe5f99d2eba5244d886b92e38232398864bf90e6d434b09494533942c8d894
+Size (rdrand-0.4.0.crate) = 6456 bytes
+SHA1 (redox_syscall-0.1.56.crate) = 5e5c23dd874274d4ee72ef494b1ef1bbad98ddcb
+RMD160 (redox_syscall-0.1.56.crate) = ebecde11789346c25d2c830581e4f9d5e88a7baa
+SHA512 (redox_syscall-0.1.56.crate) = 17a3044327aa733c830dd74e210d6bda32622617d1c5af9d70d7647232d8569ad0b04ccb14042cbabb5d97ad98e3f1f5a9968a75387354ffb4d175e9577115a1
+Size (redox_syscall-0.1.56.crate) = 17117 bytes
+SHA1 (redox_users-0.3.0.crate) = 6ec7e11952869cb15452d996338146f787ef4c57
+RMD160 (redox_users-0.3.0.crate) = 918677b33b344ec2c6ed35e7511faed8b46f4c89
+SHA512 (redox_users-0.3.0.crate) = c58b608971a6c2f38272d864dbaa95a6bcbc7139db0de74afc949c238b8a0a48851cd167c219c3956e81efea46f035e162e0bbdac22cad444cb260cb168a0353
+Size (redox_users-0.3.0.crate) = 12766 bytes
+SHA1 (regex-1.2.0.crate) = 934d0bd01c314db35ebd6b9d22d70323d511e066
+RMD160 (regex-1.2.0.crate) = d688ef44988844620d46c4b7cf2b8d4cce34559b
+SHA512 (regex-1.2.0.crate) = ed4317e4b91b91b4807daa56d8070a5cba5f99ecbaa23b78b92438d19415f38dc1befb11e8b5ade63cd1b392fb83778350583cf531c374303c6f3405e6b4784d
+Size (regex-1.2.0.crate) = 245604 bytes
+SHA1 (regex-syntax-0.6.10.crate) = 89d2421eb6bd3a013e760d1819182929debebb06
+RMD160 (regex-syntax-0.6.10.crate) = 023e2b66aee8c9c569c41d29d4dae751d756ac76
+SHA512 (regex-syntax-0.6.10.crate) = 30b5cc9887210c5594d57be7f05e25475b56732c9a0be02452aacf80b456f12450b63f4acbb67badb3ad16f22d244431f5bcf5ee30b9ce8f35dcdeddf3972175
+Size (regex-syntax-0.6.10.crate) = 276985 bytes
+SHA1 (remove_dir_all-0.5.2.crate) = c5f67b82a1a1c70b0cd00d20d1d9c1149ff058ad
+RMD160 (remove_dir_all-0.5.2.crate) = 8bf4b2c9c859c1ba10fe9b0b48508594a7713d15
+SHA512 (remove_dir_all-0.5.2.crate) = d19a45398a93adbcef9f233f6b3eaf4a63ae95f5bbae00c880b40c5edd34449e7f798ebcd4d11843c68ddfa15e11bed21d434b224e4a175dcb64ae011c13c8cd
+Size (remove_dir_all-0.5.2.crate) = 8907 bytes
 SHA1 (rust-ini-0.10.3.crate) = 1d1380f372e4392fd1e2caebf66fc8d70ab09c1d
 RMD160 (rust-ini-0.10.3.crate) = 89d6d4aec698d8b1228d9009134d2a671df4d174
 SHA512 (rust-ini-0.10.3.crate) = 0ca4cd15d81ed8c5cdf659e6b5ec91bc6a2e014380d6891936711d2ee2639dea3141f825147e4fecd21205fb1df95909798272368a50db5c69e7ede7856b8169
 Size (rust-ini-0.10.3.crate) = 9938 bytes
+SHA1 (rustc-demangle-0.1.15.crate) = 87ede714123b09a82222433eafce2a62889f6266
+RMD160 (rustc-demangle-0.1.15.crate) = 89ede68e8978cf81741f410f77fac8f45d237eeb
+SHA512 (rustc-demangle-0.1.15.crate) = 9d10aae8df45db86fcee7fd51edc60961221cf2e3e74e826360fd01c8aa4dbf64eb1de4431309e6db89966f8f88c0933a35156835696f4693fc6f9d5c2e5fd1c
+Size (rustc-demangle-0.1.15.crate) = 18640 bytes
 SHA1 (rustc_version-0.2.3.crate) = 3bb71c3af5956c4aacde09017576b1f77347dab1
 RMD160 (rustc_version-0.2.3.crate) = 6ca6aa5c736a1f88dd7579eb78d097ec40663173
 SHA512 (rustc_version-0.2.3.crate) = 01fa7a758dcaa4f15c18628a0d5ee5adde5ade96a8b7dde0908e39e27b290d1e9adb20d44e2adcd379341d2d4a0c34a80dc12553a3bb4efa4758988f28989779
 Size (rustc_version-0.2.3.crate) = 10210 bytes
-SHA1 (ryu-0.2.7.crate) = 9478b9d0ee0a7c22104a6c96e9593ecc2e7232de
-RMD160 (ryu-0.2.7.crate) = b0695d2b1ab622ab30322144f55983a2b6cf14ca
-SHA512 (ryu-0.2.7.crate) = 94805952eabddc1c295b76e5b6d5b441748763b41d9371f3a2116c0bce6fa933767a3c1682a39d339d4430b86190c84e9421b5f3acd4d3274998d0d96bf229a4
-Size (ryu-0.2.7.crate) = 41382 bytes
-SHA1 (safemem-0.3.0.crate) = a5e181b7fd6e9de36436a118f6fd2bc231dc523d
-RMD160 (safemem-0.3.0.crate) = 7a6ebe4c105f7a6ce43ed5e6710b586c3cf04802
-SHA512 (safemem-0.3.0.crate) = c7d56204b29e9c0fcf925ccc43a2c910f6cd74d232c500b61996559a783ced3938cefa058128d72759e94edea683bb8922ac5ea631d16e31b58de093d6650b0f
-Size (safemem-0.3.0.crate) = 6947 bytes
+SHA1 (ryu-1.0.0.crate) = 40a676c8add301dbc8cc181681a4e6eed1194503
+RMD160 (ryu-1.0.0.crate) = 34e8fea1e369046c1e2eb94517eefa428046da86
+SHA512 (ryu-1.0.0.crate) = b5dd360611fdf76ff13d377c1c79ce09a4fab90a8b7fc917a4424b8246c8a0da7d3ec515b8c69b695d936b1207072d173b9f40fd5cb218f1eab947862112caf0
+Size (ryu-1.0.0.crate) = 40170 bytes
+SHA1 (scoped_threadpool-0.1.9.crate) = b89a0cd9f679073eccc56c5833f34bd9f904c219
+RMD160 (scoped_threadpool-0.1.9.crate) = 64a6e9903a469630a2c664fbfece56a6d4add650
+SHA512 (scoped_threadpool-0.1.9.crate) = df8034b347fb489735895d75e5489c264aea1b50f46a8dd512963df05cb9ba9274317b26aeca63b9b4edcf792e796659bad435ad3f3446cb397340e2bf0a5f33
+Size (scoped_threadpool-0.1.9.crate) = 7800 bytes
 SHA1 (scopeguard-0.3.3.crate) = 58ee051d324306ad6ae3b007e2ef0fced57d9f8f
 RMD160 (scopeguard-0.3.3.crate) = e77508e3d64bc39c22ac5c87f8937906d160019e
 SHA512 (scopeguard-0.3.3.crate) = 57ce8e32dbe342040a63ec65fbef3680d66d439f0f704c5d485670041505905cfc602e7e3580748b4b4a55ce892d17a453e6d2f853cf0de4c6a2082f0fe95719
@@ -372,42 +408,46 @@ SHA1 (semver-parser-0.7.0.crate) = 97b6f
 RMD160 (semver-parser-0.7.0.crate) = 63f826b792b17493186d587b9887efd93121294b
 SHA512 (semver-parser-0.7.0.crate) = 17320468ec6b9862d595f358d70c09ac6e09db7885fe0ead7a1e596f79350a6306e8bfde5bbd6512008a7c5454da1c7ae55fe1e3bc1c1ff02ac9df54c0a6121f
 Size (semver-parser-0.7.0.crate) = 10268 bytes
-SHA1 (serde-1.0.84.crate) = 00143a9e4ced9e5e9bd6e4edf8421d500e189b63
-RMD160 (serde-1.0.84.crate) = 3a9b5a8d627d0417bf9ad45ad9096dc922649a46
-SHA512 (serde-1.0.84.crate) = 0e5800fdc7a0f37eed8dce491a17490f8c6e879b893ef3dadea68d26a64d0fc11574f73e062d77d3b2b863df33c42a99c41c2384c17a97a3e26007d6e0ed72eb
-Size (serde-1.0.84.crate) = 71614 bytes
-SHA1 (serde_derive-1.0.84.crate) = 262679008a770c34ad21cad19fc4e64f8901b8fe
-RMD160 (serde_derive-1.0.84.crate) = 0178fc2072df3e03d1e9b1ff8508640344aa8945
-SHA512 (serde_derive-1.0.84.crate) = 817ab7d764ef1f7781f0f01627b3c2c96797f64ce62830ec7c520e94db05b6b7efa4589a394f5375ee30cb85af6bd7a17c50b51e77d4d927ccb247c87c16b2f3
-Size (serde_derive-1.0.84.crate) = 47924 bytes
-SHA1 (serde_json-1.0.34.crate) = 385ce9f1c6ed24f70d00862e8dc0bc742c13e065
-RMD160 (serde_json-1.0.34.crate) = 6603325478b7deff62feefbfaef398e201088021
-SHA512 (serde_json-1.0.34.crate) = cdf5443f91cd9896347b9cf5784ec8f64691dbc6cf3810654ae67b349930db257a4b1eb60b9d0fa844f54986d81f93514a3f22de7bd2f8ee34dc147c525fb16b
-Size (serde_json-1.0.34.crate) = 69774 bytes
-SHA1 (slab-0.4.1.crate) = beccc8103f8dd2052df37c413382d21df1ec4c1d
-RMD160 (slab-0.4.1.crate) = 6c3a417459c621d0390cd5ca5b2b90c31a3a4d89
-SHA512 (slab-0.4.1.crate) = ff8a967579f8d91548c03002f05f6612c6660796cd6fc35b325994f9bd48148ae124d58d9b991fe0b1d7bc111e9a6e43d4ae0be7a31a9faa126ef96ce82a248f
-Size (slab-0.4.1.crate) = 9479 bytes
-SHA1 (smallvec-0.6.7.crate) = e3f95616ca9f283aeb52bf7f99fd8f5441efbd6e
-RMD160 (smallvec-0.6.7.crate) = 5d41c043dd309a5529c38e38d66e54d18e250d84
-SHA512 (smallvec-0.6.7.crate) = 2f3e45b27d8a1e02ff856e9690d982a8c785eef797f0e33beb8a832b6de5038d5ca3d285f49d67bbcf9fb2cb4de278dc33f2e77c615ecd333da014f56c8aec1e
-Size (smallvec-0.6.7.crate) = 21450 bytes
+SHA1 (serde-1.0.97.crate) = b03116263d2bdfeac82232601c2b766b26d5d98b
+RMD160 (serde-1.0.97.crate) = 7c260aa1c8a52ca8746b69fde0e857682b760bd0
+SHA512 (serde-1.0.97.crate) = 49a5930a1b7541872c33f428d251e759f85a7cd5c59555ef61fb2fc50cb85db00d8a1587e21023ee911d89994fbf01e80dc80c4d59840aafe1e813de4785c8b9
+Size (serde-1.0.97.crate) = 72406 bytes
+SHA1 (serde_derive-1.0.97.crate) = 5ba36249413bcbc9e7cf5f6cdf6ef995a84a717a
+RMD160 (serde_derive-1.0.97.crate) = 025a9ad7b7f664aed6d70fd2b9784c97653215d8
+SHA512 (serde_derive-1.0.97.crate) = a1fe23241644d15927fdcccbfb56577716ddbeb5ccee108f221813af19321c65a9674f228d1c2d92d0d31586bf12da67fa9cbdf7a73cf7ea10d07e047d38b2c3
+Size (serde_derive-1.0.97.crate) = 49043 bytes
+SHA1 (serde_json-1.0.40.crate) = 1ced1a5beb0dddf9b97f7cdf7807e48f2b0712f8
+RMD160 (serde_json-1.0.40.crate) = fd1bd52b8f4532d6bfc6f5c8940c8765af6ea309
+SHA512 (serde_json-1.0.40.crate) = d09bc95c963f510686106d9885f3420b9eabba8bf32626597dafd43ffbe91ea72ee4a3fedfca922794a727214d73929970acced8eccaa23616cde33dfde9f842
+Size (serde_json-1.0.40.crate) = 69695 bytes
+SHA1 (slab-0.4.2.crate) = b0c3cf72869d305a7d1d179f85b4460bd14a5bcc
+RMD160 (slab-0.4.2.crate) = cd54b2a9d76748b6c98daabc31ed1e2e3a5d94cc
+SHA512 (slab-0.4.2.crate) = f9fd70d0cc5180393cebbe87fe984de0c103db1c2c2648fb7a0ee22cdabf37a7338fd511538f00e9a5564365cce2879afe19bf77c435870197bd6cafef5d6661
+Size (slab-0.4.2.crate) = 10136 bytes
+SHA1 (smallvec-0.6.10.crate) = a6b800dadfca06ad6441033444ab1bbaa85fb15d
+RMD160 (smallvec-0.6.10.crate) = 5044d4b2e17297c0af2740e4e2d293123f11cdac
+SHA512 (smallvec-0.6.10.crate) = 802b96283ac27ffa71ba17e8676c23f721cc1bd3b61df6f78a1c8ca9150d07e6d5db55651ba070f9202460019f59636871c1160e31038c6bf7ee21cdba8c5be4
+Size (smallvec-0.6.10.crate) = 22064 bytes
 SHA1 (stable_deref_trait-1.1.1.crate) = 0334ab8ba0db84fbd84f02cbbc61e03e6cca96ce
 RMD160 (stable_deref_trait-1.1.1.crate) = 2864679bbc382223ef85944502118c744a22e703
 SHA512 (stable_deref_trait-1.1.1.crate) = ca224226d612e1c4eb178271cee0d18b44fc036959e528d720e33f65c3ecd7a40c20d32f294c029d0d7b74dc6ce57d19aadfe3cf02c5f894e94ddb3bb06898e4
 Size (stable_deref_trait-1.1.1.crate) = 8007 bytes
-SHA1 (string-0.1.2.crate) = 0bec8be668e1137de44ca0fa4a950d2930b18393
-RMD160 (string-0.1.2.crate) = 305b695d28efc4226ebf2c1f7da11c027b5d0a18
-SHA512 (string-0.1.2.crate) = 1c147d5f0be85e9b0821411864e3f4b71678d9b910506f98376108136cf4b6a3f65cc7d2a34d132becee33216b7cd4215f83023221a7863df3e8ef9cc3219881
-Size (string-0.1.2.crate) = 3989 bytes
-SHA1 (strsim-0.7.0.crate) = 4cf1b45a817297904edb358a1a2ec14d32361ac6
-RMD160 (strsim-0.7.0.crate) = 82c766cebe88a39e3058a21c730b43b3bf6e929d
-SHA512 (strsim-0.7.0.crate) = 3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983
-Size (strsim-0.7.0.crate) = 8435 bytes
-SHA1 (syn-0.15.23.crate) = 1613d2dd7c71feb41fb97b07fc808fe4b2de76f5
-RMD160 (syn-0.15.23.crate) = c1b6a1478ccf857727cf522d3b89b3385e936376
-SHA512 (syn-0.15.23.crate) = d447ec08199d36e289ea303ee8e871e13e002a4d67c396187ef56eb16b69cf21d64becd24fd8d2f7a1c826685f7b6df747903e7eb8cc5c334ee0528998597128
-Size (syn-0.15.23.crate) = 145369 bytes
+SHA1 (string-0.2.1.crate) = 4ec1e75596f68229776eec7d8874ab7ad6991ecd
+RMD160 (string-0.2.1.crate) = 46c819915097ff5686822c56597de23d31b63006
+SHA512 (string-0.2.1.crate) = 4d7ab65f12d63065e895947285d5aa1b9003324002b0f657e7ded975c90eebd63c1033ae9a01969c42d446b0ea878571af62776bcb4a8834cace173f908c76cd
+Size (string-0.2.1.crate) = 5081 bytes
+SHA1 (strsim-0.8.0.crate) = 9a09b5df624d5e5cc4f9ae9f6d45e49b27e18834
+RMD160 (strsim-0.8.0.crate) = 980ec0eecba085ca6419d089af3743e23b27cd16
+SHA512 (strsim-0.8.0.crate) = 1d55a8d946cd55f5f37d06aea536549ded95739fa58c0f2da285a0041154c181f663682bdcac643aa198b3e762d694a04f058db985c62ebe22b5c16327ba6d34
+Size (strsim-0.8.0.crate) = 9309 bytes
+SHA1 (syn-0.15.40.crate) = c950ac48c1f8c7d9dd522d946c28a5fe4f9e6ac3
+RMD160 (syn-0.15.40.crate) = 6e9c5864aba462ec631c9cf4ec68895130ed43aa
+SHA512 (syn-0.15.40.crate) = f08a165f6fff3ef129fb0a8b806f0d6df3e8582bd39379a68cca3743b138bdc04ef4a5e19da8b6f99470d08f474c4e28e4558e45455349a02a20d84099d0db36
+Size (syn-0.15.40.crate) = 185761 bytes
+SHA1 (synstructure-0.10.2.crate) = 62f9000e2360905bd5ac37202ba5a2e669be2bfa
+RMD160 (synstructure-0.10.2.crate) = d27753b36318c9de9f331fb50ad6ae77a37ca364
+SHA512 (synstructure-0.10.2.crate) = 48da0daf778cd18547e51a080f1e86149534527f20026601b21423c9f89cf6adb7a121b01dd9bb0b680403eb728a92e75242e5ae31a725ea5b1f19c5f47f0458
+Size (synstructure-0.10.2.crate) = 17988 bytes
 SHA1 (tempdir-0.3.7.crate) = 64ae0a4a60a5d4c9275666c31c49b00117a6a209
 RMD160 (tempdir-0.3.7.crate) = 196eae26810acca0e4a52f690c79a74c147a963c
 SHA512 (tempdir-0.3.7.crate) = e5b02f7d260ff594fc2dbbd441eb8adfa36ede937f32c8c812b458167c0e49f5cf493c6ebf83ce8007a0aeb97016169fda7f5d2996fecc72f9409d6f463d9bbe
@@ -416,86 +456,94 @@ SHA1 (term_size-0.3.1.crate) = 8b266d996
 RMD160 (term_size-0.3.1.crate) = 50156c31a11af27a7a5e0e31d30aa3759cea7a8d
 SHA512 (term_size-0.3.1.crate) = fb43e0519cc3371b23b3d4c52d25c59c3e45afc550ba081e8cb832a48d9dbd50cbb69bb154ae7926fe869eb2c35b72b95238cdb8822910bd68b4f65927ca6a5f
 Size (term_size-0.3.1.crate) = 10754 bytes
-SHA1 (textwrap-0.10.0.crate) = 3df7e4cc58e78fd4ce3613656611acc9126e0607
-RMD160 (textwrap-0.10.0.crate) = 93e9595c1e99d77cfa8f5111f40b52d6292e617b
-SHA512 (textwrap-0.10.0.crate) = cb50cc73f3f5ab704ef9e6d526b751f7e66de213fa534206e5b4e9da829f19aedda9f23f262f865fdb3247c703aeaa87f38099f6c575d1961ec923d62a9b2293
-Size (textwrap-0.10.0.crate) = 15986 bytes
+SHA1 (textwrap-0.11.0.crate) = 75648d4aa5657ab34a4df9c34a3645431fd2739f
+RMD160 (textwrap-0.11.0.crate) = 3a9a334e7c0c6cbb9f54e51ad991304da31caf2c
+SHA512 (textwrap-0.11.0.crate) = f5c0fe4f28ff1a3a0931e8e235b5157a45f67967985bcc752418c5ec3481fca44a8ae4800088889b37e8cd0533f53d3c456d5ffd19b767b3f83a87b49a2e209a
+Size (textwrap-0.11.0.crate) = 17322 bytes
 SHA1 (thread_local-0.3.6.crate) = 0618e3967b553247352790115ab8d28fa1f76166
 RMD160 (thread_local-0.3.6.crate) = 58db38e54f31dc4c247aae31770f73047b17a7db
 SHA512 (thread_local-0.3.6.crate) = cd783d3d9caec43868da1f6118d4c4d520e03b9f1049d8f15d2c12482989401d3aee748e04a149953d35e5d6487355c2891d44569ef688bc1d45f01b6461d253
 Size (thread_local-0.3.6.crate) = 12388 bytes
-SHA1 (time-0.1.41.crate) = 4a7377d7303982d02bc0f091c9510b2101379adf
-RMD160 (time-0.1.41.crate) = b10dddebb7bc21556f278d9e79a0f7d366b9f269
-SHA512 (time-0.1.41.crate) = 9dcfc89dd33122b5dc77d9bec3038bc492f9162eb1fa15e68f1f9682ade3429c526bfc5d9ec4d102beed007a8ab77f5b07a2f04444c8b2630ec54e569c982942
-Size (time-0.1.41.crate) = 29991 bytes
-SHA1 (tokio-0.1.13.crate) = de86594f92a6df5ea93229d88b1525f4d3e47692
-RMD160 (tokio-0.1.13.crate) = 326f47fb23506b2660f2f2266ef5240a55b27600
-SHA512 (tokio-0.1.13.crate) = 9014af3d1cdd9f63790318f5a71d4a1b991c7721f453adfb067eede32e4d8f410f38e28109ac3f42de93013a46885808026102b134ec89e53580e64c46ca73c4
-Size (tokio-0.1.13.crate) = 79248 bytes
+SHA1 (time-0.1.42.crate) = 8538d54dfbe58abd4fb41e8df8404e23cfbbe73f
+RMD160 (time-0.1.42.crate) = f4a8c4e0f8f7aa638b92d04a5ebcec90cafb1a52
+SHA512 (time-0.1.42.crate) = 4df662212377093b0fd8fcd88ddc30b20a8af7d989c2e100c0cf64f9741e88eea6e858e1aa4220be6b76b0cf8b62c8116b492010d74d1ebef197c66aa130aa83
+Size (time-0.1.42.crate) = 30005 bytes
+SHA1 (tokio-0.1.22.crate) = c57bf5b14f618b4b7d56f3b596a87cf21044c2bc
+RMD160 (tokio-0.1.22.crate) = 55e71bc5256922f94ea6bd9791bc1ee7e3a65e36
+SHA512 (tokio-0.1.22.crate) = d92b8527bbeec84bb306686a7d29b705c36b59e9c0995154ed95d483c84952c838691f8c11615f481abb6c4fba470ba8968860a74a88b77dd67ccf659bf4e4e1
+Size (tokio-0.1.22.crate) = 70031 bytes
+SHA1 (tokio-buf-0.1.1.crate) = 3683e7e4ab0f4944a410d90d7a50fb77d9d25767
+RMD160 (tokio-buf-0.1.1.crate) = 8765db0dc3b4b8012753ff312548e4a7b4078589
+SHA512 (tokio-buf-0.1.1.crate) = 42f5db4f9ff1d0c6728c9ca899b85e40eaa92910d23f01dd7570c5988178879f3977ee2ad14f0f224562fa73ff8b01687dc963def2c62e93ac471903d5ce4e81
+Size (tokio-buf-0.1.1.crate) = 10815 bytes
 SHA1 (tokio-codec-0.1.1.crate) = 99862149d2e0a4640c214435137fbf2f2479ef9f
 RMD160 (tokio-codec-0.1.1.crate) = 5b62e89cbf3e2ffedd292463fe1699d888245a54
 SHA512 (tokio-codec-0.1.1.crate) = 9c868545e8adc234a51b81966836b786019181ea25907bf14887ce26ed1cf5866f5df8898bbf6bb7c8d3626f145ce0465d3a79050d53f8dcffe98f71886f9044
 Size (tokio-codec-0.1.1.crate) = 7617 bytes
-SHA1 (tokio-current-thread-0.1.4.crate) = 41cb7980e23006cf8c6bcf53b9d1466ef0e8024e
-RMD160 (tokio-current-thread-0.1.4.crate) = d0ab595f490e339f6c94e0bbbf20f13d9222aae4
-SHA512 (tokio-current-thread-0.1.4.crate) = 2d6c0af55470795b3ad237a2fd3e59b3d75831b04841219f57033556372f2d31af71500374022359fc661f7d606967c6b922a06c1e71e5bcea0759eea7c0ace3
-Size (tokio-current-thread-0.1.4.crate) = 19400 bytes
-SHA1 (tokio-executor-0.1.5.crate) = afa3a45b53deaa857b5e43998e9e29c966797cce
-RMD160 (tokio-executor-0.1.5.crate) = 89e2c0b0ae9287fd25c9a20de65b2f7647bd8913
-SHA512 (tokio-executor-0.1.5.crate) = 488b75570e1f07c521972bd33b6313926c0e763385872f50858a58af1e738f2ea1a276e8899263a25a4788f641ba94f9280ad55c32978a97af9337bb0c8af987
-Size (tokio-executor-0.1.5.crate) = 10540 bytes
-SHA1 (tokio-fs-0.1.4.crate) = e602270196579ff2b0e3fa8ec49e9e07e948baee
-RMD160 (tokio-fs-0.1.4.crate) = f50ad35866de40ccc9af0f4f3fdccee345137f1c
-SHA512 (tokio-fs-0.1.4.crate) = aa9393f9f9cf32ccba258821b22d6f3a7297ff2b4a84db934abfc66cd421239de581ad3d756815e47095435d045dcfcf6897124e0414f1fca7452f28644844d8
-Size (tokio-fs-0.1.4.crate) = 12706 bytes
-SHA1 (tokio-io-0.1.10.crate) = 189e9cfa59cdfef2f84c1de247c594d0debb0837
-RMD160 (tokio-io-0.1.10.crate) = 621bdb4e6410e9b7773f6e11ab491624c148db9d
-SHA512 (tokio-io-0.1.10.crate) = 6e5327e5d555fa5b84bbe361219e2a1cf3c47ae8ca2f26bf38b258176e00af6e4c3602bbe0dc2636241730e0735482189edc5ac5300bf411c9963546f103792d
-Size (tokio-io-0.1.10.crate) = 33143 bytes
-SHA1 (tokio-reactor-0.1.7.crate) = 7ced3ee9cebced65c355aff03be7695a5f58bae2
-RMD160 (tokio-reactor-0.1.7.crate) = 7026b4d727b51879816eb290826cc36f14c66659
-SHA512 (tokio-reactor-0.1.7.crate) = 4859751a0eb2d423ad1216c0a63248b6dccfcd987e3d9c58cf4277d47c5123e9ae2e9a0e8a4f3178d83b46fd4d89c14a0e09a4ef3b7b10a3ff3a662be794077a
-Size (tokio-reactor-0.1.7.crate) = 23740 bytes
-SHA1 (tokio-tcp-0.1.2.crate) = 35eba29e43049de785fec7233f03889632e00976
-RMD160 (tokio-tcp-0.1.2.crate) = c29a529df4a3358ec1bea389896d3ae497a8870c
-SHA512 (tokio-tcp-0.1.2.crate) = d250eeff3a1e8133cf20201dd3c54ba2a6f057407f051cda3da195437d0cb8eb0592e9467343145d85f916276bc76910434a5190af476cc845ff6e7e0e66e8b1
-Size (tokio-tcp-0.1.2.crate) = 10633 bytes
-SHA1 (tokio-threadpool-0.1.9.crate) = 692010f45430a1cda50d05ae7155e95b4cbbb92d
-RMD160 (tokio-threadpool-0.1.9.crate) = 05c0718aaeb16d1a948ff549a6225727327c3d33
-SHA512 (tokio-threadpool-0.1.9.crate) = b2f4f2951bb581d6e1110f6c39fee1341dfec6605717e93bdd9fa1958c4ebb2b849af0e068521478b07f9fadb7384807d6f8922a4be4637c18d4d4e47793c13d
-Size (tokio-threadpool-0.1.9.crate) = 48778 bytes
-SHA1 (tokio-timer-0.2.8.crate) = 7a6bfc63584be53e91f138779110098dc4a59f4d
-RMD160 (tokio-timer-0.2.8.crate) = a0e6fb7b9a624739903c96b84814a68bdcb02ff7
-SHA512 (tokio-timer-0.2.8.crate) = 5542ffdabb01f3d64774b87e2bfb124e09e3c0ac0edcb3ec5ba9dede09f26a6a43cd0266cc8e1b3e7c35892d3497a1916e9caa7b4119781163e75dc24f742030
-Size (tokio-timer-0.2.8.crate) = 36835 bytes
+SHA1 (tokio-current-thread-0.1.6.crate) = e9c08218a758f50e569efa275dadc39f7e4fcc54
+RMD160 (tokio-current-thread-0.1.6.crate) = 09193c4ae334739445819025d4175037262a1f33
+SHA512 (tokio-current-thread-0.1.6.crate) = 321d8b99ea18827400a6b7899755eea5a8299e53985f5640a6fd82bf6c3c5c45c68e9d125666968976d05be407d6c15401380870adc231233cc532eb979353f6
+Size (tokio-current-thread-0.1.6.crate) = 19339 bytes
+SHA1 (tokio-executor-0.1.8.crate) = 2740155f32ad9b66c38d618fdf08505e69e4645d
+RMD160 (tokio-executor-0.1.8.crate) = 66e91969374b9d26bf81d12effb759e41bc2de72
+SHA512 (tokio-executor-0.1.8.crate) = b6340dfa0cb67da1b00288b3250cfa4f0b55907d3448768f99a7cfcd46ebd1155c84cd35659d740501f0575e9c5b660a2f769335acc14da7dd5cea59b10b6334
+Size (tokio-executor-0.1.8.crate) = 11775 bytes
+SHA1 (tokio-fs-0.1.6.crate) = e35981df1978023fb6544941c563a7e0d3076621
+RMD160 (tokio-fs-0.1.6.crate) = fb7b584e3c1d86529a30463413f8e4ba90d8f7d4
+SHA512 (tokio-fs-0.1.6.crate) = 8a123bdee5f2a6cacbe68f25baa5810a7686fefef8262b0a6b67e217ca6594a585dca52de581d33f4b71725bf03e003dc500f75ace88dba5cda00a52ce544279
+Size (tokio-fs-0.1.6.crate) = 16102 bytes
+SHA1 (tokio-io-0.1.12.crate) = c0f51f0a8b5b8684bb8378cc16939b3c42b70166
+RMD160 (tokio-io-0.1.12.crate) = 14f554b4af6bc19cdf33449b007d26db27bc4488
+SHA512 (tokio-io-0.1.12.crate) = 57c675ade48f2885ab8f42dac7297bf4bc5f7abef2302f7964dc145ce29d503c09e3ff890de01aedcf0c860fe22d2161f9837d658457695b6205e601fac74149
+Size (tokio-io-0.1.12.crate) = 33555 bytes
+SHA1 (tokio-reactor-0.1.9.crate) = c0522b6e86fa298766f53aa52ef9ab882d61cba6
+RMD160 (tokio-reactor-0.1.9.crate) = fb0519383730b9397eaa64df32770436a0790532
+SHA512 (tokio-reactor-0.1.9.crate) = 134c78b449646f1b7cf9dc87de0f39ebfdb894103e0271a2b5115320add04de02aa1899206f332f111a9471f1f54776fe89e3ff879648fa206100b2be12e24e1
+Size (tokio-reactor-0.1.9.crate) = 20657 bytes
+SHA1 (tokio-sync-0.1.6.crate) = ed7a2ab5351f898f6f40f86a934557b53474d34f
+RMD160 (tokio-sync-0.1.6.crate) = ca03bb5bce86ece40724900db22e2d1a91baf299
+SHA512 (tokio-sync-0.1.6.crate) = bebfe2173d544595cbc162fce2afe1574f267a08b77c8e056358cc4e959a94f1e899e47e76927e374ab1f51751079b283e0d13479a4a40c7f754cacad2578a1f
+Size (tokio-sync-0.1.6.crate) = 41598 bytes
+SHA1 (tokio-tcp-0.1.3.crate) = 1ce01eaca813e8c3b1e651e10f53ee95ff79757f
+RMD160 (tokio-tcp-0.1.3.crate) = 6ca216b10267b0bfc2b3c1cc89124f0a6a523dfc
+SHA512 (tokio-tcp-0.1.3.crate) = ae42facabed1589764a8e4f789dabf5c7adfb3a67880a8bb6d7b0b6c082302a84b6acd8ec5f444dc59284407acad61518d60818eaeb34f874380f9593d540336
+Size (tokio-tcp-0.1.3.crate) = 12629 bytes
+SHA1 (tokio-threadpool-0.1.15.crate) = 5487cbbde5ab57170343bcae1e58cfadfb81f12a
+RMD160 (tokio-threadpool-0.1.15.crate) = bb548d8df2a41919ed939619b1cf0d06027b9aba
+SHA512 (tokio-threadpool-0.1.15.crate) = aa36de397b8a0dc9376073bcb2e661ff5fddf2754b391b854d8683398cf56a69e79a6dbd3f6e76d9d851752757a75b79673cff36b9e1987ed4c30dd38f9d483f
+Size (tokio-threadpool-0.1.15.crate) = 50047 bytes
+SHA1 (tokio-timer-0.2.11.crate) = 7a92cb3f9b119a1cc4c7d77d4be0d77cea51c509
+RMD160 (tokio-timer-0.2.11.crate) = 48fcbeccfdd7be43a79c7ec484d1e2d89d4f30cd
+SHA512 (tokio-timer-0.2.11.crate) = 2bb534417425b88dd1b90231cffb89a8ab97512f1ea9e26cd4afeab5f3aa691433062f093a6789222d1892532a9cf29e1016fc668ce2939536f89e0441740d57
+Size (tokio-timer-0.2.11.crate) = 37578 bytes
 SHA1 (tokio-udp-0.1.3.crate) = a7c175129567353ebc75b4ebf86f6181b635d02e
 RMD160 (tokio-udp-0.1.3.crate) = dcbb925a5a925e793752144f677c6fafd497e566
 SHA512 (tokio-udp-0.1.3.crate) = a2fd724ebe46b8fc8757558b6d267491b86ed5625ff91b212a6c77448231c72fa2b8e5c389cb27e93f2b924f48c88c154f23eb8721ecb93e7c1820c7c4dbead2
 Size (tokio-udp-0.1.3.crate) = 10227 bytes
-SHA1 (tokio-uds-0.2.4.crate) = 385f2765c2772a69860204bfa3e803022ba9f158
-RMD160 (tokio-uds-0.2.4.crate) = fe2361a45a8a40e39ee5956da34df1bce05931e1
-SHA512 (tokio-uds-0.2.4.crate) = d59bcecd7a92c847cddfc5e5624828a7063dc1bac5515771a16e0d6987ad6a8777e779b45ed6395abb7588bad807695704c2d600e93f6617e09dcac1ae83d472
-Size (tokio-uds-0.2.4.crate) = 11837 bytes
+SHA1 (tokio-uds-0.2.5.crate) = 90a26e14b2c4be8d6f4cfb0b6b3dda466bea5004
+RMD160 (tokio-uds-0.2.5.crate) = db4ccc9f346f282902e0d97224b3e5cb92550e75
+SHA512 (tokio-uds-0.2.5.crate) = 964648b9ada5e072ce90bb7a20deed48a517a0e4c6b808b1fb8440755efdc35269b5a30ad312a5e228603e8f1f8d4b8e2f19f4aab10f75ea5b569ad402bfeb61
+Size (tokio-uds-0.2.5.crate) = 11808 bytes
 SHA1 (try-lock-0.2.2.crate) = ae614dcc6eab9c8b3dcacb5f2674d0b6cfba8df3
 RMD160 (try-lock-0.2.2.crate) = 772f07ca023eae6345c74f5b52296c437bceb144
 SHA512 (try-lock-0.2.2.crate) = aeb54abe3cc02d5dfd0d13010558454e5caab2568bd923a035dfef5ed5d3394b4bab9f7ab21dbaf82f1c20ccd95955bcf6ac2bdc976a824d9508d6f2a27ef330
 Size (try-lock-0.2.2.crate) = 3638 bytes
-SHA1 (ucd-util-0.1.3.crate) = 4d0bed778f980e6db07ef6eb46fcbdcba29303aa
-RMD160 (ucd-util-0.1.3.crate) = c9eeb795a73b8facbf7679e3877689eb2551fb90
-SHA512 (ucd-util-0.1.3.crate) = 50a796feb198012241d73001bb53c8e3d3168df379de91d7ecaccfd829b08a356afe3db736fb8cced8748141d7a9e4b157440442c425816c78c0615c08e20f2e
-Size (ucd-util-0.1.3.crate) = 25897 bytes
+SHA1 (ucd-util-0.1.5.crate) = 9e6628f103201b449b28f24f3a9fcf8e81459705
+RMD160 (ucd-util-0.1.5.crate) = 15e2db880feb77116ceb36ece7c6828532b458c4
+SHA512 (ucd-util-0.1.5.crate) = 14de9b370a49fe6fcce871e223daa257ca5e50e3d8cdfa3c6800db89ec4a0e6bac55e2b73990768fbc2a13a16d77c8b59015c4c4fe413735e7c893ac3651f5b3
+Size (ucd-util-0.1.5.crate) = 26284 bytes
 SHA1 (unicode-bidi-0.3.4.crate) = 2fb9ec8342ecbf429e8edbcd4e8ff38e50e62665
 RMD160 (unicode-bidi-0.3.4.crate) = 7c16a80cb62bef8cc6d73eb6126d496b46dbad1d
 SHA512 (unicode-bidi-0.3.4.crate) = 170ce083fa82bed13ecc62d85cb882fdd6491ae721e1633d3c1a5d3cee69422153afcf6695765c0e8fc7035440d0370d34afac9e978cb27f7506c07cba300e1e
 Size (unicode-bidi-0.3.4.crate) = 32228 bytes
-SHA1 (unicode-normalization-0.1.7.crate) = a6865f9affd14fdbef38d072c182e160e49cd5d6
-RMD160 (unicode-normalization-0.1.7.crate) = 4cbee8c9b2979aa0aa93f5a222fd0b72c46e97c6
-SHA512 (unicode-normalization-0.1.7.crate) = 4b4d3737244b1425ef8000318316decf8e167d3c92524e92bdd3c34798cf6fd1388ba7651da67d565f07d4640e9881145334fbcdfb8f20c33873d6e40ef3630e
-Size (unicode-normalization-0.1.7.crate) = 330545 bytes
-SHA1 (unicode-segmentation-1.2.1.crate) = f99ebfaba84a0c9f00eb859c0c30d8d04fe2dfa4
-RMD160 (unicode-segmentation-1.2.1.crate) = 5695c194d6f49bbb4a4e7a452fcbc5b03b8d80ce
-SHA512 (unicode-segmentation-1.2.1.crate) = 431da71eb9056902c51a5ab53d239c8cf6448dc2f87be727628cb40a4808f5700f427936a9da4ef41935156896d9e0234b9de80aaae342b839e95c9a80d053b3
-Size (unicode-segmentation-1.2.1.crate) = 68223 bytes
+SHA1 (unicode-normalization-0.1.8.crate) = d4e59422f31d9859eb117f55ec6bc41429d11112
+RMD160 (unicode-normalization-0.1.8.crate) = 1d29be540d48523e5923337e7d6ece56f7b15919
+SHA512 (unicode-normalization-0.1.8.crate) = 4e3245689d6162a21cedb42e07b179e3aad03728a37b005c2e6bff644a6efd06b6bd26a20a255861a01441a9d15c4318575db3016248b96a03436212aa414547
+Size (unicode-normalization-0.1.8.crate) = 71158 bytes
+SHA1 (unicode-segmentation-1.3.0.crate) = ebcdac26c8d42d65642638ac2baee8e9fbdadfa7
+RMD160 (unicode-segmentation-1.3.0.crate) = 5fc9badbc435ea03dbb0a32aac9fd36788d666ba
+SHA512 (unicode-segmentation-1.3.0.crate) = 6f32a36c8c69e80b3aacfcf68cde088a34b88587e20de6e49a14b24941caa51a0031623941ef05e6d36e5c99f50472c9bb26d670b5396749bae8373ae4bc7d4c
+Size (unicode-segmentation-1.3.0.crate) = 90567 bytes
 SHA1 (unicode-width-0.1.5.crate) = 82af5ff3b480cb5a3870da5e3b4762c3d6b7b888
 RMD160 (unicode-width-0.1.5.crate) = 360df9e831a6e20931c240d13747f3711dc568d9
 SHA512 (unicode-width-0.1.5.crate) = bd5ac5f0433953d79408074239edc7c43ce23d56659d467805d81ab01c576a3cf77ccedb3bba41d48bc4ad46a8905ac8a1927b99312053ef6295fd940a6766d2
@@ -504,46 +552,34 @@ SHA1 (unicode-xid-0.1.0.crate) = 69f5cec
 RMD160 (unicode-xid-0.1.0.crate) = fc5a8141e55bf6e2660b8c588e1107f179d24bb8
 SHA512 (unicode-xid-0.1.0.crate) = cc5343e2166938322cfd7c73f1f918f2a9c46846ac0ef55933d1e44cdfaf6f7da2b7ff18b68e356c47b6d8ba5565eda0db42c347dcbde830683f341ac2b1849d
 Size (unicode-xid-0.1.0.crate) = 16000 bytes
-SHA1 (unreachable-1.0.0.crate) = 68db19698bc2a1551cac29455f3f9478b571023b
-RMD160 (unreachable-1.0.0.crate) = 00c79ce6e523b3b09978db8766e3110a637c23ec
-SHA512 (unreachable-1.0.0.crate) = 054e0a471d1068b7703853d838c7c381ac6865ac1f8abae08747581e3754416ccec5b80a5b04fedbcd01e68bfeba286b849e3b8ea67bbe62444f2974655e4948
-Size (unreachable-1.0.0.crate) = 6355 bytes
 SHA1 (url-1.7.2.crate) = 0f1557c3bcc754099d8256987877f453c695344f
 RMD160 (url-1.7.2.crate) = c46442b7903a874b0556861845d5121bfc3b5397
 SHA512 (url-1.7.2.crate) = c53d7c397416cb1f3c9f7654a8a0653f350c28d41880859f29f681cd6269848890c1396b7ccdf571ec84212a8f3959138f47193ac0595a97bf98972b58e1ed04
 Size (url-1.7.2.crate) = 68597 bytes
-SHA1 (utf8-ranges-1.0.2.crate) = 315874cf1a68de8e618293de577f95081d7e5dd8
-RMD160 (utf8-ranges-1.0.2.crate) = 472c5b94c5ca826c8788d2e6629b713a9df70fd6
-SHA512 (utf8-ranges-1.0.2.crate) = ac168b908a34c4814a682b77502d2e5aa3130acb01fa87e29c78b760a61ba61b01f9fa2d67202604ac9824e0b2fe92143b72c0d4100a62ff9f53e4b00a4a12fb
-Size (utf8-ranges-1.0.2.crate) = 8510 bytes
-SHA1 (uuid-0.5.1.crate) = 54fad13c17c6aa58021e8cfb568e5fa49bddcbb2
-RMD160 (uuid-0.5.1.crate) = c4780a1294fa57c2c7e74ed10b41c3c70d6355d2
-SHA512 (uuid-0.5.1.crate) = 6865a85dd53f7455f741de558127371e85e47c8c4ed6dfccdd90fc7ec71dc66d370af551bf9463a36399440b28bce329114cd27afc87f4072f1e6e2d9ebf9116
-Size (uuid-0.5.1.crate) = 18245 bytes
-SHA1 (version_check-0.1.5.crate) = bf97e65ca0e7fd6cea3735a5edbf47cfe42d74b0
-RMD160 (version_check-0.1.5.crate) = 0806190559062dc843ecf13393f6c1319367eac1
-SHA512 (version_check-0.1.5.crate) = cd3ca0b36108b0fe8e6a5c26614b4f3e3c36ffd13cd9eeb7693086b4a1f7b67c025613d90e79f4dd1bd3234a3e387b2ee890c6c410fe67d293b9b5503f5e9362
-Size (version_check-0.1.5.crate) = 8173 bytes
-SHA1 (void-1.0.2.crate) = 7c734ea50aceab06238191f7282a0ae18cf478f5
-RMD160 (void-1.0.2.crate) = 5d76f91beb625f5b645c156ca45ee5138e984e80
-SHA512 (void-1.0.2.crate) = 1cc7d282600dc0164d7e410aa895d5dc99de1174991549c6733c94cc2027026517f66797751d737869eae58c560fa26edbf43f36b3015eb2fd99828fe40e0aa1
-Size (void-1.0.2.crate) = 2356 bytes
-SHA1 (want-0.0.6.crate) = 489c7932c015cb5597b41086903fe4cd6c8ae8eb
-RMD160 (want-0.0.6.crate) = ac801122aa9cbb703dba7d394b028aa63da9a61d
-SHA512 (want-0.0.6.crate) = 65612379ffb46e5baeae46c7f6f3f3f03133ed9a99c5746bb405fd9b1bc3715739be199cf0f4ee3fa1ac5a2f624ca59fae75bfc14de19b4d5c80270c74f82a86
-Size (want-0.0.6.crate) = 5434 bytes
-SHA1 (webdriver-0.38.0.crate) = 4e15407f04cf3429cec83f49de02901a19f8799c
-RMD160 (webdriver-0.38.0.crate) = a9510a5376c100564e5bf7d77e65866461789b3a
-SHA512 (webdriver-0.38.0.crate) = e6f60e843012a3dfad81977c9e2e85de74dd20bba8e37025cb4e2184081678878d6ac524c44685568b15d8d54de3d4a64fdc185b019f8609653304f891cd5426
-Size (webdriver-0.38.0.crate) = 24688 bytes
+SHA1 (utf8-ranges-1.0.3.crate) = 20432c6733e27f18899fc72631b2247cbe3de9d9
+RMD160 (utf8-ranges-1.0.3.crate) = 2adbf631255b20fd2e697efbe7b1b5ce7474b31d
+SHA512 (utf8-ranges-1.0.3.crate) = 24907ad7ae1a02713e6ecc62e0c73488abea338f0dd3b49291b914ca907b3a220cb90f8ca409c6aa57d2e0e5d8ca8c44cd310081ffe7be9208952d73ec53b9f8
+Size (utf8-ranges-1.0.3.crate) = 8496 bytes
+SHA1 (uuid-0.6.5.crate) = ee05d8c298c714b042df3e097c2a9af175246554
+RMD160 (uuid-0.6.5.crate) = fa72651150ec7c1e864c6e0e1ca72f52dca09f43
+SHA512 (uuid-0.6.5.crate) = e69530284377ded546f9face98af6fe312664a152fa6a8aefaa4030b978e098ba55ff8ab8fcd2d54abf344e9d45a8f2188c4d7d4092baa213c11f74491f79d80
+Size (uuid-0.6.5.crate) = 26185 bytes
+SHA1 (want-0.2.0.crate) = ba41eee71256bc923610abdc88ef4e934b7b3826
+RMD160 (want-0.2.0.crate) = ea945993e75a1c32de1ab434e7cf4a8a9cbfd2c7
+SHA512 (want-0.2.0.crate) = 1264e8095ba41b6cde85517538449d99f05a40207437bad9b618af3668ad675a3517b3d190e8b962820e2c302146d8d0571b665a1176c090ed75a4e83e8c5b59
+Size (want-0.2.0.crate) = 6265 bytes
+SHA1 (webdriver-0.39.0.crate) = f653621284126ceb6eb0601f6d1b1f35f9fba0e2
+RMD160 (webdriver-0.39.0.crate) = b2df246a7b4a68e2a4c3d11a6cf6ecbe339f773f
+SHA512 (webdriver-0.39.0.crate) = b4d7668970c3c2456050b13c6beb989e8f4ca17ea61eb3627187e901877ee63530845a11925012855e80ec6b4e71b20018966a1bd90062d208c0d6b6dd685bd8
+Size (webdriver-0.39.0.crate) = 25412 bytes
 SHA1 (winapi-0.2.8.crate) = ed26d16c66331aa1aaccb72df5bfa483200bf75c
 RMD160 (winapi-0.2.8.crate) = a30e4a3792706281d7940240df05d7ef60c53ef9
 SHA512 (winapi-0.2.8.crate) = 115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe
 Size (winapi-0.2.8.crate) = 455145 bytes
-SHA1 (winapi-0.3.6.crate) = 4b3a7509a30ed13f8180307a2ca38dc8ae10c5d3
-RMD160 (winapi-0.3.6.crate) = 549ef0ff7cd1a0f2aabf915ae603ed2c3c920ab6
-SHA512 (winapi-0.3.6.crate) = 991eb3d6ba08d59e7f7ec81ebf469cecc56b3723b636392972d2fdc1d6f13d88f8a244ad5cbb20f6058d12b44e060ed663c12aa3fbcd1235ab511fafa105cd3c
-Size (winapi-0.3.6.crate) = 1029391 bytes
+SHA1 (winapi-0.3.7.crate) = 6b8a2cd6bed04be518b1d3d4fa31a3469d87a20b
+RMD160 (winapi-0.3.7.crate) = 23a1008eda3a544f6dfe1cd63241a456d7c3de19
+SHA512 (winapi-0.3.7.crate) = 6871b93ad8d48e39b90cb7b31b3132f84665f965b4dfe06fcebdfb873e7d099007cf3d7a50e832a941c3425ad2f39c3ab48a77151e60863685b97fc05c71d134
+Size (winapi-0.3.7.crate) = 1075776 bytes
 SHA1 (winapi-build-0.1.1.crate) = d74a38737db81113e3876a570830b716b64c10a2
 RMD160 (winapi-build-0.1.1.crate) = f1b6c5812fd6613c6e67e22c5f961963ae3ac5f2
 SHA512 (winapi-build-0.1.1.crate) = 8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daa4444b28c51ae20ef15d985d59ca5a77
@@ -568,5 +604,4 @@ SHA1 (zip-0.4.2.crate) = 242ab2497e174cc
 RMD160 (zip-0.4.2.crate) = 127baf5996c5c59f593f77c1fdc21bdd9f420140
 SHA512 (zip-0.4.2.crate) = 84bf51fb83db91d0f6151e7ed4fe59cfcac5dacaa4da58ab09e226a48b14287275f121cf6302b29c693dbcb16e720fbccce7d6d986364ad5d403715235ed98e4
 Size (zip-0.4.2.crate) = 25852 bytes
-SHA1 (patch-Cargo.toml) = 5909e454a99cbff1cffb616096869774f5b8866f
-SHA1 (patch-vendor_mozrunner_src_runner.rs) = e5359f3b674b6383e0ff633cec053728985ffb0d
+SHA1 (patch-vendor_mozrunner_src_runner.rs) = 7dd1438d22cb9a58025d515176342ce642f9cd46

Index: pkgsrc/www/geckodriver/files/Cargo.lock
diff -u pkgsrc/www/geckodriver/files/Cargo.lock:1.1 pkgsrc/www/geckodriver/files/Cargo.lock:1.2
--- pkgsrc/www/geckodriver/files/Cargo.lock:1.1 Sat Jan  5 03:01:30 2019
+++ pkgsrc/www/geckodriver/files/Cargo.lock     Mon Jul 22 23:48:31 2019
@@ -1,3 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
 [[package]]
 name = "adler32"
 version = "1.0.3"
@@ -5,15 +7,24 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "aho-corasick"
-version = "0.6.9"
+version = "0.7.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "argon2rs"
+version = "0.2.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
+ "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "arrayvec"
-version = "0.4.10"
+version = "0.4.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -21,39 +32,63 @@ dependencies = [
 
 [[package]]
 name = "autocfg"
-version = "0.1.1"
+version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
+name = "backtrace"
+version = "0.3.33"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "backtrace-sys"
+version = "0.1.31"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
 name = "base64"
-version = "0.9.3"
+version = "0.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "bitflags"
-version = "1.0.4"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
-name = "build_const"
-version = "0.2.1"
+name = "blake2-rfc"
+version = "0.2.18"
 source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
 
 [[package]]
 name = "byteorder"
-version = "1.2.7"
+version = "1.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "bytes"
-version = "0.4.11"
+version = "0.4.12"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -63,7 +98,7 @@ version = "0.3.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -71,39 +106,40 @@ name = "bzip2-sys"
 version = "0.1.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "cc"
-version = "1.0.28"
+version = "1.0.37"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "cfg-if"
-version = "0.1.6"
+version = "0.1.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "chrono"
-version = "0.4.6"
+version = "0.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "clap"
-version = "2.32.0"
+version = "2.33.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -112,71 +148,112 @@ name = "cloudabi"
 version = "0.0.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
-name = "cookie"
-version = "0.11.0"
+name = "constant_time_eq"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
-]
 
 [[package]]
-name = "crc"
-version = "1.8.1"
+name = "cookie"
+version = "0.11.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "crc32fast"
-version = "1.1.2"
+version = "1.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "crossbeam-deque"
-version = "0.6.3"
+version = "0.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "crossbeam-epoch"
-version = "0.7.0"
+version = "0.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
+name = "crossbeam-queue"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
 name = "crossbeam-utils"
-version = "0.6.3"
+version = "0.6.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "dirs"
+version = "1.0.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "either"
+version = "1.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
+name = "failure"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "failure_derive"
+version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.15.40 (registry+https://github.com/rust-lang/crates.io-index)",
+ "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "flate2"
-version = "1.0.6"
+version = "1.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "miniz_oxide_c_api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -185,11 +262,16 @@ version = "1.0.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
+name = "fuchsia-cprng"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
 name = "fuchsia-zircon"
 version = "0.3.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -200,7 +282,7 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "futures"
-version = "0.1.25"
+version = "0.1.28"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -208,88 +290,102 @@ name = "futures-cpupool"
 version = "0.1.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "geckodriver"
-version = "0.23.0"
+version = "0.24.0"
 dependencies = [
- "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "mozprofile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "mozrunner 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "mozversion 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "webdriver 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozprofile 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozrunner 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozversion 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
+ "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "webdriver 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "h2"
-version = "0.1.14"
+version = "0.1.25"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
  "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
  "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "string 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "http"
-version = "0.1.14"
+version = "0.1.17"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
  "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "http-body"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "httparse"
-version = "1.3.3"
+version = "1.3.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "hyper"
-version = "0.12.19"
+version = "0.12.33"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
  "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "h2 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "h2 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -299,7 +395,7 @@ source = "registry+https://github.com/ru
 dependencies = [
  "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -312,13 +408,13 @@ name = "iovec"
 version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "itoa"
-version = "0.4.3"
+version = "0.4.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -332,17 +428,12 @@ dependencies = [
 
 [[package]]
 name = "lazy_static"
-version = "1.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-
-[[package]]
-name = "lazycell"
-version = "1.2.1"
+version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "libc"
-version = "0.2.46"
+version = "0.2.60"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -356,10 +447,10 @@ dependencies = [
 
 [[package]]
 name = "log"
-version = "0.4.6"
+version = "0.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -369,13 +460,8 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "memchr"
-version = "2.1.2"
+version = "2.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
-]
 
 [[package]]
 name = "memoffset"
@@ -384,7 +470,7 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "miniz_oxide"
-version = "0.2.0"
+version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -392,30 +478,29 @@ dependencies = [
 
 [[package]]
 name = "miniz_oxide_c_api"
-version = "0.2.0"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
- "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "miniz_oxide 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mio"
-version = "0.6.16"
+version = "0.6.19"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -425,8 +510,8 @@ version = "0.6.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -442,7 +527,7 @@ dependencies = [
 
 [[package]]
 name = "mozprofile"
-version = "0.4.0"
+version = "0.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -450,20 +535,21 @@ dependencies = [
 
 [[package]]
 name = "mozrunner"
-version = "0.8.0"
+version = "0.9.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "mozprofile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mozprofile 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "mozversion"
-version = "0.1.3"
+version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
@@ -473,8 +559,8 @@ name = "msdos_time"
 version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -482,9 +568,9 @@ name = "net2"
 version = "0.2.33"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -494,23 +580,27 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "num-integer"
-version = "0.1.39"
+version = "0.1.41"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "num-traits"
-version = "0.2.6"
+version = "0.2.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
 
 [[package]]
 name = "num_cpus"
-version = "1.9.0"
+version = "1.10.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -523,23 +613,23 @@ dependencies = [
 
 [[package]]
 name = "parking_lot"
-version = "0.6.4"
+version = "0.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "parking_lot_core"
-version = "0.3.1"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -554,7 +644,7 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "proc-macro2"
-version = "0.4.24"
+version = "0.4.30"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -562,59 +652,40 @@ dependencies = [
 
 [[package]]
 name = "quote"
-version = "0.6.10"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "rand"
-version = "0.3.22"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "rand"
-version = "0.4.3"
+version = "0.6.13"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "rand"
-version = "0.5.5"
+version = "0.4.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "rand"
-version = "0.6.3"
+version = "0.6.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
  "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -622,21 +693,21 @@ name = "rand_chacha"
 version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "rand_core"
-version = "0.2.2"
+version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "rand_core"
-version = "0.3.0"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -644,7 +715,7 @@ name = "rand_hc"
 version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -652,28 +723,39 @@ name = "rand_isaac"
 version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "rand_jitter"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "rand_os"
-version = "0.1.0"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "rand_pcg"
-version = "0.1.1"
+version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -681,60 +763,59 @@ name = "rand_xorshift"
 version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
-name = "redox_syscall"
-version = "0.1.50"
+name = "rdrand"
+version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
 
 [[package]]
-name = "regex"
-version = "0.2.11"
+name = "redox_syscall"
+version = "0.1.56"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
 
 [[package]]
-name = "regex"
-version = "1.1.0"
+name = "redox_users"
+version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
-name = "regex-syntax"
-version = "0.5.6"
+name = "regex"
+version = "1.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex-syntax 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "regex-syntax"
-version = "0.6.4"
+version = "0.6.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "remove_dir_all"
-version = "0.5.1"
+version = "0.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -743,6 +824,11 @@ version = "0.10.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
+name = "rustc-demangle"
+version = "0.1.15"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+
+[[package]]
 name = "rustc_version"
 version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -752,12 +838,12 @@ dependencies = [
 
 [[package]]
 name = "ryu"
-version = "0.2.7"
+version = "1.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
-name = "safemem"
-version = "0.3.0"
+name = "scoped_threadpool"
+version = "0.1.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -788,41 +874,38 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "serde"
-version = "1.0.84"
+version = "1.0.97"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "serde_derive"
-version = "1.0.84"
+version = "1.0.97"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)",
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.15.40 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "serde_json"
-version = "1.0.34"
+version = "1.0.40"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
+ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "slab"
-version = "0.4.1"
+version = "0.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "smallvec"
-version = "0.6.7"
+version = "0.6.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
 
 [[package]]
 name = "stable_deref_trait"
@@ -831,21 +914,35 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "string"
-version = "0.1.2"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+]
 
 [[package]]
 name = "strsim"
-version = "0.7.0"
+version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "syn"
-version = "0.15.23"
+version = "0.15.40"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "synstructure"
+version = "0.10.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 0.15.40 (registry+https://github.com/rust-lang/crates.io-index)",
  "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -854,8 +951,8 @@ name = "tempdir"
 version = "0.3.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -864,13 +961,13 @@ version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "textwrap"
-version = "0.10.0"
+version = "0.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -882,39 +979,50 @@ name = "thread_local"
 version = "0.3.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "time"
-version = "0.1.41"
+version = "0.1.42"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio"
-version = "0.1.13"
+version = "0.1.22"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-uds 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-buf"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -922,101 +1030,114 @@ name = "tokio-codec"
 version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-current-thread"
-version = "0.1.4"
+version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-executor"
-version = "0.1.5"
+version = "0.1.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-fs"
-version = "0.1.4"
+version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-io"
-version = "0.1.10"
+version = "0.1.12"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-reactor"
-version = "0.1.7"
+version = "0.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "tokio-sync"
+version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-tcp"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-threadpool"
-version = "0.1.9"
+version = "0.1.15"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-timer"
-version = "0.2.8"
+version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -1024,30 +1145,30 @@ name = "tokio-udp"
 version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "tokio-uds"
-version = "0.2.4"
+version = "0.2.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
+ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -1057,7 +1178,7 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "ucd-util"
-version = "0.1.3"
+version = "0.1.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -1070,12 +1191,15 @@ dependencies = [
 
 [[package]]
 name = "unicode-normalization"
-version = "0.1.7"
+version = "0.1.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+]
 
 [[package]]
 name = "unicode-segmentation"
-version = "1.2.1"
+version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
@@ -1089,14 +1213,6 @@ version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
-name = "unreachable"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-dependencies = [
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
 name = "url"
 version = "1.7.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -1108,55 +1224,46 @@ dependencies = [
 
 [[package]]
 name = "utf8-ranges"
-version = "1.0.2"
+version = "1.0.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
 name = "uuid"
-version = "0.5.1"
+version = "0.6.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
-name = "version_check"
-version = "0.1.5"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-
-[[package]]
-name = "void"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-
-[[package]]
 name = "want"
-version = "0.0.6"
+version = "0.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
  "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "webdriver"
-version = "0.38.0"
+version = "0.39.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
- "tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cookie 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
+ "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -1167,7 +1274,7 @@ source = "registry+https://github.com/ru
 
 [[package]]
 name = "winapi"
-version = "0.3.6"
+version = "0.3.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1194,7 +1301,7 @@ name = "winreg"
 version = "0.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -1212,148 +1319,157 @@ version = "0.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 dependencies = [
  "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  "msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  "podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [metadata]
 "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
-"checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e"
-"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
-"checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727"
-"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
-"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
-"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
-"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
-"checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa"
+"checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
+"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
+"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
+"checksum autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b"
+"checksum backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)" = "88fb679bc9af8fa639198790a77f52d345fe13656c08b43afa9424c206b731c6"
+"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b"
+"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
+"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
+"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
+"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
+"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 "checksum bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
 "checksum bzip2-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6584aa36f5ad4c9247f5323b0a42f37802b37a836f0ad87084d7a33961abe25f"
-"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
-"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
-"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
-"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
+"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
+"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
+"checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe"
+"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
-"checksum cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf"
-"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
-"checksum crc32fast 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e91d5240c6975ef33aeb5f148f35275c25eda8e8a5f95abe421978b05b8bf192"
-"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
-"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
-"checksum crossbeam-utils 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "41ee4864f4797060e52044376f7d107429ce1fb43460021b126424b7180ee21a"
-"checksum flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2291c165c8e703ee54ef3055ad6188e3d51108e2ded18e9f2476e774fc5ad3d4"
+"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
+"checksum cookie 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "99be24cfcf40d56ed37fd11c2123be833959bbc5bddecb46e1c2e442e15fa3e0"
+"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
+"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
+"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
+"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
+"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
+"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
+"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
+"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
+"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
+"checksum flate2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "550934ad4808d5d39365e5d61727309bf18b3b02c6c56b729cb92e7dd84bc3d8"
 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
+"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
-"checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b"
+"checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
-"checksum h2 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac030ae20dee464c5d0f36544d8b914a6bc606da44a57e052d2b0f5dae129e0"
-"checksum http 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "02096a6d2c55e63f7fcb800690e4f889a25f6ec342e3adb4594e293b625215ab"
-"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
-"checksum hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ebec079129e43af5e234ef36ee3d7e6085687d145b7ea653b262d16c6b65f1"
+"checksum h2 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "a539b63339fbbb00e081e84b6e11bd1d9634a82d91da2984a18ac74a8823f392"
+"checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a"
+"checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
+"checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
+"checksum hyper 0.12.33 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb44cbce9d8ee4fb36e4c0ad7b794ac44ebaad924b9c8291a63215bb44c2c8f"
 "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
 "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
-"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
+"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
-"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
-"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
-"checksum libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" = "023a4cd09b2ff695f9734c1934145a315594b7986398496841c7031a5a1bbdbd"
+"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
+"checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb"
 "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
-"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
+"checksum log 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3"
 "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
-"checksum memchr 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db4c41318937f6e76648f42826b1d9ade5c09cafb5aef7e351240a70f39206e9"
+"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
 "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
-"checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c"
-"checksum miniz_oxide_c_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "28edaef377517fd9fe3e085c37d892ce7acd1fbeab9239c5a36eec352d8a8b7e"
-"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
+"checksum miniz_oxide 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c061edee74a88eb35d876ce88b94d77a0448a201de111c244b70d047f5820516"
+"checksum miniz_oxide_c_api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6c675792957b0d19933816c4e1d56663c341dd9bfa31cb2140ff2267c1d8ecf4"
+"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
-"checksum mozprofile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "652a66e30760080d2a69d1179523e9ffcefd696bac7f195918734a74b312892c"
-"checksum mozrunner 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e44c70b09cc14642e9b4ae49c7aa4dc31ebcd1aee90fd239dc8a2b5aa73e9"
-"checksum mozversion 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "597412c9031cfa14e823ace4aa80d0cc19596f2a65d5de960fdeb00ebe285861"
+"checksum mozprofile 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f453cc18b6a4a98f85020ce841bc9a30e71cf2754e54c001f310b38f0bccbe0"
+"checksum mozrunner 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3029fc7b44b7205c6bce1da48902c3d80fa77e73bd3c34c929b94639a86258d4"
+"checksum mozversion 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f295482728bea6a14276db7433fd6d19d4739313e526a9b10e0f8ef4e8748fe"
 "checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
-"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
-"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
-"checksum num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a69d464bdc213aaaff628444e99578ede64e9c854025aa43b9796530afa9238"
+"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
+"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
+"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
 "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
-"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
-"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
+"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
+"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
 "checksum podio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd"
-"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = "77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
-"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
-"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
-"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
-"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
-"checksum rand 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b65e163105a6284f841bd23100a015895f54340e88a5ffc9ca7b8b33827cfce0"
+"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
+"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
+"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
+"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
-"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
-"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
+"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
+"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
-"checksum rand_os 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de5ac4de1c2973e1391dc305cb0fbf8788cb58068e98255439b7485a77022273"
-"checksum rand_pcg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05"
+"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
+"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
+"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
-"checksum redox_syscall 0.1.50 (registry+https://github.com/rust-lang/crates.io-index)" = "52ee9a534dc1301776eff45b4fa92d2c39b1d8c3d3357e6eb593e0d795506fc2"
-"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
-"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f"
-"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
-"checksum regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4e47a2ed29da7a9e1960e1639e7a982e6edc6d49be308a3b02daf511504a16d1"
-"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
+"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
+"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
+"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
+"checksum regex 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6b23da8dfd98a84bd7e08700190a5d9f7d2d38abd4369dd1dae651bc40bfd2cc"
+"checksum regex-syntax 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5485bf1523a9ed51c4964273f22f63f24e31632adb5dad134f488f86a3875c"
+"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
 "checksum rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8a654c5bda722c699be6b0fe4c0d90de218928da5b724c3e467fc48865c37263"
+"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
-"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
-"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
+"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
+"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
 "checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
-"checksum serde 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "0e732ed5a5592c17d961555e3b552985baf98d50ce418b7b655f31f6ba7eb1b7"
-"checksum serde_derive 1.0.84 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d6115a3ca25c224e409185325afc16a0d5aaaabc15c42b09587d6f1ba39a5b"
-"checksum serde_json 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "bdf540260cfee6da923831f4776ddc495ada940c30117977c70f1313a6130545"
-"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
-"checksum smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b73ea3738b47563803ef814925e69be00799a8c07420be8b996f8e98fb2336db"
+"checksum serde 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)" = "d46b3dfedb19360a74316866cef04687cd4d6a70df8e6a506c63512790769b72"
+"checksum serde_derive 1.0.97 (registry+https://github.com/rust-lang/crates.io-index)" = "c22a0820adfe2f257b098714323563dd06426502abbbce4f51b72ef544c5027f"
+"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
+"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
+"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
-"checksum string 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98998cced76115b1da46f63388b909d118a37ae0be0f82ad35773d4a4bc9d18d"
-"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
-"checksum syn 0.15.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9545a6a093a3f0bd59adb472700acc08cad3776f860f16a897dfce8c88721cbc"
+"checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
+"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
+"checksum syn 0.15.40 (registry+https://github.com/rust-lang/crates.io-index)" = "bc945221ccf4a7e8c31222b9d1fc77aefdd6638eb901a6ce457a3dc29d4c31e8"
+"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
 "checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
-"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
+"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
-"checksum time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "847da467bf0db05882a9e2375934a8a55cffdc9db0d128af1518200260ba1f6c"
-"checksum tokio 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "a7817d4c98cc5be21360b3b37d6036fe9b7aefa5b7a201b7b16ff33423822f7d"
+"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
+"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
+"checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
 "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
-"checksum tokio-current-thread 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6"
-"checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
-"checksum tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75"
-"checksum tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21"
-"checksum tokio-reactor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "502b625acb4ee13cbb3b90b8ca80e0addd263ddacf6931666ef751e610b07fb5"
-"checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912"
-"checksum tokio-threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "56c5556262383032878afad66943926a1d1f0967f17e94bd7764ceceb3b70e7f"
-"checksum tokio-timer 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8"
+"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
+"checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac"
+"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
+"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
+"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
+"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
+"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
+"checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19"
+"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
 "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
-"checksum tokio-uds 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "99ce87382f6c1a24b513a72c048b2c8efe66cb5161c9061d00bee510f08dc168"
+"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
-"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
+"checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874"
 "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
-"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
-"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
+"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
+"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
 "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
-"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
 "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
-"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
-"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
-"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
-"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
-"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
-"checksum webdriver 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57600e820ab8ac3fcfed782edfb5ac1b530f5980d9c17030d13fd367e9734681"
+"checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
+"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
+"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
+"checksum webdriver 0.39.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0533b0b0a05e2e5c081317759a038482806c6085c9605dded03c8bbd2498b042"
 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
-"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
+"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

Index: pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs
diff -u pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs:1.3 pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs:1.4
--- pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs:1.3     Sat Jan  5 03:01:30 2019
+++ pkgsrc/www/geckodriver/patches/patch-vendor_mozrunner_src_runner.rs Mon Jul 22 23:48:31 2019
@@ -1,32 +1,10 @@
-$NetBSD: patch-vendor_mozrunner_src_runner.rs,v 1.3 2019/01/05 03:01:30 tnn Exp $
+$NetBSD: patch-vendor_mozrunner_src_runner.rs,v 1.4 2019/07/22 23:48:31 tnn Exp $
 
 Make the linux method the fallback method.
 
---- ../vendor/mozrunner-0.8.0/src/runner.rs.orig       2018-09-11 12:26:34.000000000 +0000
-+++ ../vendor/mozrunner-0.8.0/src/runner.rs
-@@ -293,21 +293,6 @@ impl Runner for FirefoxRunner {
-     }
- }
- 
--#[cfg(target_os = "linux")]
--pub mod platform {
--    use path::find_binary;
--    use std::path::PathBuf;
--
--    /// Searches the system path for `firefox`.
--    pub fn firefox_default_path() -> Option<PathBuf> {
--        find_binary("firefox")
--    }
--
--    pub fn arg_prefix_char(c: char) -> bool {
--        c == '-'
--    }
--}
--
- #[cfg(target_os = "macos")]
- pub mod platform {
-     use path::{find_binary, is_binary};
-@@ -410,12 +395,12 @@ pub mod platform {
+--- ../vendor/mozrunner-0.9.0/src/runner.rs.orig       2019-01-03 11:24:34.000000000 +0000
++++ ../vendor/mozrunner-0.9.0/src/runner.rs
+@@ -410,12 +410,12 @@ pub mod platform {
  
  #[cfg(not(any(target_os = "linux", target_os = "macos", target_os = "windows")))]
  pub mod platform {



Home | Main Index | Thread Index | Old Index