From 30d8303badb0718c35ecc97334b9d7a4fc264ce6 Mon Sep 17 00:00:00 2001 From: tilpner Date: Sat, 5 Oct 2019 18:05:31 +0200 Subject: undo update --- Cargo.lock | 1288 +++++++++++++++------------------ Cargo.nix | 2080 +++++++++++++++++++++-------------------------------- crate-hashes.json | 213 +++--- default.nix | 16 +- 4 files changed, 1510 insertions(+), 2087 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4bc300..518139c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,15 +2,15 @@ # It is not intended for manual editing. [[package]] name = "adler32" -version = "1.0.4" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "aho-corasick" -version = "0.7.6" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -18,7 +18,16 @@ name = "ansi_term" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (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]] @@ -28,7 +37,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "arrayvec" -version = "0.4.11" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -36,36 +45,39 @@ dependencies = [ [[package]] name = "atty" -version = "0.2.13" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "autocfg" -version = "0.1.6" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "backtrace" -version = "0.3.38" +version = "0.3.15" 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.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "backtrace-sys" -version = "0.1.31" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -73,8 +85,8 @@ name = "base64" version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -82,54 +94,31 @@ name = "base64" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "bincode" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "bindgen" -version = "0.50.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "peeking_take_while 0.1.2 (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)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "bitflags" -version = "1.2.0" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "blake2b_simd" -version = "0.5.8" +name = "blake2-rfc" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (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]] @@ -141,6 +130,11 @@ dependencies = [ "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "build_const" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "byte-tools" version = "0.2.0" @@ -148,7 +142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "byteorder" -version = "1.3.2" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -156,71 +150,42 @@ name = "bytes" version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "c2-chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "cc" -version = "1.0.45" +version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "cexpr" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "cfg-if" -version = "0.1.10" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "chrono" -version = "0.4.9" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (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)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "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)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "clang-sys" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "clap" version = "2.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "strsim 0.8.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.6 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -229,27 +194,27 @@ name = "cloudabi" version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "config" -version = "0.9.3" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "constant_time_eq" -version = "0.1.4" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -258,7 +223,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -266,12 +231,20 @@ name = "core-foundation-sys" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "crc" +version = "1.8.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)", +] + [[package]] name = "crc32fast" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -279,21 +252,21 @@ name = "crossbeam-deque" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (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.2" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (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]] @@ -301,16 +274,16 @@ name = "crossbeam-queue" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (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-utils" -version = "0.6.6" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -318,7 +291,7 @@ name = "crypto-mac" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -335,34 +308,22 @@ name = "dirs" version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (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.3" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "env_logger" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "termcolor 1.0.5 (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.38 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -371,10 +332,10 @@ name = "failure_derive" version = "0.1.5" 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)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", - "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -384,13 +345,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "flate2" -version = "1.0.12" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", - "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -421,7 +382,7 @@ name = "fuchsia-zircon" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -432,7 +393,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "futures" -version = "0.1.29" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -440,16 +401,8 @@ name = "futures-cpupool" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.29 (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 = "fxhash" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -457,38 +410,23 @@ name = "generic-array" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", + "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "getrandom" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "glob" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "h2" -version = "0.1.26" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (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.29 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", - "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", - "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -497,7 +435,7 @@ name = "heck" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -516,7 +454,7 @@ dependencies = [ [[package]] name = "http" -version = "0.1.18" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -524,25 +462,14 @@ dependencies = [ "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.29 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.18 (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.4" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "humantime" -version = "1.3.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -550,31 +477,29 @@ dependencies = [ [[package]] name = "hyper" -version = "0.12.35" +version = "0.12.28" 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.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (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.26 (registry+https://github.com/rust-lang/crates.io-index)", - "http 0.1.18 (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)", + "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.3.3 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "net2 0.2.33 (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 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 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.10 (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.16 (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)", + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -583,8 +508,8 @@ version = "0.3.2" 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.29 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -601,7 +526,7 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.2.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -609,7 +534,7 @@ name = "iovec" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -618,7 +543,7 @@ name = "itertools" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -642,7 +567,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -652,24 +577,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.62" +version = "0.2.54" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "libloading" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "line-wrap" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -688,10 +604,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lock_api" -version = "0.3.1" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -699,15 +616,15 @@ name = "log" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "log" -version = "0.4.8" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -722,16 +639,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "memchr" -version = "2.2.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "memoffset" -version = "0.5.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "mime" @@ -752,25 +666,46 @@ dependencies = [ "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "miniz-sys" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "miniz_oxide" -version = "0.3.3" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "miniz_oxide_c_api" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.36 (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.54 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "mio" -version = "0.6.19" +version = "0.6.16" 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)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (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.54 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -783,8 +718,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.62 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -803,16 +738,16 @@ name = "native-tls" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.10.21 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)", - "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)", + "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -820,9 +755,9 @@ name = "net2" version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -835,17 +770,16 @@ name = "nom" version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.0 (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 = "num-integer" -version = "0.1.41" +version = "0.1.39" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -853,57 +787,58 @@ name = "num-traits" version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "num-traits" -version = "0.2.8" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "num_cpus" -version = "1.10.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "numtoa" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "onig" -version = "5.0.0" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "onig_sys 69.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "onig_sys" -version = "69.2.0" +version = "69.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bindgen 0.50.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "openssl" -version = "0.10.25" +version = "0.10.21" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -913,44 +848,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl-sys" -version = "0.9.50" +version = "0.9.44" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "parking_lot" -version = "0.9.0" +name = "owning_ref" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "parking_lot_core" -version = "0.6.2" +name = "parking_lot" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.56 (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.10 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.1.5 (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 = "peeking_take_while" -version = "0.1.2" +name = "parking_lot_core" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.54 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "percent-encoding" @@ -994,43 +929,30 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.16" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "plist" -version = "0.4.2" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "ppv-lite86" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "proc-macro2" -version = "0.4.30" +version = "0.4.29" 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)", ] -[[package]] -name = "proc-macro2" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "quick-error" version = "1.2.2" @@ -1038,18 +960,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "quote" -version = "0.6.13" -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)", -] - -[[package]] -name = "quote" -version = "1.0.2" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1057,29 +971,17 @@ name = "rand" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (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.4.2 (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_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.8 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "rand" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1087,39 +989,22 @@ name = "rand_chacha" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.2 (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_chacha" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rand_core" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand_core 0.4.2 (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.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "rand_core" -version = "0.5.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "rand_hc" @@ -1129,14 +1014,6 @@ dependencies = [ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rand_isaac" version = "0.1.1" @@ -1150,9 +1027,9 @@ name = "rand_jitter" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (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]] @@ -1162,10 +1039,10 @@ 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-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1173,8 +1050,8 @@ name = "rand_pcg" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1195,60 +1072,72 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.1.56" +version = "0.1.54" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "redox_termios" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "redox_users" -version = "0.3.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "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)", - "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "regex" -version = "1.3.1" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aho-corasick 0.7.6 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", + "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.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-syntax" -version = "0.6.12" +version = "0.6.6" 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)", +] [[package]] name = "remove_dir_all" -version = "0.5.2" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rpb-s3" version = "0.1.0" dependencies = [ - "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", "rusoto_s3 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", - "syntect 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tinytemplate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1258,21 +1147,21 @@ version = "0.36.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)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (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.6 (registry+https://github.com/rust-lang/crates.io-index)", "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "rusoto_credential 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.7.1 (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-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1282,15 +1171,15 @@ name = "rusoto_credential" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1298,21 +1187,11 @@ name = "rusoto_s3" version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "rust-argon2" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "rust-ini" version = "0.13.0" @@ -1320,7 +1199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustc-demangle" -version = "0.1.16" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1333,17 +1212,17 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.0" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "safemem" -version = "0.3.2" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "same-file" -version = "1.0.5" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1351,16 +1230,21 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.16" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.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 = "scoped_threadpool" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "scopeguard" -version = "1.0.0" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1370,7 +1254,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1402,7 +1286,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" -version = "1.0.101" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1413,28 +1297,28 @@ dependencies = [ "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_derive" -version = "1.0.101" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serde_json" -version = "1.0.41" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "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.101 (registry+https://github.com/rust-lang/crates.io-index)", + "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1456,11 +1340,6 @@ dependencies = [ "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "shlex" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "siphasher" version = "0.2.3" @@ -1473,16 +1352,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "smallvec" -version = "0.6.10" +version = "0.6.9" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "stable_deref_trait" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "string" -version = "0.2.1" +version = "0.1.3" 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" @@ -1491,95 +1372,88 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "structopt" -version = "0.2.18" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", + "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "structopt-derive" -version = "0.2.18" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (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.44 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "syn" -version = "0.15.44" +version = "0.15.33" 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)", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.12 (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 = "syn" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "synstructure" -version = "0.10.2" +version = "0.10.1" 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)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.15.33 (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 = "syntect" -version = "3.3.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "onig 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", - "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "plist 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tempfile" -version = "3.1.0" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", - "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", + "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "termcolor" -version = "1.0.5" +name = "termion" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1587,7 +1461,7 @@ name = "textwrap" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1595,7 +1469,7 @@ name = "thread_local" version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lazy_static 1.4.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]] @@ -1603,60 +1477,51 @@ name = "time" version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.2.62 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tinytemplate" -version = "1.0.2" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio" -version = "0.1.22" +version = "0.1.19" 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.29 (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)", + "futures 0.1.26 (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.10.0 (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.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-executor 0.1.7 (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.10 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-sync 0.1.6 (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.5 (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.16 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-trace-core 0.1.0 (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.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.3 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "tokio-codec" 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)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1665,17 +1530,17 @@ name = "tokio-current-thread" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-executor" -version = "0.1.8" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (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.26 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1683,9 +1548,9 @@ name = "tokio-fs" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (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.16 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1694,35 +1559,35 @@ version = "0.1.12" 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.29 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-reactor" -version = "0.1.10" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (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.9.0 (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.26 (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.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.10.0 (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-executor 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-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-sync" -version = "0.1.6" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1731,52 +1596,60 @@ version = "0.1.3" 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.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (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.19 (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.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (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.16" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "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.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "num_cpus 1.10.1 (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.26 (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.10.0 (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)", + "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-timer" -version = "0.2.11" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.1.29 (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.26 (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-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tokio-trace-core" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tokio-udp" -version = "0.1.5" +version = "0.1.3" 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.29 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (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)", "tokio-codec 0.1.1 (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.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1785,15 +1658,15 @@ version = "0.2.5" 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.29 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.54 (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)", "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.12 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1801,7 +1674,7 @@ name = "toml" version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1811,7 +1684,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "typenum" -version = "1.11.2" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "ucd-util" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1835,17 +1713,17 @@ name = "unicode-normalization" 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)", + "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "unicode-segmentation" -version = "1.3.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unicode-width" -version = "0.1.6" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1853,11 +1731,6 @@ name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "unicode-xid" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "url" version = "1.7.2" @@ -1868,9 +1741,14 @@ dependencies = [ "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "utf8-ranges" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "vcpkg" -version = "0.2.7" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1885,38 +1763,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "walkdir" -version = "2.2.9" +version = "2.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "want" -version = "0.2.0" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (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 = "wasi" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "which" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "winapi" version = "0.2.8" @@ -1924,7 +1788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "winapi" -version = "0.3.8" +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)", @@ -1946,7 +1810,7 @@ name = "winapi-util" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1954,15 +1818,6 @@ name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "wincolor" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "ws2_32-sys" version = "0.2.1" @@ -1982,7 +1837,7 @@ name = "xml-rs" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1999,229 +1854,216 @@ dependencies = [ ] [metadata] -"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2" -"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" +"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" +"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" +"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" -"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" -"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" -"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" -"checksum backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" -"checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" +"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" +"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" +"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" +"checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637" +"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" -"checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" -"checksum bindgen 0.50.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb0e5a5f74b2bafe0b39379f616b5975e08bcaca4e779c078d5c31324147e9ba" -"checksum bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a606a02debe2813760609f57a64a2ffd27d9fdf5b2f133eaca0b248dd92cdd2" -"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182" +"checksum bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "959c8e54c1ad412ffeeb95f05a9cade02d2d40a7b3c2f852d3353148f4beff35" +"checksum bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd1fa8ad26490b0a5cfec99089952250301b6716cdeaa7c9ab229598fb82ab66" +"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" +"checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" -"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" +"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" -"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" -"checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" -"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af" -"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" -"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" -"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" +"checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" +"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" +"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" "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 config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" -"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120" +"checksum config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e82d07fac0a5eeaa9d959b5194d01bb66e414665f547416958d2b430f8f4852" +"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" "checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" "checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b" +"checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" "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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" +"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.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" +"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" -"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" -"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" +"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 fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" -"checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3" +"checksum flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f87e68aa82b2de08a6e037f1385455759df6e445a8df5e005b4297191dbf18aa" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" "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.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" +"checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981" "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" -"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" -"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" -"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" -"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" +"checksum h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "85ab6286db06040ddefb71641b50017c06874614001a134b423783e2db2920bd" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" -"checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" -"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 humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" -"checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" +"checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a" +"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" +"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" +"checksum hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)" = "e8e4606fed1c162e3a63d408c07584429f49a4f34c7176cb6cbee60e78f2372c" "checksum hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" -"checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" +"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 itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" "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 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" -"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" -"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" -"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" +"checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" "checksum line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" -"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" +"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" -"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" +"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48" -"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" -"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" +"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" +"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" "checksum mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7" -"checksum miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "304f66c19be2afa56530fa7c39796192eef38618da8d19df725ad7c6d6b2aaae" -"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" +"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649" +"checksum miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c468f2369f07d651a5d0bb2c9079f8488a66d5466efe42d0c5c6466edcb7f71e" +"checksum miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fe927a42e3807ef71defb191dc87d4e24479b221e67015fe38ae2b7b447bab" +"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" "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 native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e" "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 nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" -"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" +"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" -"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 onig 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e4e723fc996fff1aeab8f62205f3e8528bf498bdd5eadb2784d2d31f30077947" -"checksum onig_sys 69.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a8d4efbf5f59cece01f539305191485b651acb3785b9d5eef05749f0496514e" -"checksum openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449" +"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" +"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" +"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" +"checksum onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a646989adad8a19f49be2090374712931c3a59835cb5277b4530f48b417f26e7" +"checksum onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388410bf5fa341f10e58e6db3975f4bea1ac30247dd79d37a9e5ced3cb4cc3b0" +"checksum openssl 0.10.21 (registry+https://github.com/rust-lang/crates.io-index)" = "615b325b964d8fb0533e7fad5867f63677bbc79a274c9cd7a19443e1a6fcdd9e" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)" = "2c42dcccb832556b5926bc9ae61e8775f2a61e725ab07ab3d1e7fcf8ae62c3b6" -"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" -"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" -"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" +"checksum openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)" = "50bacc164f352df4c943e77e6f13a09f3dfe1407b6b144f9deba30e4b63e1db3" +"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" +"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 phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18" "checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e" "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662" "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0" -"checksum pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "72d5370d90f49f70bd033c3d75e87fc529fbfff9d6f7cccef07d6170079d91ea" -"checksum plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a9f075f6394100e7c105ed1af73fb1859d6fd14e49d4290d578120beb167f" -"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" +"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" +"checksum plist 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f4739851c08dd9a62a78beff2edf1a438517268b2c563c42fc6d9d3139e42d2a" +"checksum proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)" = "64c827cea7a7ab30ce4593e5e04d7a11617ad6ece2fa230605a78b00ff965316" "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" +"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" -"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" -"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" -"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" -"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" +"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_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" "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 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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" -"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" -"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" -"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" +"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" +"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" +"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" +"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" +"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" +"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" "checksum rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18a699355ef3189e3bbf34b64ff5a31f06456b689b09d05cdb4a901dcf4406a8" "checksum rusoto_credential 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc8dd0f0a7e8b62f31aa23fa12fa0a7ac0e1eb52f6f4d4279d8a2ae51d8f099" "checksum rusoto_s3 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c7ed5248f4d330412be31522ef242de61a55d4c80f298dc7377121d52610ddb" -"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" -"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" +"checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" -"checksum safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b08423011dae9a5ca23f07cf57dac3857f5c885d352b76f6d95f4aea9434d0" -"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" -"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021" -"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" +"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" +"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" +"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" +"checksum schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f6abf258d99c3c1c5c2131d99d064e94b7b3dd5f416483057f308fea253339" +"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 security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2" "checksum security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56" "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 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" -"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" +"checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" -"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" -"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" +"checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" +"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" -"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" "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 string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" +"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" +"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" +"checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" -"checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7" -"checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" -"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" -"checksum syntect 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955e9da2455eea5635f7032fc3a229908e6af18c39600313866095e07db0d8b8" -"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" -"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" +"checksum structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3d0760c312538987d363c36c42339b55f5ee176ea8808bbe4543d484a291c8d1" +"checksum structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "528aeb7351d042e6ffbc2a6fb76a86f9b622fdf7c25932798e7a82cb03bc94c6" +"checksum syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = "ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836" +"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" +"checksum syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e80b8831c5a543192ffc3727f01cf0e57579c6ac15558e3048bfb5708892167b" +"checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" +"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" "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.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" -"checksum tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4574b75faccaacddb9b284faecdf0b544b80b6b294f3d062d325c5726a209c20" -"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 tinytemplate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7655088894274afb52b807bd3c87072daa1fedd155068b8705cabfd628956115" +"checksum tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cec6c34409089be085de9403ba2010b80e36938c9ca992c4f67f407bb13db0b1" "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" "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-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" "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.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c56391be9805bc80163151c0b9e5164ee64f4b0200962c346fea12773158f22d" -"checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" +"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" +"checksum tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2f843ffdf8d6e1f90bddd48da43f99ab071660cd92b7ec560ef3cdfd7a409a" "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" -"checksum tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd2c6a3885302581f4401c82af70d792bb9df1700e7437b0aeb4ada94d5388c" -"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" -"checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b" +"checksum tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72558af20be886ea124595ea0f806dd5703b8958e4705429dd58b3d8231f72f2" +"checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" +"checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3" +"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" -"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" +"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" +"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" "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.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" +"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" +"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 unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" -"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95" +"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" +"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" -"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" -"checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" -"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" -"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164" +"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" +"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" -"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" +"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-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9" "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" "checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2" diff --git a/Cargo.nix b/Cargo.nix index 48effb2..abdcca0 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -61,31 +61,31 @@ rec { # * `resolvedDependencies`: the selected default features reported by cargo - only included for debugging. crates = { - "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" + "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "adler32"; - version = "1.0.4"; + version = "1.0.3"; edition = "2015"; - sha256 = "157bfkgcy4p3cclfv378x7clxcj3l23jj7sckjbqkmdjbi72y134"; + sha256 = "1z3mvjgw02mbqk98kizzibrca01d5wfkpazsrp3vkkv3i56pn6fb"; authors = [ "Remi Rampin " ]; features = { }; }; - "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" + "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "aho-corasick"; - version = "0.7.6"; + version = "0.7.3"; edition = "2015"; - sha256 = "1srdggg7iawz7rfyb79qfnz6vmzkgl6g6gabyd9ad6pbx7zzj8gz"; + sha256 = "0dn42fbdms4brigqphxrvzbjd1s4knyjlzky30kgvpnrcl4sqqdv"; libName = "aho_corasick"; authors = [ "Andrew Gallant " ]; dependencies = { "memchr" = { - packageId = "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; @@ -108,7 +108,7 @@ rec { ]; dependencies = { "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."os" == "windows"); features = [ "errhandlingapi" "consoleapi" "processenv" ]; }; @@ -116,6 +116,23 @@ rec { features = { }; }; + "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "argon2rs"; + version = "0.2.5"; + edition = "2015"; + sha256 = "1byl9b3wwyrarn8qack21v5fi2qsnn3y5clvikk2apskhmnih1rw"; + authors = [ + "bryant " + ]; + dependencies = { + "blake2-rfc" = "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)"; + "scoped_threadpool" = "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "simd" = [ "blake2-rfc/simd_asm" ]; + }; + }; "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "arrayref"; @@ -128,12 +145,12 @@ rec { features = { }; }; - "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "arrayvec"; - version = "0.4.11"; + version = "0.4.10"; edition = "2015"; - sha256 = "1bd08rakkyr9jlf538cs80s3ly464ni3afr63zlw860ndar1zfmv"; + sha256 = "0qbh825i59w5wfdysqdkiwbwkrsy7lgbd4pwbyb8pxx8wc36iny8"; authors = [ "bluss" ]; @@ -148,23 +165,27 @@ rec { "serde-1" = [ "serde" ]; }; }; - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" + "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "atty"; - version = "0.2.13"; + version = "0.2.11"; edition = "2015"; - sha256 = "0a1ii8h9fvvrq05bz7j135zjjz1sjz6n2invn2ngxqri0jxgmip2"; + sha256 = "0by1bj2km9jxi4i4g76zzi76fc2rcm9934jpnyrqd95zw344pb20"; authors = [ "softprops " ]; dependencies = { "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; target = target."unix"; }; + "termion" = { + packageId = "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "consoleapi" "processenv" "minwinbase" "minwindef" "winbase" ]; }; @@ -172,70 +193,78 @@ rec { features = { }; }; - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "autocfg"; - version = "0.1.6"; + version = "0.1.2"; edition = "2015"; - sha256 = "1yzawpsmrcy3x60i59hfwwg7mfdwc74199m2lgkc4vam5ijy8mz7"; + sha256 = "0dv81dwnp1al3j4ffz007yrjv4w1c7hw09gnf0xs3icxiw6qqfs3"; authors = [ "Josh Stone " ]; features = { }; }; - "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" + "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "backtrace"; - version = "0.3.38"; - edition = "2018"; - sha256 = "0k41sw74xd19s9lsqab1rf94wi8l7ppfarib8hpd0y7q2iym5j41"; + version = "0.3.15"; + edition = "2015"; + sha256 = "0qgbc07aq9kfixv29s60xx666lmdpgmf27a78fwjlhnfzhqvkn0p"; authors = [ + "Alex Crichton " "The Rust Project Developers" ]; dependencies = { "backtrace-sys" = { - packageId = "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; + target = (target."unix" && (!(target."os" == "fuchsia")) && (!(target."os" == "emscripten")) && (!(target."os" == "macos")) && (!(target."os" == "ios"))); }; - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; + target = (target."unix" || (target."env" == "sgx")); + }; + "rustc-demangle" = "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; + "winapi" = { + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "dbghelp" "processthreadsapi" "winnt" "minwindef" ]; }; - "rustc-demangle" = "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "autocfg" = "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { - "default" = [ "std" "libunwind" "libbacktrace" "dladdr" "dbghelp" ]; - "gimli-symbolize" = [ "addr2line" "findshlibs" "memmap" "goblin" ]; - "libbacktrace" = [ "backtrace-sys" ]; - "rustc-dep-of-std" = [ "backtrace-sys/rustc-dep-of-std" "cfg-if/rustc-dep-of-std" "core" "compiler_builtins" "libc/rustc-dep-of-std" "rustc-demangle/rustc-dep-of-std" ]; + "default" = [ "std" "libunwind" "libbacktrace" "coresymbolication" "dladdr" "dbghelp" ]; + "gimli-symbolize" = [ "addr2line" "findshlibs" "gimli" "memmap" "object" ]; + "libbacktrace" = [ "backtrace-sys" "std" ]; "serialize-rustc" = [ "rustc-serialize" ]; - "serialize-serde" = [ "serde" ]; - "verify-winapi" = [ "winapi/dbghelp" "winapi/handleapi" "winapi/libloaderapi" "winapi/minwindef" "winapi/processthreadsapi" "winapi/synchapi" "winapi/winbase" "winapi/winnt" ]; + "serialize-serde" = [ "serde" "serde_derive" ]; }; - resolvedDefaultFeatures = [ "backtrace-sys" "dbghelp" "default" "dladdr" "libbacktrace" "libunwind" "std" ]; + resolvedDefaultFeatures = [ "backtrace-sys" "coresymbolication" "dbghelp" "default" "dladdr" "libbacktrace" "libunwind" "std" ]; }; - "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" + "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "backtrace-sys"; - version = "0.1.31"; + version = "0.1.28"; edition = "2015"; - sha256 = "1gv41cypl4y5r32za4gx2fks43d76sp1r3yb5524i4gs50lrkypv"; + sha256 = "1bbw8chs0wskxwzz7f3yy7mjqhyqj8lslq8pcjw1rbd2g23c34xl"; authors = [ "Alex Crichton " ]; dependencies = { "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; buildDependencies = { - "cc" = "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)"; + "cc" = "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; }; }; "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" @@ -249,7 +278,7 @@ rec { "Marshall Pierce " ]; dependencies = { - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "byteorder" = "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -265,18 +294,18 @@ rec { "Marshall Pierce " ]; dependencies = { - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "safemem" = "safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "byteorder" = "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "safemem" = "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "bincode"; - version = "1.2.0"; + version = "1.1.3"; edition = "2015"; - sha256 = "0sfk6drrivn6xij8w6krskhn7fa5bq2jjvlvl7ipnsvjz3l1l949"; + sha256 = "1wx2iz648r6byl523sb2rqizk1qvwrzpf7apjgr8lsnb67p26y1a"; authors = [ "Ty Overby " "Francesco Mazzoli " @@ -284,76 +313,21 @@ rec { "Daniel Griffen" ]; dependencies = { - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + "byteorder" = "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; }; buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "autocfg" = "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "bindgen 0.50.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "bindgen"; - version = "0.50.1"; - edition = "2015"; - # Hack to suppress building binaries - crateBin = [{name = ","; path = ",";}]; - sha256 = "00a247mxwgvrmc9hd7wrdv09380wjjxn95smy7mxg5q814rm1yvx"; - authors = [ - "Jyun-Yan You " - "Emilio Cobos Álvarez " - "Nick Fitzgerald " - "The Servo project developers" - ]; - dependencies = { - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "cexpr" = "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)"; - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; - "clang-sys" = { - packageId = "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)"; - features = [ "runtime" "clang_6_0" ]; - }; - "clap" = { - packageId = "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "env_logger" = { - packageId = "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "fxhash" = "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = { - packageId = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "peeking_take_while" = "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "proc-macro2" = { - packageId = "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - "quote" = { - packageId = "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - "regex" = "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "shlex" = "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "which" = "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - "default" = [ "logging" "clap" ]; - "logging" = [ "env_logger" "log" ]; - }; - resolvedDefaultFeatures = [ "clap" "default" "env_logger" "log" "logging" ]; - }; - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "bitflags"; - version = "1.2.0"; + version = "1.0.5"; edition = "2015"; - sha256 = "0cybfqfkplbznkvm0cjn6wv7vpp718i47ld4g84qrb0lwa0jpmcg"; + sha256 = "0brvi70yflsqa8q6myqjpqmmqa0ng00mi4hpnfinc2y52sv76cwg"; authors = [ "The Rust Project Developers" ]; @@ -361,25 +335,26 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" + "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = rec { - crateName = "blake2b_simd"; - version = "0.5.8"; - edition = "2018"; - sha256 = "14974amxa9lgn8syjp1am4yj4vhmcc27k21bvyz4fsawv3hfv204"; + crateName = "blake2-rfc"; + version = "0.2.18"; + edition = "2015"; + sha256 = "0pyqrik4471ljk16prs0iwb2sam39z0z6axyyjxlqxdmf4wprf0l"; authors = [ - "Jack O'Connor" + "Cesar Eduardo Barros " ]; dependencies = { - "arrayref" = "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)"; "arrayvec" = { - packageId = "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; - "constant_time_eq" = "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "constant_time_eq" = "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "default" = [ "std" ]; + "simd_asm" = [ "simd_opt" ]; + "simd_opt" = [ "simd" ]; }; resolvedDefaultFeatures = [ "default" "std" ]; }; @@ -399,6 +374,20 @@ rec { features = { }; }; + "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "build_const"; + version = "0.2.1"; + edition = "2015"; + sha256 = "15249xzi3qlm72p4glxgavwyq70fx2sp4df6ii0sdlrixrrp77pl"; + authors = [ + "Garrett Berg " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "byte-tools"; @@ -411,12 +400,12 @@ rec { features = { }; }; - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "byteorder"; - version = "1.3.2"; + version = "1.3.1"; edition = "2015"; - sha256 = "099fxwc79ncpcl8dgg9hql8gznz11a3sjs7pai0mg6w8r05khvdx"; + sha256 = "1dd46l7fvmxfq90kh6ip1ghsxzzcdybac8f0mh2jivsdv9vy8k4w"; authors = [ "Andrew Gallant " ]; @@ -435,117 +424,61 @@ rec { "Carl Lerche " ]; dependencies = { - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "either" = { - packageId = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - usesDefaultFeatures = false; - }; + "byteorder" = "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; "iovec" = "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "i128" = [ "byteorder/i128" ]; }; - resolvedDefaultFeatures = [ "either" ]; }; - "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "c2-chacha"; - version = "0.2.2"; - edition = "2018"; - sha256 = "1lcfazshbiw8kdpcgphlmls0mz5j4wnvsq1diaz4b2bcvgm3r2cn"; - authors = [ - "The CryptoCorrosion Contributors" - ]; - dependencies = { - "lazy_static" = { - packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "ppv-lite86" = { - packageId = "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)"; - rename = "ppv-lite86"; - }; - }; - features = { - "default" = [ "std" "simd" "rustcrypto_api" ]; - "rustcrypto_api" = [ "stream-cipher" "byteorder" ]; - "simd" = [ "ppv-lite86/simd" ]; - "std" = [ "lazy_static" ]; - }; - resolvedDefaultFeatures = [ "lazy_static" "simd" "std" ]; - }; - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "cc"; - version = "1.0.45"; - edition = "2018"; + version = "1.0.36"; + edition = "2015"; # Hack to suppress building binaries crateBin = [{name = ","; path = ",";}]; - sha256 = "0qhw9k5av9x6yvv4jfrji576wy90vgdnr76cifs8xqm70scdl2sm"; + sha256 = "0yk9f8fcsp9qk00qbj8idsnjv29v5arp3w5awgggf5kg571djjx7"; authors = [ "Alex Crichton " ]; features = { - "parallel" = [ "num_cpus" "jobserver" ]; + "parallel" = [ "rayon" ]; }; }; - "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "cexpr"; - version = "0.3.5"; - edition = "2015"; - sha256 = "1aianwjm81d0k23aam5wpj1gzjild6wqq8qbkyjhd5qvrxz5z18p"; - authors = [ - "Jethro Beekman " - ]; - dependencies = { - "nom" = { - packageId = "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; - features = [ "verbose-errors" ]; - }; - }; - features = { - }; - }; - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "cfg-if"; - version = "0.1.10"; - edition = "2018"; - sha256 = "0x52qzpbyl2f2jqs7kkqzgfki2cpq99gpfjjigdp8pwwfqk01007"; + version = "0.1.7"; + edition = "2015"; + sha256 = "13gvcx1dxjq4mpmpj26hpg3yc97qffkx2zi58ykr1dwr8q2biiig"; authors = [ "Alex Crichton " ]; features = { - "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; }; }; - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" + "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "chrono"; - version = "0.4.9"; + version = "0.4.6"; edition = "2015"; - sha256 = "0nw75j1q0idg5a57k68l87422nq8naq818cdxh390byws63a8yfj"; + sha256 = "0cxgqgf4lknsii1k806dpmzapi2zccjpa350ns5wpb568mij096x"; authors = [ "Kang Seonghoon " "Brandon W Maister " ]; dependencies = { - "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; "num-integer" = { - packageId = "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; "num-traits" = { - packageId = "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; "serde" = { - packageId = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "time" = { @@ -556,47 +489,9 @@ rec { features = { "clock" = [ "time" ]; "default" = [ "clock" ]; - "wasmbind" = [ "wasm-bindgen" "js-sys" ]; }; resolvedDefaultFeatures = [ "clock" "default" "serde" "time" ]; }; - "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "clang-sys"; - version = "0.28.1"; - edition = "2015"; - sha256 = "0wxc4lin410r3mll6fsvf6s72yijxr3l50sg4whnm0knmxh8n4fy"; - authors = [ - "Kyle Mayes " - ]; - dependencies = { - "glob" = "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - "libloading" = { - packageId = "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - }; - buildDependencies = { - "glob" = "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - "clang_3_6" = [ "gte_clang_3_6" ]; - "clang_3_7" = [ "gte_clang_3_6" "gte_clang_3_7" ]; - "clang_3_8" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" ]; - "clang_3_9" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" ]; - "clang_4_0" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" "gte_clang_4_0" ]; - "clang_5_0" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" "gte_clang_4_0" "gte_clang_5_0" ]; - "clang_6_0" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" "gte_clang_4_0" "gte_clang_5_0" "gte_clang_6_0" ]; - "clang_7_0" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" "gte_clang_4_0" "gte_clang_5_0" "gte_clang_6_0" "gte_clang_7_0" ]; - "clang_8_0" = [ "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" "gte_clang_4_0" "gte_clang_5_0" "gte_clang_6_0" "gte_clang_7_0" "gte_clang_8_0" ]; - "runtime" = [ "libloading" ]; - }; - resolvedDefaultFeatures = [ "clang_6_0" "gte_clang_3_6" "gte_clang_3_7" "gte_clang_3_8" "gte_clang_3_9" "gte_clang_4_0" "gte_clang_5_0" "gte_clang_6_0" "libloading" "runtime" ]; - }; "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "clap"; @@ -613,16 +508,16 @@ rec { target = (!target."windows"); }; "atty" = { - packageId = "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; "strsim" = { packageId = "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "textwrap" = "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "unicode-width" = "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicode-width" = "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; "vec_map" = { packageId = "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; @@ -651,7 +546,7 @@ rec { ]; dependencies = { "bitflags" = { - packageId = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; }; @@ -660,29 +555,29 @@ rec { }; resolvedDefaultFeatures = [ "bitflags" "default" ]; }; - "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" + "config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "config"; - version = "0.9.3"; + version = "0.9.2"; edition = "2015"; - sha256 = "1j5ffvaj979xcb6y72dka24465ajskifvmzff4ns7kzf4zi8iy56"; + sha256 = "18j4aza6z7g0nibb6yfqd88f32bjl8lrcz3jlz7vzjhp10lvc6rr"; authors = [ "Ryan Leckey " ]; dependencies = { - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; "nom" = "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; "rust-ini" = { packageId = "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; "serde-hjson" = { packageId = "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "serde_json" = { - packageId = "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "toml" = { @@ -703,12 +598,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "hjson" "ini" "json" "rust-ini" "serde-hjson" "serde_json" "toml" "yaml" "yaml-rust" ]; }; - "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "constant_time_eq"; - version = "0.1.4"; + version = "0.1.3"; edition = "2015"; - sha256 = "0k3b5yavx7si8cy030py6bhgmg24sghzs8chbs4d4r13wjp5c5ih"; + sha256 = "03qri9hjf049gwqg9q527lybpg918q6y5q4g9a5lma753nff49wd"; authors = [ "Cesar Eduardo Barros " ]; @@ -726,7 +621,7 @@ rec { ]; dependencies = { "core-foundation-sys" = "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "mac_os_10_7_support" = [ "core-foundation-sys/mac_os_10_7_support" ]; @@ -747,6 +642,23 @@ rec { features = { }; }; + "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "crc"; + version = "1.8.1"; + edition = "2015"; + sha256 = "00m9jjqrddp3bqyanvyxv0hf6s56bx1wy51vcdcxg4n2jdhg109s"; + authors = [ + "Rui Hu " + ]; + buildDependencies = { + "build_const" = "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "crc32fast"; @@ -758,7 +670,7 @@ rec { "Alex Crichton " ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "default" = [ "std" ]; @@ -775,43 +687,42 @@ rec { "The Crossbeam Project Developers" ]; dependencies = { - "crossbeam-epoch" = "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-epoch" = "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-utils" = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" + "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "crossbeam-epoch"; - version = "0.7.2"; + version = "0.7.1"; edition = "2015"; - sha256 = "015axh69r6ggj481ncqj09d7ssbqf8psgyqq9hhpkrh3j7xn4vmn"; + sha256 = "1n2p8rqsg0g8dws6kvjgi5jsbnd42l45dklnzc8vihjcxa6712bg"; authors = [ "The Crossbeam Project Developers" ]; dependencies = { "arrayvec" = { - packageId = "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "crossbeam-utils" = { - packageId = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; "lazy_static" = { - packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "memoffset" = "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "memoffset" = "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; "scopeguard" = { - packageId = "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; features = { - "alloc" = [ "crossbeam-utils/alloc" ]; "default" = [ "std" ]; "nightly" = [ "crossbeam-utils/nightly" "arrayvec/use_union" ]; "std" = [ "crossbeam-utils/std" "lazy_static" ]; @@ -828,24 +739,24 @@ rec { "The Crossbeam Project Developers" ]; dependencies = { - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-utils" = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "crossbeam-utils"; - version = "0.6.6"; + version = "0.6.5"; edition = "2015"; - sha256 = "01gxccmrjkkcavdh8fc01kj3b5fmk10f0lkx66jmnv69kcssry72"; + sha256 = "1z7wgcl9d22r2x6769r5945rnwf3jqfrrmb16q7kzk292r1d4rdg"; authors = [ "The Crossbeam Project Developers" ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "lazy_static" = { - packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; }; @@ -865,7 +776,7 @@ rec { "RustCrypto Developers" ]; dependencies = { - "constant_time_eq" = "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "constant_time_eq" = "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; "generic-array" = "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -897,15 +808,15 @@ rec { ]; dependencies = { "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; "redox_users" = { - packageId = "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."os" == "redox"); }; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "knownfolders" "objbase" "shlobj" "winbase" "winerror" ]; }; @@ -913,55 +824,18 @@ rec { features = { }; }; - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" + "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "either"; - version = "1.5.3"; + version = "1.5.2"; edition = "2015"; - sha256 = "040fgh0jahqra9ascwb986zgll1ss88ky9bfvn0zfay42zsyz83n"; + sha256 = "1zqq1057c51f53ga4p9l4dd8ax6md27h1xjrjp2plkvml5iymks5"; authors = [ "bluss" ]; features = { "default" = [ "use_std" ]; }; - resolvedDefaultFeatures = [ "default" "use_std" ]; - }; - "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "env_logger"; - version = "0.6.2"; - edition = "2015"; - sha256 = "1ws1zrbycvqhs18jyymy0d62v394j368060swgnn7500xrfdnl25"; - authors = [ - "The Rust Project Developers" - ]; - dependencies = { - "atty" = { - packageId = "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "humantime" = { - packageId = "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "log" = { - packageId = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; - features = [ "std" ]; - }; - "regex" = { - packageId = "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "termcolor" = { - packageId = "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - }; - features = { - "default" = [ "termcolor" "atty" "humantime" "regex" ]; - }; - resolvedDefaultFeatures = [ "atty" "default" "humantime" "regex" "termcolor" ]; }; "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -974,7 +848,7 @@ rec { ]; dependencies = { "backtrace" = { - packageId = "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "failure_derive" = { @@ -1000,10 +874,10 @@ rec { "Without Boats " ]; dependencies = { - "proc-macro2" = "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)"; - "quote" = "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)"; - "syn" = "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)"; - "synstructure" = "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)"; + "synstructure" = "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -1020,31 +894,35 @@ rec { features = { }; }; - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" + "flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "flate2"; - version = "1.0.12"; - edition = "2018"; - sha256 = "11bw2rp905w43pc4fxgsmal93zf26zkfkhk8h0ac5ik3spy0drj6"; + version = "1.0.7"; + edition = "2015"; + sha256 = "012vi948sap09hm1nmd228fqn7i5kp6wfb9zlz0m8ysq5if1s9mc"; authors = [ "Alex Crichton " ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; "crc32fast" = "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - "miniz_oxide" = { - packageId = "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; + "miniz-sys" = { + packageId = "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "miniz_oxide_c_api" = { + packageId = "miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; target = ((target."arch" == "wasm32") && (!(target."os" == "emscripten"))); + features = [ "no_c_export" ]; }; }; features = { - "default" = [ "rust_backend" ]; - "rust_backend" = [ "miniz_oxide" ]; + "default" = [ "miniz-sys" ]; + "rust_backend" = [ "miniz_oxide_c_api" ]; "tokio" = [ "tokio-io" "futures" ]; "zlib" = [ "libz-sys" ]; }; - resolvedDefaultFeatures = [ "default" "miniz_oxide" "rust_backend" ]; + resolvedDefaultFeatures = [ "default" "miniz-sys" ]; }; "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -1108,7 +986,7 @@ rec { "Raph Levien " ]; dependencies = { - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; "fuchsia-zircon-sys" = "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -1126,12 +1004,12 @@ rec { features = { }; }; - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "futures"; - version = "0.1.29"; + version = "0.1.26"; edition = "2015"; - sha256 = "0zq7ysf5qvdchh3hjrvvv3sx4bflq6mb7b1wzaqsn2c8bbcvjgmp"; + sha256 = "0b2v05xp3pq0idw743824ilgl9mfn6bf0sf9zm98g07zz4hqzpzs"; authors = [ "Alex Crichton " ]; @@ -1151,11 +1029,11 @@ rec { ]; dependencies = { "futures" = { - packageId = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; features = [ "use_std" ]; }; - "num_cpus" = "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "num_cpus" = "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "default" = [ "with-deprecated" ]; @@ -1163,22 +1041,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "with-deprecated" ]; }; - "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "fxhash"; - version = "0.2.1"; - edition = "2015"; - sha256 = "0p4mfqswwxhkkskdpjld581ksg3cipfs85jbw7znljhkz40l9fjj"; - libPath = "lib.rs"; - authors = [ - "cbreeden " - ]; - dependencies = { - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - }; - }; "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "generic-array"; @@ -1190,68 +1052,30 @@ rec { "Bartłomiej Kamiński " ]; dependencies = { - "typenum" = "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "typenum" = "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "getrandom"; - version = "0.1.12"; - edition = "2018"; - sha256 = "0n3cyf8vm82hbbj6xzgaszjn852i0jl9qxibl7im7mvn7s9yrvb6"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - target = (target."unix" || (target."os" == "redox")); - }; - "wasi" = { - packageId = "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"; - target = (target."os" == "wasi"); - }; - }; - features = { - "rustc-dep-of-std" = [ "compiler_builtins" "core" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; - "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "glob"; - version = "0.3.0"; - edition = "2015"; - sha256 = "1b3dc2686xnrpxwx4nd3w06f9qs433w6xmmzq6jb76hh95dwwqb2"; - authors = [ - "The Rust Project Developers" - ]; - features = { - }; - }; - "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" + "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "h2"; - version = "0.1.26"; + version = "0.1.18"; edition = "2015"; - sha256 = "0wb3nsksi568qb44pzfkz7gbagghzb3fbbky8qhm37aan3dgwb8c"; + sha256 = "1i8hwjwmvlh0qblpl6fgbp47fjklwzji3j205y91x4fbvx62k8il"; authors = [ "Carl Lerche " ]; dependencies = { - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "byteorder" = "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; "fnv" = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "http" = "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)"; - "indexmap" = "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)"; + "indexmap" = "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "string" = "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "string" = "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -1267,7 +1091,7 @@ rec { "Without Boats " ]; dependencies = { - "unicode-segmentation" = "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicode-segmentation" = "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -1300,12 +1124,12 @@ rec { features = { }; }; - "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" + "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "http"; - version = "0.1.18"; + version = "0.1.17"; edition = "2015"; - sha256 = "0np5rnnbimmximdl2l7b0x1izzc4iwyw0qhzxlsx7hny423608rq"; + sha256 = "0q71wgggg1h5kjyg1gb4m70g3ian9qwrkx2b9wwvfyafrkmjpg9c"; authors = [ "Alex Crichton " "Carl Lerche " @@ -1319,33 +1143,12 @@ rec { features = { }; }; - "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "http-body"; - version = "0.1.0"; - edition = "2015"; - sha256 = "0rbk76455i6l9wrhcgq5p7hbvf9h9fc8ylbfphy4m5qswghly70m"; - authors = [ - "Carl Lerche " - ]; - dependencies = { - "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "http" = "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-buf" = { - packageId = "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - }; - features = { - }; - }; - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "httparse"; - version = "1.3.4"; + version = "1.3.3"; edition = "2015"; - sha256 = "0dggj4s0cq69bn63q9nqzzay5acmwl33nrbhjjsh5xys8sk2x4jw"; + sha256 = "1jymxy4bl0mzgp2dx0pzqzbr72sw5jmr5sjqiry4xr88z4z9qlyx"; authors = [ "Sean McArthur " ]; @@ -1354,12 +1157,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "humantime"; - version = "1.3.0"; + version = "1.2.0"; edition = "2015"; - sha256 = "1y7q207gg33jr5rnlnb0h08k00i54g9fypf3drjk8g1sq2swn92r"; + sha256 = "0wlcxzz2mhq0brkfbjb12hc6jm17bgm8m6pdgblw4qjwmf26aw28"; authors = [ "Paul Colomiets " ]; @@ -1369,48 +1172,46 @@ rec { features = { }; }; - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "hyper"; - version = "0.12.35"; + version = "0.12.28"; edition = "2015"; - sha256 = "08sk7hasx0srs5pbffc851p4i748xx9dd8nc87r9a7kbjd9ph8d9"; + sha256 = "0kzk4mgwxjxxz8g2ihlr6zqd1xyyxw3r8qqwza15jkymdaxl3b58"; authors = [ "Sean McArthur " ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "futures-cpupool" = { packageId = "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "h2" = "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; - "http" = "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)"; - "http-body" = "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "httparse" = "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "h2" = "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)"; + "httparse" = "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; "iovec" = "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; "itoa" = "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; "net2" = { packageId = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "time" = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio" = { - packageId = "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; usesDefaultFeatures = false; features = [ "rt-full" ]; }; - "tokio-buf" = "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-executor" = { - packageId = "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-reactor" = { - packageId = "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-tcp" = { @@ -1418,14 +1219,14 @@ rec { optional = true; }; "tokio-threadpool" = { - packageId = "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-timer" = { - packageId = "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "want" = "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "want" = "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; }; buildDependencies = { "rustc_version" = "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; @@ -1447,8 +1248,8 @@ rec { ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "hyper" = "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "hyper" = "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)"; "native-tls" = "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; }; @@ -1473,12 +1274,12 @@ rec { features = { }; }; - "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "indexmap"; - version = "1.2.0"; + version = "1.0.2"; edition = "2015"; - sha256 = "0c2vi7p3zhfh536lgqq579f644k9ilq9v8xnk1w4av481hxlal97"; + sha256 = "18a0cn5xy3a7wswxg5lwfg3j4sh5blk28ykw0ysgr486djd353gf"; authors = [ "bluss" "Josh Stone " @@ -1498,7 +1299,7 @@ rec { ]; dependencies = { "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; "winapi" = { @@ -1520,7 +1321,7 @@ rec { ]; dependencies = { "either" = { - packageId = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; @@ -1576,12 +1377,12 @@ rec { "spin_no_std" = [ "nightly" "spin" ]; }; }; - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "lazy_static"; - version = "1.4.0"; + version = "1.3.0"; edition = "2015"; - sha256 = "13h6sdghdcy7vcqsm2gasfw3qg7ssa0fl3sw7lq6pdkbk52wbyfr"; + sha256 = "1vv47va18ydk7dx5paz88g3jy1d3lwbx6qpxkbj8gyfv770i4b1y"; authors = [ "Marvin Löbel " ]; @@ -1603,43 +1404,20 @@ rec { "nightly-testing" = [ "clippy" "nightly" ]; }; }; - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "libc"; - version = "0.2.62"; + version = "0.2.54"; edition = "2015"; - sha256 = "1vsb4pyn6gl6sri6cv5hin5wjfgk7lk2bshzmxb1xnkckjhz4gbx"; + sha256 = "11nrsbpmwcnfrjcds0wnicwwql3809nq6q6z00q920bdpryyaf58"; authors = [ "The Rust Project Developers" ]; features = { - "default" = [ "std" ]; + "default" = [ "use_std" ]; "rustc-dep-of-std" = [ "align" "rustc-std-workspace-core" ]; - "use_std" = [ "std" ]; - }; - resolvedDefaultFeatures = [ "default" "std" ]; - }; - "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "libloading"; - version = "0.5.2"; - edition = "2015"; - sha256 = "1f1nrlbw1y5dvgsfbl6a8q7wfhn6n158yf8fh5b9cm98phg4pjl8"; - authors = [ - "Simonas Kazlauskas " - ]; - dependencies = { - "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; - target = target."windows"; - features = [ "winerror" "errhandlingapi" "libloaderapi" ]; - }; - }; - buildDependencies = { - "cc" = "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { }; + resolvedDefaultFeatures = [ "default" "use_std" ]; }; "line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -1651,7 +1429,7 @@ rec { "Marshall Pierce " ]; dependencies = { - "safemem" = "safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "safemem" = "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -1696,23 +1474,28 @@ rec { "serde_impl" = [ "serde" "serde_test" ]; }; }; - "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "lock_api"; - version = "0.3.1"; - edition = "2018"; - sha256 = "0fnav5aq42dcw3z2v9lp8pfrgmf4nnyr3h9i7v5qj9xdzxkp6lry"; + version = "0.1.5"; + edition = "2015"; + sha256 = "132sidr5hvjfkaqm3l95zpcpi8yk5ddd0g79zf1ad4v65sxirqqm"; authors = [ "Amanieu d'Antras " ]; dependencies = { + "owning_ref" = { + packageId = "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; "scopeguard" = { - packageId = "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; features = { }; + resolvedDefaultFeatures = [ "owning_ref" ]; }; "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -1724,7 +1507,7 @@ rec { "The Rust Project Developers" ]; dependencies = { - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "default" = [ "use_std" ]; @@ -1744,20 +1527,19 @@ rec { }; resolvedDefaultFeatures = [ "default" "use_std" ]; }; - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "log"; - version = "0.4.8"; + version = "0.4.6"; edition = "2015"; - sha256 = "0wvzzzcn89dai172rrqcyz06pzldyyy0lf0w71csmn206rdpnb15"; + sha256 = "1nd8dl9mvc9vd6fks5d4gsxaz990xi6rzlb8ymllshmwi153vngr"; authors = [ "The Rust Project Developers" ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { - "kv_unstable_sval" = [ "kv_unstable" "sval/fmt" ]; }; resolvedDefaultFeatures = [ "std" ]; }; @@ -1792,12 +1574,12 @@ rec { features = { }; }; - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "memchr"; - version = "2.2.1"; + version = "2.2.0"; edition = "2015"; - sha256 = "1mj5z8lhz6jbapslpq8a39pwcsl1p0jmgp7wgcj7nv4pcqhya7a0"; + sha256 = "11vwg8iig9jyjxq3n1cq15g29ikzw5l7ar87md54k1aisjs0997p"; authors = [ "Andrew Gallant " "bluss" @@ -1807,18 +1589,15 @@ rec { }; resolvedDefaultFeatures = [ "default" "use_std" ]; }; - "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "memoffset"; - version = "0.5.1"; + version = "0.2.1"; edition = "2015"; - sha256 = "0fsk7kfk193f1aamafl45vvcp7j6p7c14ss7d583fijw3w5kj69k"; + sha256 = "00vym01jk9slibq2nsiilgffp7n6k52a4q3n4dqp0xf5kzxvffcf"; authors = [ "Gilad Naaman " ]; - buildDependencies = { - "rustc_version" = "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; - }; features = { }; }; @@ -1862,28 +1641,72 @@ rec { features = { }; }; - "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "miniz-sys"; + version = "0.1.11"; + edition = "2015"; + sha256 = "0l2wsakqjj7kc06dwxlpz4h8wih0f9d1idrz5gb1svipvh81khsm"; + libName = "miniz_sys"; + libPath = "lib.rs"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "cc" = "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "miniz_oxide"; - version = "0.3.3"; - edition = "2018"; - sha256 = "00x68qpvnnwzr38g3b6xi2pf0lhrk5nbir71zlzxra47f013rfvs"; + version = "0.2.1"; + edition = "2015"; + sha256 = "1ly14vlk0gq7czi1323l2dsy5y8dpvdwld4h9083i0y3hx9iyfdz"; + authors = [ + "Frommi " + ]; + dependencies = { + "adler32" = "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "miniz_oxide_c_api"; + version = "0.2.1"; + edition = "2015"; + sha256 = "1zsk334nhy2rvyhbr0815l0gp6w40al6rxxafkycaafx3m9j8cj2"; + build = "src/build.rs"; authors = [ "Frommi " - "oyvindln " ]; dependencies = { - "adler32" = "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "crc" = "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; + "miniz_oxide" = "miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "cc" = "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { + "benching" = [ "build_orig_miniz" "no_c_export" ]; + "fuzzing" = [ "build_orig_miniz" "no_c_export" ]; + "miniz_zip" = [ "build_stub_miniz" ]; }; + resolvedDefaultFeatures = [ "default" "no_c_export" ]; }; - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" + "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "mio"; - version = "0.6.19"; + version = "0.6.16"; edition = "2015"; - sha256 = "0pjazzvqwkb4fgmm4b3m8i05c2gq60lvqqia0faawswgqy7rvgac"; + sha256 = "14vyrlmf0w984pi7ad9qvmlfj6vrb0wn6i8ik9j87w5za2r3rban"; authors = [ "Carl Lerche " ]; @@ -1901,11 +1724,12 @@ rec { packageId = "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; }; + "lazycell" = "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; "miow" = { packageId = "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; @@ -1937,11 +1761,11 @@ rec { target = target."unix"; }; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; "mio" = { - packageId = "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; }; @@ -1980,19 +1804,19 @@ rec { ]; dependencies = { "lazy_static" = { - packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; target = ((target."os" == "macos") || (target."os" == "ios")); }; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = ((target."os" == "macos") || (target."os" == "ios")); }; "log" = { - packageId = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); }; "openssl" = { - packageId = "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "openssl 0.10.21 (registry+https://github.com/rust-lang/crates.io-index)"; target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); }; "openssl-probe" = { @@ -2000,11 +1824,11 @@ rec { target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); }; "openssl-sys" = { - packageId = "openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)"; target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); }; "schannel" = { - packageId = "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."os" == "windows"); }; "security-framework" = { @@ -2016,7 +1840,7 @@ rec { target = ((target."os" == "macos") || (target."os" == "ios")); }; "tempfile" = { - packageId = "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = ((target."os" == "macos") || (target."os" == "ios")); }; }; @@ -2034,13 +1858,13 @@ rec { "Alex Crichton " ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = ((target."os" == "redox") || target."unix"); }; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "handleapi" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ]; }; @@ -2075,7 +1899,7 @@ rec { ]; dependencies = { "memchr" = { - packageId = "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; @@ -2089,26 +1913,23 @@ rec { "std" = [ "alloc" "memchr/use_std" ]; "verbose-errors" = [ "alloc" ]; }; - resolvedDefaultFeatures = [ "alloc" "default" "std" "verbose-errors" ]; + resolvedDefaultFeatures = [ "alloc" "default" "std" ]; }; - "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" + "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "num-integer"; - version = "0.1.41"; + version = "0.1.39"; edition = "2015"; - sha256 = "1y45nh9xlp2dra9svb1wfsy65fysm3k1w4m8jynywccq645yixid"; + sha256 = "1f42ls46cghs13qfzgbd7syib2zc6m7hlmv1qlar6c9mdxapvvbg"; authors = [ "The Rust Project Developers" ]; dependencies = { "num-traits" = { - packageId = "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; - buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; - }; features = { "default" = [ "std" ]; "i128" = [ "num-traits/i128" ]; @@ -2125,101 +1946,110 @@ rec { "The Rust Project Developers" ]; dependencies = { - "num-traits" = "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "num-traits" = "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" + "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "num-traits"; - version = "0.2.8"; + version = "0.2.6"; edition = "2015"; - sha256 = "1mnlmy35n734n9xlq0qkfbgzz33x09a1s4rfj30p1976p09b862v"; + sha256 = "1d20sil9n0wgznd1nycm3yjfj1mzyl41ambb7by1apxlyiil1azk"; authors = [ "The Rust Project Developers" ]; - buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; - }; features = { "default" = [ "std" ]; }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "num_cpus"; - version = "1.10.1"; + version = "1.10.0"; edition = "2015"; - sha256 = "1zi5s2cbnqqb0k0kdd6gqn2x97f9bssv44430h6w28awwzppyh8i"; + sha256 = "1411jyxy1wd8d59mv7cf6ynkvvar92czmwhb9l2c1brdkxbbiqn7"; authors = [ "Sean McArthur " ]; dependencies = { - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "onig 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "numtoa"; + version = "0.1.0"; + edition = "2015"; + sha256 = "1i2wxr96bb1rvax15z843126z3bnl2frpx69vxsp95r96wr24j08"; + authors = [ + "Michael Aaron Murphy " + ]; + features = { + }; + resolvedDefaultFeatures = [ "std" ]; + }; + "onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "onig"; - version = "5.0.0"; + version = "4.3.2"; edition = "2015"; - sha256 = "0g2d93dpsihqqjib7vm2ynf3vlwayph3m8bnwhy90ib2cpzjlbg5"; + sha256 = "09b4cgh3h7dk8jc7pxs88i3sn79bxavnx0k32v8k54afqpsg0d2d"; authors = [ "Will Speak " "Ivan Ivashchenko " ]; dependencies = { - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; }; - "onig_sys" = "onig_sys 69.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "onig_sys" = "onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "posix-api" = [ "onig_sys/posix-api" ]; "print-debug" = [ "onig_sys/print-debug" ]; }; }; - "onig_sys 69.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + "onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "onig_sys"; - version = "69.2.0"; + version = "69.1.0"; edition = "2015"; - sha256 = "0r1l3ikshviz99zmf5wl9nqzn4bf9ma4kgmagg2mda83j145x239"; + sha256 = "0rm4qrm2gh5qbyl6bgj6jn92mina745fs2dnnvdk1w5zsh892nbh"; authors = [ "Will Speak " "Ivan Ivashchenko " ]; buildDependencies = { - "bindgen" = "bindgen 0.50.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "cc" = "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)"; - "pkg-config" = "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "cc" = "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"; + "pkg-config" = "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" + "openssl 0.10.21 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "openssl"; - version = "0.10.25"; + version = "0.10.21"; edition = "2015"; - sha256 = "09cfxs76j8wn0k7px6lr9rrpdf4x88sihik0pq84x6jlh626h1qx"; + sha256 = "1msb9iqfz4zb426g3l622wfa1dh9p7w0dz8cac1wpf66isj0x028"; authors = [ "Steven Fackler " ]; dependencies = { - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "foreign-types" = "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - "openssl-sys" = "openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; + "openssl-sys" = "openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "vendored" = [ "openssl-sys/vendored" ]; @@ -2237,26 +2067,26 @@ rec { features = { }; }; - "openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)" + "openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "openssl-sys"; - version = "0.9.50"; + version = "0.9.44"; edition = "2015"; - sha256 = "1pzpr9wy8ixr5lnsh5yrzlxr43lf5d3rp83qbzd06zwdx7zmfkg0"; + sha256 = "09rbq04mcs1zv89r61ikywsin8a9szraq06a4fs3chp44igswymh"; build = "build/main.rs"; authors = [ "Alex Crichton " "Steven Fackler " ]; dependencies = { - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; }; buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "cc" = "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)"; - "pkg-config" = "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "cc" = "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)"; + "pkg-config" = "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)"; + "rustc_version" = "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; "vcpkg" = { - packageId = "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."env" == "msvc"); }; }; @@ -2264,56 +2094,60 @@ rec { "vendored" = [ "openssl-src" ]; }; }; - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" + "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "owning_ref"; + version = "0.4.0"; + edition = "2015"; + sha256 = "1m95qpc3hamkw9wlbfzqkzk7h6skyj40zr6sa3ps151slcfnnchm"; + authors = [ + "Marvin Löbel " + ]; + dependencies = { + "stable_deref_trait" = "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "parking_lot"; - version = "0.9.0"; - edition = "2018"; - sha256 = "0h28hk9yggik2pdyp5rbq31klkms0f34mg3yj6rsd9639jf8hf69"; + version = "0.7.1"; + edition = "2015"; + sha256 = "1qpb49xd176hqqabxdb48f1hvylfbf68rpz8yfrhw0x68ys0lkq1"; authors = [ "Amanieu d'Antras " ]; dependencies = { - "lock_api" = "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "parking_lot_core" = "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - buildDependencies = { - "rustc_version" = "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "lock_api" = "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "parking_lot_core" = "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "deadlock_detection" = [ "parking_lot_core/deadlock_detection" ]; + "default" = [ "owning_ref" ]; "nightly" = [ "parking_lot_core/nightly" "lock_api/nightly" ]; "owning_ref" = [ "lock_api/owning_ref" ]; - "serde" = [ "lock_api/serde" ]; }; - resolvedDefaultFeatures = [ "default" ]; + resolvedDefaultFeatures = [ "default" "owning_ref" ]; }; - "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" + "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "parking_lot_core"; - version = "0.6.2"; - edition = "2018"; - sha256 = "0mn0vnz3afgpjafqa9ca9j39fb2inpz1lym9sghgl535n18psi3s"; + version = "0.4.0"; + edition = "2015"; + sha256 = "1mzk5i240ddvhwnz65hhjk4cq61z235g1n8bd7al4mg6vx437c16"; authors = [ "Amanieu d'Antras " ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; - "cloudabi" = { - packageId = "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)"; - target = (target."os" == "cloudabi"); - }; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; - "redox_syscall" = { - packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; - target = (target."os" == "redox"); - }; - "smallvec" = "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand" = "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "smallvec" = "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)"; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "winnt" "ntstatus" "minwindef" "winerror" "winbase" "errhandlingapi" "handleapi" ]; }; @@ -2325,18 +2159,6 @@ rec { "deadlock_detection" = [ "petgraph" "thread-id" "backtrace" ]; }; }; - "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "peeking_take_while"; - version = "0.1.2"; - edition = "2015"; - sha256 = "1vdaxp3c73divj5rbyb2wm9pz61rg5idgh1g7bifnllf7xhw15zr"; - authors = [ - "Nick Fitzgerald " - ]; - features = { - }; - }; "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "percent-encoding"; @@ -2421,34 +2243,34 @@ rec { }; resolvedDefaultFeatures = [ "unicase" ]; }; - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" + "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "pkg-config"; - version = "0.3.16"; + version = "0.3.14"; edition = "2015"; - sha256 = "1a2gg5a9l74brz1vzkkzfl8aihd7b4rk3vhbmiahkmpzavywza5j"; + sha256 = "0207fsarrm412j0dh87lfcas72n8mxar7q3mgflsbsrqnb140sv6"; authors = [ "Alex Crichton " ]; features = { }; }; - "plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + "plist 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "plist"; - version = "0.4.2"; + version = "0.4.1"; edition = "2015"; - sha256 = "0sz26afyw1yrgf2gfpbfvs2q39cwxps4jm72aqsfjjakpssmx724"; + sha256 = "1qnnckcfwyzzbznbqy1fgh4m6cl4ws85wyszh2mllf0v0wvixxk8"; authors = [ "Ed Barnard " ]; dependencies = { "base64" = "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "byteorder" = "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "humantime" = "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "byteorder" = "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "humantime" = "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; "line-wrap" = "line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; "serde" = { - packageId = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "xml-rs" = "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)"; @@ -2458,26 +2280,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "serde" ]; }; - "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "ppv-lite86"; - version = "0.2.5"; - edition = "2018"; - sha256 = "1r3bhih75vhl8v7q0flmywl7hmfg902yf3jjzracsh0jlkldij6r"; - authors = [ - "The CryptoCorrosion Contributors" - ]; - features = { - "default" = [ "std" "simd" ]; - }; - resolvedDefaultFeatures = [ "default" "simd" "std" ]; - }; - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "proc-macro2"; - version = "0.4.30"; + version = "0.4.29"; edition = "2015"; - sha256 = "0iifv51wrm6r4r2gghw6rray3nv53zcap355bbz1nsmbhj5s09b9"; + sha256 = "08jfiqzh7drl67061aiwv9g93rpzydg39wvsyw4jn2h3n6chw1x3"; authors = [ "Alex Crichton " ]; @@ -2489,24 +2297,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "proc-macro" ]; }; - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "proc-macro2"; - version = "1.0.5"; - edition = "2018"; - sha256 = "1h9afwvh0g04rrf31rs8y3r3738vcf69rafw82g3jx38ij5v2arn"; - libName = "proc_macro2"; - authors = [ - "Alex Crichton " - ]; - dependencies = { - "unicode-xid" = "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - "default" = [ "proc-macro" ]; - }; - resolvedDefaultFeatures = [ "default" "proc-macro" ]; - }; "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "quick-error"; @@ -2520,39 +2310,18 @@ rec { features = { }; }; - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "quote"; - version = "0.6.13"; + version = "0.6.12"; edition = "2015"; - sha256 = "1hrvsin40i4q8swrhlj9057g7nsp0lg02h8zbzmgz14av9mzv8g8"; + sha256 = "1ckd2d2sy0hrwrqcr47dn0n3hyh7ygpc026l8xaycccyg27mihv9"; authors = [ "David Tolnay " ]; dependencies = { "proc-macro2" = { - packageId = "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - }; - features = { - "default" = [ "proc-macro" ]; - "proc-macro" = [ "proc-macro2/proc-macro" ]; - }; - resolvedDefaultFeatures = [ "default" "proc-macro" ]; - }; - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "quote"; - version = "1.0.2"; - edition = "2018"; - sha256 = "0r7030w7dymarn92gjgm02hsm04fwsfs6f1l20wdqiyrm9z8rs5q"; - authors = [ - "David Tolnay " - ]; - dependencies = { - "proc-macro2" = { - packageId = "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; }; @@ -2574,12 +2343,12 @@ rec { ]; dependencies = { "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; target = target."unix"; }; "rand_chacha" = "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "rand_core" = "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand_core" = "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; "rand_hc" = "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; "rand_isaac" = "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; "rand_jitter" = "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; @@ -2590,13 +2359,13 @@ rec { "rand_pcg" = "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; "rand_xorshift" = "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "minwindef" "ntsecapi" "profileapi" "winnt" ]; }; }; buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "autocfg" = "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "alloc" = [ "rand_core/alloc" ]; @@ -2610,51 +2379,6 @@ rec { }; resolvedDefaultFeatures = [ "alloc" "default" "rand_os" "std" ]; }; - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "rand"; - version = "0.7.2"; - edition = "2018"; - sha256 = "1f53047g63b9kyyx1k8wgwzspk4n96w2n2h1a9848ggl9y9h0ik6"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - dependencies = { - "getrandom" = { - packageId = "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - rename = "getrandom_package"; - optional = true; - }; - "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - target = target."unix"; - }; - "rand_chacha" = { - packageId = "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - target = (!(target."os" == "emscripten")); - }; - "rand_core" = "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "rand_hc" = { - packageId = "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - target = (target."os" == "emscripten"); - }; - }; - features = { - "alloc" = [ "rand_core/alloc" ]; - "default" = [ "std" ]; - "getrandom" = [ "getrandom_package" "rand_core/getrandom" ]; - "nightly" = [ "simd_support" ]; - "simd_support" = [ "packed_simd" ]; - "small_rng" = [ "rand_pcg" ]; - "std" = [ "rand_core/std" "rand_chacha/std" "alloc" "getrandom" ]; - "stdweb" = [ "getrandom_package/stdweb" ]; - "wasm-bindgen" = [ "getrandom_package/wasm-bindgen" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" "getrandom" "getrandom_package" "std" ]; - }; "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "rand_chacha"; @@ -2672,36 +2396,11 @@ rec { }; }; buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "autocfg" = "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "rand_chacha"; - version = "0.2.1"; - edition = "2018"; - sha256 = "0zpp3wmxhhmripb6bywhzhx5rfwl4dfbny85hpalwdj0sncv0p0k"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - "The CryptoCorrosion Contributors" - ]; - dependencies = { - "c2-chacha" = { - packageId = "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - features = [ "simd" ]; - }; - "rand_core" = "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - "default" = [ "std" "simd" ]; - "std" = [ "c2-chacha/std" ]; - }; - resolvedDefaultFeatures = [ "std" ]; - }; "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "rand_core"; @@ -2713,7 +2412,7 @@ rec { "The Rust Project Developers" ]; dependencies = { - "rand_core" = "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand_core" = "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "alloc" = [ "rand_core/alloc" ]; @@ -2722,43 +2421,21 @@ rec { "std" = [ "rand_core/std" ]; }; }; - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "rand_core"; - version = "0.4.2"; - edition = "2015"; - sha256 = "18zpzwn4bl7lp9f36iacy8mvdnfrhfmzsl35gmln98dcindff2ly"; - authors = [ - "The Rand Project Developers" - "The Rust Project Developers" - ]; - features = { - "serde1" = [ "serde" "serde_derive" ]; - "std" = [ "alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "std" ]; - }; - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "rand_core"; - version = "0.5.1"; - edition = "2018"; - sha256 = "19qfnh77bzz0x2gfsk91h0gygy0z1s5l3yyc2j91gmprq60d6s3r"; + version = "0.4.0"; + edition = "2015"; + sha256 = "0wb5iwhffibj0pnpznhv1g3i7h1fnhz64s3nz74fz6vsm3q6q3br"; authors = [ "The Rand Project Developers" "The Rust Project Developers" ]; - dependencies = { - "getrandom" = { - packageId = "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - }; features = { - "serde1" = [ "serde" ]; - "std" = [ "alloc" "getrandom" "getrandom/std" ]; + "serde1" = [ "serde" "serde_derive" ]; + "std" = [ "alloc" ]; }; - resolvedDefaultFeatures = [ "alloc" "getrandom" "std" ]; + resolvedDefaultFeatures = [ "alloc" "std" ]; }; "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -2778,21 +2455,6 @@ rec { features = { }; }; - "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "rand_hc"; - version = "0.2.0"; - edition = "2018"; - sha256 = "0592q9kqcna9aiyzy6vp3fadxkkbpfkmi2cnkv48zhybr0v2yf01"; - authors = [ - "The Rand Project Developers" - ]; - dependencies = { - "rand_core" = "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - }; - }; "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "rand_isaac"; @@ -2824,13 +2486,13 @@ rec { ]; dependencies = { "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; target = ((target."os" == "macos") || (target."os" == "ios")); }; - "rand_core" = "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand_core" = "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."os" == "windows"); features = [ "profileapi" ]; }; @@ -2859,11 +2521,11 @@ rec { target = (target."os" == "fuchsia"); }; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; "rand_core" = { - packageId = "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; features = [ "std" ]; }; "rdrand" = { @@ -2871,7 +2533,7 @@ rec { target = (target."env" == "sgx"); }; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "minwindef" "ntsecapi" "winnt" ]; }; @@ -2889,10 +2551,10 @@ rec { "The Rand Project Developers" ]; dependencies = { - "rand_core" = "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand_core" = "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; buildDependencies = { - "autocfg" = "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "autocfg" = "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "serde1" = [ "serde" "serde_derive" ]; @@ -2938,12 +2600,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "redox_syscall"; - version = "0.1.56"; + version = "0.1.54"; edition = "2015"; - sha256 = "0jcp8nd947zcy938bz09pzlmi3vyxfdzg92pjxdvvk0699vwcc26"; + sha256 = "1ndcp7brnvii87ndcd34fk846498r07iznphkslcy0shic9cp4rr"; libName = "syscall"; authors = [ "Jeremy Soller " @@ -2951,97 +2613,92 @@ rec { features = { }; }; - "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "redox_termios"; + version = "0.1.1"; + edition = "2015"; + sha256 = "04s6yyzjca552hdaqlvqhp3vw0zqbc304md5czyd3axh56iry8wh"; + authors = [ + "Jeremy Soller " + ]; + dependencies = { + "redox_syscall" = "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "redox_users"; - version = "0.3.1"; + version = "0.3.0"; edition = "2015"; - sha256 = "0kqc1vjmkcvgkxjpqva3nyqd9dixivsh4qswxclyqf7ql8a2g17s"; + sha256 = "051rzqgk5hn7rf24nwgbb32zfdn8qp2kwqvdp0772ia85p737p4j"; authors = [ "Jose Narvaez " "Wesley Hershberger " ]; dependencies = { + "argon2rs" = { + packageId = "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; "failure" = "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; "rand_os" = "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; - "redox_syscall" = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; - "rust-argon2" = "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "redox_syscall" = "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "regex"; - version = "1.3.1"; + version = "1.1.6"; edition = "2015"; - sha256 = "0508b01q7iwky5gzp1cc3lpz6al1qam8skgcvkfgxr67nikiz7jn"; + sha256 = "1yynvabg03m5f65qxcw70qckkfjwi9xyfpjdp6yq7pk0xf0ydc0b"; authors = [ "The Rust Project Developers" ]; dependencies = { - "aho-corasick" = { - packageId = "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "memchr" = { - packageId = "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "regex-syntax" = { - packageId = "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - "thread_local" = { - packageId = "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; + "aho-corasick" = "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "memchr" = "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "regex-syntax" = "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "thread_local" = "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "utf8-ranges" = "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { - "default" = [ "std" "perf" "unicode" ]; - "perf" = [ "perf-cache" "perf-dfa" "perf-inline" "perf-literal" ]; - "perf-cache" = [ "thread_local" ]; - "perf-literal" = [ "aho-corasick" "memchr" ]; - "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; - "unicode-age" = [ "regex-syntax/unicode-age" ]; - "unicode-bool" = [ "regex-syntax/unicode-bool" ]; - "unicode-case" = [ "regex-syntax/unicode-case" ]; - "unicode-gencat" = [ "regex-syntax/unicode-gencat" ]; - "unicode-perl" = [ "regex-syntax/unicode-perl" ]; - "unicode-script" = [ "regex-syntax/unicode-script" ]; - "unicode-segment" = [ "regex-syntax/unicode-segment" ]; + "default" = [ "use_std" ]; "unstable" = [ "pattern" ]; - "use_std" = [ "std" ]; }; - resolvedDefaultFeatures = [ "aho-corasick" "default" "memchr" "perf" "perf-cache" "perf-dfa" "perf-inline" "perf-literal" "std" "thread_local" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; + resolvedDefaultFeatures = [ "default" "use_std" ]; }; - "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" + "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "regex-syntax"; - version = "0.6.12"; + version = "0.6.6"; edition = "2015"; - sha256 = "1lqhddhwzpgq8zfkxhm241n7g4m3yc11fb4098dkgawbxvybr53v"; + sha256 = "1cjrdc3affa3rjfaxkp91xnf9k0fsqn9z4xqc280vv39nvrl8p8b"; authors = [ "The Rust Project Developers" ]; + dependencies = { + "ucd-util" = "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; features = { - "default" = [ "unicode" ]; - "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; }; - resolvedDefaultFeatures = [ "default" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; }; - "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "remove_dir_all"; - version = "0.5.2"; + version = "0.5.1"; edition = "2015"; - sha256 = "04sxg2ppvxiljc2i13bwvpbi540rf9d2a89cq0wmqf9pjvr3a1wm"; + sha256 = "1chx3yvfbj46xjz4bzsvps208l46hfbcy0sm98gpiya454n4rrl7"; authors = [ "Aaronepower " ]; dependencies = { "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "std" "errhandlingapi" "winerror" "fileapi" "winbase" ]; }; @@ -3059,18 +2716,18 @@ rec { "till" ]; dependencies = { - "config" = "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "config" = "config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "itertools" = "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)"; "mime_guess" = "mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)"; "rand" = "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; "rusoto_core" = "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)"; "rusoto_s3" = "rusoto_s3 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde_derive" = "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "structopt" = "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)"; - "syntect" = "syntect 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "tinytemplate" = "tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_derive" = "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "structopt" = "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)"; + "syntect" = "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "tinytemplate" = "tinytemplate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; "xdg" = "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -3090,23 +2747,23 @@ rec { ]; dependencies = { "base64" = "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "hex" = "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; "hmac" = "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "hyper" = "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)"; + "hyper" = "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)"; "hyper-tls" = { packageId = "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; "md5" = "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; "rusoto_credential" = "rusoto_credential 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; "sha2" = "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)"; "time" = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio" = "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-timer" = "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-timer" = "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)"; "url" = "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)"; "xml-rs" = "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; @@ -3135,17 +2792,17 @@ rec { ]; dependencies = { "chrono" = { - packageId = "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; features = [ "serde" ]; }; "dirs" = "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "hyper" = "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)"; - "regex" = "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde_derive" = "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde_json" = "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-timer" = "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "hyper" = "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)"; + "regex" = "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_derive" = "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_json" = "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-timer" = "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "nightly-testing" = [ "clippy" ]; @@ -3164,7 +2821,7 @@ rec { "Nikita Pekin " ]; dependencies = { - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "rusoto_core" = { packageId = "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; @@ -3178,24 +2835,6 @@ rec { }; resolvedDefaultFeatures = [ "default" "native-tls" ]; }; - "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "rust-argon2"; - version = "0.5.1"; - edition = "2015"; - sha256 = "049dqwn63i6xix55cnh8n4iqm2d3yzpisfsc2568vfmaaa4866d2"; - libName = "argon2"; - authors = [ - "Martijn Rijkeboer " - ]; - dependencies = { - "base64" = "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "blake2b_simd" = "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)"; - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - }; - }; "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "rust-ini"; @@ -3209,12 +2848,12 @@ rec { features = { }; }; - "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" + "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "rustc-demangle"; - version = "0.1.16"; + version = "0.1.14"; edition = "2015"; - sha256 = "0zmn448d0f898ahfkz7cir0fi0vk84dabjpw84mk6a1r6nf9vzmi"; + sha256 = "07vl0ms3a27fpry9kh9piv08w7d51i5m7bgphk7pw4jygwzdy31f"; authors = [ "Alex Crichton " ]; @@ -3237,24 +2876,24 @@ rec { features = { }; }; - "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "ryu"; - version = "1.0.0"; + version = "0.2.8"; edition = "2015"; - sha256 = "0hysqba7hi31xw1jka8jh7qb4m9fx5l6vik55wpc3rpsg46cwgbf"; + sha256 = "1qd0ni13w19a97y51vm31biyh2pvz8j9gi78rn5in912mi04xcnk"; authors = [ "David Tolnay " ]; features = { }; }; - "safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "safemem"; - version = "0.3.2"; + version = "0.3.0"; edition = "2015"; - sha256 = "1h0n07sy386gz0jb6nz170m66jkbnwyky8y11v551dxydz77a0jc"; + sha256 = "0pr39b468d05f6m7m4alsngmj5p7an8df21apsxbi57k0lmwrr18"; authors = [ "Austin Bonander " ]; @@ -3263,12 +2902,12 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" + "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "same-file"; - version = "1.0.5"; + version = "1.0.4"; edition = "2015"; - sha256 = "0vn7bc069wsdick0nk0n2j3wvgq2vzb5ix957c35nkhkwlszv4l5"; + sha256 = "1zs244ssl381cqlnh2g42g3i60qip4z72i26z44d6kas3y3gy77q"; authors = [ "Andrew Gallant " ]; @@ -3281,32 +2920,44 @@ rec { features = { }; }; - "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" + "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "schannel"; - version = "0.1.16"; + version = "0.1.15"; edition = "2015"; - sha256 = "1qf391890l43lzkyadhrwrlkpryyjmral75x9xj664vi3asl854g"; + sha256 = "1x9i0z9y8n5cg23ppyglgqdlz6rwcv2a489m5qpfk6l2ib8a1jdv"; authors = [ "Steven Fackler " "Steffen Butzer " ]; dependencies = { - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; features = [ "lmcons" "minschannel" "securitybaseapi" "schannel" "sspi" "sysinfoapi" "timezoneapi" "winbase" "wincrypt" "winerror" ]; }; }; features = { }; }; - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "scoped_threadpool"; + version = "0.1.9"; + edition = "2015"; + sha256 = "1arqj2skcfr46s1lcyvnlmfr5456kg5nhn8k90xyfjnxkp5yga2v"; + authors = [ + "Marvin Löbel " + ]; + features = { + }; + }; + "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "scopeguard"; - version = "1.0.0"; + version = "0.3.3"; edition = "2015"; - sha256 = "15vrix0jx3i4naqnjswddzn4m036krrv71a8vkh3b1zq4hxmrb0q"; + sha256 = "0i1l013csrqzfz6c68pr5pi01hg5v5yahq8fsdmaxy6p8ygsjf3r"; authors = [ "bluss" ]; @@ -3327,7 +2978,7 @@ rec { dependencies = { "core-foundation" = "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)"; "core-foundation-sys" = "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; "security-framework-sys" = "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -3405,17 +3056,18 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "serde"; - version = "1.0.101"; + version = "1.0.90"; edition = "2015"; - sha256 = "0sacv3njx99yr8gxsl80cy1h98b9vd1pv6aa8ncbnk0pys8r82vn"; + sha256 = "10b6n74m1dvb667vrn1db47ncb4h0mkqbg1dsamqjvv5vl5b5j56"; authors = [ "Erick Tryzelaar " "David Tolnay " ]; features = { + "alloc" = [ "unstable" ]; "default" = [ "std" ]; "derive" = [ "serde_derive" ]; }; @@ -3437,7 +3089,7 @@ rec { optional = true; }; "num-traits" = "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)"; - "regex" = "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "regex" = "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; "serde" = "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -3447,22 +3099,22 @@ rec { }; resolvedDefaultFeatures = [ "default" "linked-hash-map" "preserve_order" ]; }; - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "serde_derive"; - version = "1.0.101"; + version = "1.0.90"; edition = "2015"; - sha256 = "093x99qff1ihjmy32fp1gxp66qh0nni349j20y3w0h33wqk19dr0"; + sha256 = "1m4xgyl8jj3mxj0wszminzc1qf2gbkj9dpl17vi95nwl6m7i157y"; procMacro = true; authors = [ "Erick Tryzelaar " "David Tolnay " ]; dependencies = { - "proc-macro2" = "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; - "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; "syn" = { - packageId = "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)"; features = [ "visit" ]; }; }; @@ -3470,20 +3122,20 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "serde_json"; - version = "1.0.41"; + version = "1.0.39"; edition = "2015"; - sha256 = "0j3qhfy2hj3vjlc6hi34k0zlsaj5mxnk9dy6lp8a8snj5rm9vrhd"; + sha256 = "07ydv06hn8x0yl0rc94l2wl9r2xz1fqd97n1s6j3bgdc6gw406a8"; authors = [ "Erick Tryzelaar " "David Tolnay " ]; dependencies = { "itoa" = "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)"; - "ryu" = "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + "ryu" = "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "preserve_order" = [ "indexmap" ]; @@ -3524,18 +3176,6 @@ rec { "asm" = [ "sha2-asm" ]; }; }; - "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "shlex"; - version = "0.1.1"; - edition = "2015"; - sha256 = "18vqycq8apg10pg5na57wff8z957d1q05yhvkddqbqflw98xj0rv"; - authors = [ - "comex " - ]; - features = { - }; - }; "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "siphasher"; @@ -3560,12 +3200,12 @@ rec { features = { }; }; - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" + "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "smallvec"; - version = "0.6.10"; + version = "0.6.9"; edition = "2015"; - sha256 = "01w7xd79q0bwn683gk4ryw50ad1zzxkny10f7gkbaaj1ax6f4q4h"; + sha256 = "0p96l51a2pq5y0vn48nhbm6qslbc6k8h28cxm0pmzkqmj7xynz6w"; libPath = "lib.rs"; authors = [ "Simon Sapin " @@ -3575,25 +3215,31 @@ rec { }; resolvedDefaultFeatures = [ "default" "std" ]; }; - "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "stable_deref_trait"; + version = "1.1.1"; + edition = "2015"; + sha256 = "1xy9slzslrzr31nlnw52sl1d820b09y61b7f13lqgsn8n7y0l4g8"; + authors = [ + "Robert Grosse " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "string"; - version = "0.2.1"; + version = "0.1.3"; edition = "2015"; - sha256 = "066vpc33qik0f8hpa1841hdzwcwj6ai3vdwsd34k1s2w9p3n7jqk"; + sha256 = "03hr559lsxf13i1p5r2zd7m3ppqlbhqajbx80adi3cpp2rwnsvfw"; authors = [ "Carl Lerche " ]; - dependencies = { - "bytes" = { - packageId = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - }; features = { - "default" = [ "bytes" ]; }; - resolvedDefaultFeatures = [ "bytes" "default" ]; }; "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -3607,12 +3253,12 @@ rec { features = { }; }; - "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" + "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "structopt"; - version = "0.2.18"; + version = "0.2.15"; edition = "2015"; - sha256 = "096mzwn2d5qsa0k5kxvd1ag38fm5rfrr262fnacfrq5k13ldl9j2"; + sha256 = "0hjkdq0zgaiigbqsqazaz4avp5q272kzivb2bfy6s5181240hv2z"; authors = [ "Guillaume Pinot " "others" @@ -3622,7 +3268,7 @@ rec { packageId = "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; - "structopt-derive" = "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)"; + "structopt-derive" = "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "color" = [ "clap/color" ]; @@ -3632,49 +3278,48 @@ rec { "lints" = [ "clap/lints" ]; "nightly" = [ "structopt-derive/nightly" ]; "no_cargo" = [ "clap/no_cargo" ]; - "paw" = [ "structopt-derive/paw" ]; "suggestions" = [ "clap/suggestions" ]; "wrap_help" = [ "clap/wrap_help" ]; "yaml" = [ "clap/yaml" ]; }; resolvedDefaultFeatures = [ "default" ]; }; - "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" + "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "structopt-derive"; - version = "0.2.18"; + version = "0.2.15"; edition = "2015"; - sha256 = "0wrhvq92psxa62jx6ypyhld7d5l3l7va0s0qwy1mq7c863wnhp7p"; + sha256 = "09rg6993ckyaklribdcqnw2v3516afdl5pa0z21lwrwz0bvxsf2n"; procMacro = true; authors = [ "Guillaume Pinot " ]; dependencies = { "heck" = "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "proc-macro2" = "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)"; - "quote" = "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)"; - "syn" = "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { "nightly" = [ "proc-macro2/nightly" ]; }; }; - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "syn"; - version = "0.15.44"; + version = "0.15.33"; edition = "2015"; - sha256 = "09v11h141grmsnamd5j14mn8vpnfng6p60kdmsm8akz9m0qn7s1n"; + sha256 = "19fv7nh1k3adh7dnbz45jg645v358n6kw8zf9xlhfcsc3532wy2j"; authors = [ "David Tolnay " ]; dependencies = { "proc-macro2" = { - packageId = "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)"; usesDefaultFeatures = false; }; "quote" = { - packageId = "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; usesDefaultFeatures = false; }; @@ -3687,48 +3332,20 @@ rec { }; resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "parsing" "printing" "proc-macro" "quote" "visit" ]; }; - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "syn"; - version = "1.0.5"; - edition = "2018"; - sha256 = "08qbk425r8c4q4rrpq1q9wkd3v3bji8nlfaxj8v4l7lkpjkh0xgs"; - authors = [ - "David Tolnay " - ]; - dependencies = { - "proc-macro2" = { - packageId = "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - }; - "quote" = { - packageId = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - usesDefaultFeatures = false; - }; - "unicode-xid" = "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - "default" = [ "derive" "parsing" "printing" "clone-impls" "proc-macro" ]; - "printing" = [ "quote" ]; - "proc-macro" = [ "proc-macro2/proc-macro" "quote/proc-macro" ]; - }; - resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "parsing" "printing" "proc-macro" "quote" "visit" ]; - }; - "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" + "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "synstructure"; - version = "0.10.2"; + version = "0.10.1"; edition = "2015"; - sha256 = "0bp29grjsim99xm1l6h38mbl98gnk47lf82rawlmws5zn4asdpj4"; + sha256 = "0mx2vwd0d0f7hanz15nkp0ikkfjsx9rfkph7pynxyfbj45ank4g3"; authors = [ "Nika Layzell " ]; dependencies = { - "proc-macro2" = "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)"; - "quote" = "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; "syn" = { - packageId = "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)"; features = [ "visit" "extra-traits" ]; }; "unicode-xid" = "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; @@ -3736,23 +3353,23 @@ rec { features = { }; }; - "syntect 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "syntect"; - version = "3.3.0"; - edition = "2018"; - sha256 = "0zp8za3x6d0l02kgvaasnljm925plwd06181c5xzg6z79g52yqny"; + version = "3.2.0"; + edition = "2015"; + sha256 = "1b62n9fl4p81infcd3lwfv9wrggwmii50psl9k5m3673cg5x72hx"; authors = [ "Tristan Hume " ]; dependencies = { "bincode" = { - packageId = "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; "flate2" = { - packageId = "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; usesDefaultFeatures = false; }; @@ -3760,21 +3377,21 @@ rec { packageId = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; "lazycell" = "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; "onig" = { - packageId = "onig 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "plist" = "plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "plist" = "plist 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)"; "regex-syntax" = { - packageId = "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde_derive" = "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde_json" = "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)"; - "walkdir" = "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_derive" = "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_json" = "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)"; + "walkdir" = "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)"; "yaml-rust" = { packageId = "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; @@ -3793,12 +3410,12 @@ rec { }; resolvedDefaultFeatures = [ "assets" "bincode" "default" "dump-create" "dump-load" "flate2" "fnv" "html" "onig" "parsing" "regex-syntax" "yaml-load" "yaml-rust" ]; }; - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tempfile"; - version = "3.1.0"; - edition = "2018"; - sha256 = "1r7ykxw90p5hm1g46i8ia33j5iwl3q252kbb6b074qhdav3sqndk"; + version = "3.0.7"; + edition = "2015"; + sha256 = "19h7ch8fvisxrrmabcnhlfj6b8vg34zaw8491x141p0n0727niaf"; authors = [ "Steven Allen " "The Rust Project Developers" @@ -3806,39 +3423,53 @@ rec { "Jason White " ]; dependencies = { - "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "libc" = { - packageId = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."unix"; }; - "rand" = "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand" = "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; "redox_syscall" = { - packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."os" == "redox"); }; - "remove_dir_all" = "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "remove_dir_all" = "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; - features = [ "fileapi" "handleapi" "winbase" ]; + features = [ "fileapi" "winbase" "handleapi" ]; }; }; features = { }; }; - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" + "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { - crateName = "termcolor"; - version = "1.0.5"; + crateName = "termion"; + version = "1.5.2"; edition = "2015"; - sha256 = "16266x431hbkmvyh0pv4yn7wm2kagicqaq6hy4fabn93c08sx0gp"; + sha256 = "0a8znl9hdnr9d21xskb2q77r6pkvrabh71b43371vy9wq97m78d9"; authors = [ - "Andrew Gallant " + "ticki " + "gycos " + "IGI-111 " ]; dependencies = { - "wincolor" = { - packageId = "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; - target = target."windows"; + "libc" = { + packageId = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."os" == "redox")); + }; + "numtoa" = { + packageId = "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "std" ]; + }; + "redox_syscall" = { + packageId = "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; + "redox_termios" = { + packageId = "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); }; }; features = { @@ -3854,7 +3485,7 @@ rec { "Martin Geisler " ]; dependencies = { - "unicode-width" = "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicode-width" = "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -3869,7 +3500,7 @@ rec { "Amanieu d'Antras " ]; dependencies = { - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -3884,13 +3515,13 @@ rec { "The Rust Project Developers" ]; dependencies = { - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; "redox_syscall" = { - packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)"; target = (target."os" == "redox"); }; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "std" "minwinbase" "minwindef" "ntdef" "profileapi" "sysinfoapi" "timezoneapi" ]; }; @@ -3898,28 +3529,28 @@ rec { features = { }; }; - "tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + "tinytemplate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tinytemplate"; - version = "1.0.2"; + version = "1.0.1"; edition = "2015"; - sha256 = "005krgn8sphcvqmg81akpxvhj1nsv35dg225vrxnk6bszdbal30g"; + sha256 = "007anqfcnd57d9d1rp3xy1b7wckq6wyibghz68y943wj53lc0q5i"; authors = [ "Brook Heisler " ]; dependencies = { - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; - "serde_json" = "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_json" = "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio"; - version = "0.1.22"; + version = "0.1.19"; edition = "2015"; - sha256 = "1nx8yg8fdwf5nm2ykfza24cx8xy5in6da5va5w76mv347r1irr0b"; + sha256 = "0ksqs54h69x97zg2df7k069vbxqd7mvdpaws4aahnd05n95afcib"; authors = [ "Carl Lerche " ]; @@ -3928,13 +3559,13 @@ rec { packageId = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "mio" = { - packageId = "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "num_cpus" = { - packageId = "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-codec" = { @@ -3946,7 +3577,7 @@ rec { optional = true; }; "tokio-executor" = { - packageId = "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-fs" = { @@ -3958,11 +3589,11 @@ rec { optional = true; }; "tokio-reactor" = { - packageId = "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-sync" = { - packageId = "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-tcp" = { @@ -3970,15 +3601,19 @@ rec { optional = true; }; "tokio-threadpool" = { - packageId = "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-timer" = { - packageId = "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "tokio-trace-core" = { + packageId = "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-udp" = { - packageId = "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; optional = true; }; "tokio-uds" = { @@ -3988,43 +3623,20 @@ rec { }; }; features = { + "async-await-preview" = [ "tokio-async-await/async-await-preview" ]; "codec" = [ "io" "tokio-codec" ]; "default" = [ "codec" "fs" "io" "reactor" "rt-full" "sync" "tcp" "timer" "udp" "uds" ]; - "experimental-tracing" = [ "tracing-core" ]; "fs" = [ "tokio-fs" ]; "io" = [ "bytes" "tokio-io" ]; "reactor" = [ "io" "mio" "tokio-reactor" ]; - "rt-full" = [ "num_cpus" "reactor" "timer" "tokio-current-thread" "tokio-executor" "tokio-threadpool" ]; + "rt-full" = [ "num_cpus" "reactor" "timer" "tokio-current-thread" "tokio-executor" "tokio-threadpool" "tokio-trace-core" ]; "sync" = [ "tokio-sync" ]; "tcp" = [ "tokio-tcp" ]; "timer" = [ "tokio-timer" ]; "udp" = [ "tokio-udp" ]; "uds" = [ "tokio-uds" ]; }; - resolvedDefaultFeatures = [ "bytes" "codec" "default" "fs" "io" "mio" "num_cpus" "reactor" "rt-full" "sync" "tcp" "timer" "tokio-codec" "tokio-current-thread" "tokio-executor" "tokio-fs" "tokio-io" "tokio-reactor" "tokio-sync" "tokio-tcp" "tokio-threadpool" "tokio-timer" "tokio-udp" "tokio-uds" "udp" "uds" ]; - }; - "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "tokio-buf"; - version = "0.1.1"; - edition = "2015"; - sha256 = "11qjcqvhsjwwy66njn2c3nzl0i89a9k06l08s0vz9cswwkjc2427"; - authors = [ - "Carl Lerche " - ]; - dependencies = { - "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "either" = { - packageId = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; - optional = true; - }; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - "default" = [ "util" ]; - "util" = [ "bytes/either" "either" ]; - }; - resolvedDefaultFeatures = [ "default" "either" "util" ]; + resolvedDefaultFeatures = [ "bytes" "codec" "default" "fs" "io" "mio" "num_cpus" "reactor" "rt-full" "sync" "tcp" "timer" "tokio-codec" "tokio-current-thread" "tokio-executor" "tokio-fs" "tokio-io" "tokio-reactor" "tokio-sync" "tokio-tcp" "tokio-threadpool" "tokio-timer" "tokio-trace-core" "tokio-udp" "tokio-uds" "udp" "uds" ]; }; "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -4038,7 +3650,7 @@ rec { ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { @@ -4054,24 +3666,24 @@ rec { "Carl Lerche " ]; dependencies = { - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-executor" = "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-executor" = "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio-executor"; - version = "0.1.8"; + version = "0.1.7"; edition = "2015"; - sha256 = "017pvi6ii0wb1s78vrbjhzwrjlc0mga3x98dz3g19lhylcl50f7r"; + sha256 = "0fhaijjh1cybikx0b53292xfi6yzjrmp10ibgikhd6i33svnggq7"; authors = [ "Carl Lerche " ]; dependencies = { - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-utils" = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -4086,9 +3698,9 @@ rec { "Carl Lerche " ]; dependencies = { - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-threadpool" = "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-threadpool" = "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -4104,49 +3716,49 @@ rec { ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio-reactor"; - version = "0.1.10"; + version = "0.1.9"; edition = "2015"; - sha256 = "07qngarghrf826rwi0460x69yidyv6811xbwacgagla1lr25i9j1"; + sha256 = "11gpxrykd6lbpj9b26dh4fymzawfxgqdx1pbhc771gxbf8qyj1gc"; authors = [ "Carl Lerche " ]; dependencies = { - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; - "mio" = "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)"; - "num_cpus" = "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; - "parking_lot" = "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-utils" = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "mio" = "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "num_cpus" = "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "parking_lot" = "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)"; "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-executor" = "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-executor" = "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-sync" = "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-sync" = "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio-sync"; - version = "0.1.6"; + version = "0.1.5"; edition = "2015"; - sha256 = "0csjpxf7m088lh3nfkhj5q1zi5hycdk5xqcginw328rnl1srzyl7"; + sha256 = "0yjg2d4pyw9x9yvap3kndf53a55rj73fsx09c91sss92l1szk7vx"; authors = [ "Carl Lerche " ]; dependencies = { "fnv" = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -4162,73 +3774,88 @@ rec { ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "iovec" = "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "mio" = "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)"; + "mio" = "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-reactor" = "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-reactor" = "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio-threadpool"; - version = "0.1.16"; + version = "0.1.14"; edition = "2015"; - sha256 = "15nv5r5z8q58jhcsnzj3zbqa82ha7qjjbv47j6806cjv22i16a7f"; + sha256 = "0b6m9xvl5m93y1nmdjr161j39f4ialc39qlm4dy8ad376v7ck1kp"; authors = [ "Carl Lerche " ]; dependencies = { "crossbeam-deque" = "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)"; "crossbeam-queue" = "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; - "num_cpus" = "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-utils" = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "num_cpus" = "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand" = "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-executor" = "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-executor" = "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio-timer"; - version = "0.2.11"; + version = "0.2.10"; edition = "2015"; - sha256 = "1g1np0mdhiwl52kxp543q9jdidf9vws403jh2nay3srlpnqhrkx9"; + sha256 = "17a5irj7ph95l30845vg6hy3igc0k04bhxnqs2qww4v8ix30vbkz"; authors = [ "Carl Lerche " ]; dependencies = { - "crossbeam-utils" = "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "crossbeam-utils" = "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-executor" = "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-executor" = "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "tokio-trace-core"; + version = "0.1.0"; + edition = "2015"; + sha256 = "1n96fnand06mnqfjhdicxs3qlhj8r1czjisx231hg4lszl3p5kqd"; + authors = [ + "Tokio Contributors " + ]; + dependencies = { + "lazy_static" = "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "tokio-udp"; - version = "0.1.5"; + version = "0.1.3"; edition = "2015"; - sha256 = "1gaavx7zl4j8fg8zvx0b1zwy3qdc20108m1vwbc3rpl2wvsljcyk"; + sha256 = "1g1x499vqvzwy7xfccr32vwymlx25zpmkx8ppqgifzqwrjnncajf"; authors = [ "Carl Lerche " ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; - "mio" = "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "mio" = "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-codec" = "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-reactor" = "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-reactor" = "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -4244,15 +3871,15 @@ rec { ]; dependencies = { "bytes" = "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; "iovec" = "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; - "mio" = "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "mio" = "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)"; "mio-uds" = "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-codec" = "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; "tokio-io" = "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; - "tokio-reactor" = "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-reactor" = "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -4267,7 +3894,7 @@ rec { "Alex Crichton " ]; dependencies = { - "serde" = "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; @@ -4284,12 +3911,12 @@ rec { features = { }; }; - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" + "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "typenum"; - version = "1.11.2"; + version = "1.10.0"; edition = "2015"; - sha256 = "0pdbfkqzp4hwj21b2gv79kh1s1sgr587bd4s039qzalg5jiniiz8"; + sha256 = "1v2cgg0mlzkg5prs7swysckgk2ay6bpda8m83c2sn3z77dcsx3bc"; build = "build/main.rs"; authors = [ "Paho Lurie-Gregg " @@ -4298,6 +3925,18 @@ rec { features = { }; }; + "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ucd-util"; + version = "0.1.3"; + edition = "2015"; + sha256 = "1n1qi3jywq5syq90z9qd8qzbn58pcjgv1sx4sdmipm4jf9zanz15"; + authors = [ + "Andrew Gallant " + ]; + features = { + }; + }; "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "unicase"; @@ -4343,34 +3982,33 @@ rec { "kwantam " ]; dependencies = { - "smallvec" = "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "smallvec" = "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "unicode-segmentation"; - version = "1.3.0"; + version = "1.2.1"; edition = "2015"; - sha256 = "0jnns99wpjjpqzdn9jiplsr003rr41i95c008jb4inccb3avypp0"; + sha256 = "0pzydlrq019cdiqbbfq205cskxcspwi97zfdi02rma21br1kc59m"; authors = [ "kwantam " ]; features = { }; }; - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "unicode-width"; - version = "0.1.6"; + version = "0.1.5"; edition = "2015"; - sha256 = "1mss965j7d8pv7z7zg6qfkcb7lyhxkxvbh8akzr4xxxx3vzazwsi"; + sha256 = "0886lc2aymwgy0lhavwn6s48ik3c61ykzzd3za6prgnw51j7bi4w"; authors = [ "kwantam " ]; features = { - "rustc-dep-of-std" = [ "std" "core" "compiler_builtins" ]; }; resolvedDefaultFeatures = [ "default" ]; }; @@ -4388,20 +4026,6 @@ rec { }; resolvedDefaultFeatures = [ "default" ]; }; - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "unicode-xid"; - version = "0.2.0"; - edition = "2015"; - sha256 = "1c85gb3p3qhbjvfyjb31m06la4f024jx319k10ig7n47dz2fk8v7"; - authors = [ - "erick.tryzelaar " - "kwantam " - ]; - features = { - }; - resolvedDefaultFeatures = [ "default" ]; - }; "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "url"; @@ -4421,12 +4045,24 @@ rec { "query_encoding" = [ "encoding" ]; }; }; - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" + "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "utf8-ranges"; + version = "1.0.2"; + edition = "2015"; + sha256 = "1my02laqsgnd8ib4dvjgd4rilprqjad6pb9jj9vi67csi5qs2281"; + authors = [ + "Andrew Gallant " + ]; + features = { + }; + }; + "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "vcpkg"; - version = "0.2.7"; + version = "0.2.6"; edition = "2015"; - sha256 = "1lwykbbscbdy4nhrfidgg3rk2xw9cvx5672sx1c97wm8y3vjpcd9"; + sha256 = "1ig6jqpzzl1z9vk4qywgpfr4hfbd8ny8frqsgm3r449wkc4n1i5x"; authors = [ "Jim McGrath " ]; @@ -4483,19 +4119,19 @@ rec { features = { }; }; - "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" + "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "walkdir"; - version = "2.2.9"; + version = "2.2.7"; edition = "2015"; - sha256 = "04k0pqbd8p36wxr8003r644ymka5jr5kn1p8xaz9r3nylgwlwjmq"; + sha256 = "0wq3v28916kkla29yyi0g0xfc16apwx24py68049kriz3gjlig03"; authors = [ "Andrew Gallant " ]; dependencies = { - "same-file" = "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "same-file" = "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)"; "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "std" "winnt" ]; }; @@ -4507,58 +4143,23 @@ rec { features = { }; }; - "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "want"; - version = "0.2.0"; + version = "0.0.6"; edition = "2015"; - sha256 = "1qyd7cixai7f58zfbz8v3lg52q7p6805b9vw7vblw1pysg6vnrxb"; + sha256 = "03cc2lndz531a4kgql1v9kppyb1yz2abcz5l52j1gg2nypmy3lh8"; authors = [ "Sean McArthur " ]; dependencies = { - "futures" = "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)"; - "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; "try-lock" = "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; }; - "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "wasi"; - version = "0.7.0"; - edition = "2018"; - sha256 = "1lqknxy8x9mrsy0pna6xlwzypbhli73nbai9gmin5f4z1ghlng25"; - authors = [ - "The Cranelift Project Developers" - ]; - features = { - "default" = [ "alloc" ]; - "rustc-dep-of-std" = [ "compiler_builtins" "core" "rustc-std-workspace-alloc" ]; - }; - resolvedDefaultFeatures = [ "alloc" "default" ]; - }; - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "which"; - version = "2.0.1"; - edition = "2015"; - sha256 = "0lj0v21zriscaq5p7rb1r0j34z5yspjvwnldklbr45pxdp9zbgh7"; - authors = [ - "Harry Fei " - ]; - dependencies = { - "failure" = { - packageId = "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; - usesDefaultFeatures = false; - features = [ "std" ]; - }; - "libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - }; - }; "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "winapi"; @@ -4571,12 +4172,12 @@ rec { features = { }; }; - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "winapi"; - version = "0.3.8"; + version = "0.3.7"; edition = "2015"; - sha256 = "084ialbgww1vxry341fmkg5crgpvab3w52ahx1wa54yqjgym0vxs"; + sha256 = "1k51gfkp0zqw7nj07y443mscs46icmdhld442s2073niap0kkdr8"; authors = [ "Peter Atashian " ]; @@ -4593,7 +4194,7 @@ rec { features = { "debug" = [ "impl-debug" ]; }; - resolvedDefaultFeatures = [ "consoleapi" "errhandlingapi" "fileapi" "handleapi" "knownfolders" "libloaderapi" "lmcons" "minschannel" "minwinbase" "minwindef" "ntdef" "ntsecapi" "ntstatus" "objbase" "processenv" "profileapi" "schannel" "securitybaseapi" "shlobj" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ]; + resolvedDefaultFeatures = [ "consoleapi" "dbghelp" "errhandlingapi" "fileapi" "handleapi" "knownfolders" "lmcons" "minschannel" "minwinbase" "minwindef" "ntdef" "ntsecapi" "ntstatus" "objbase" "processenv" "processthreadsapi" "profileapi" "schannel" "securitybaseapi" "shlobj" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ]; }; "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { @@ -4631,7 +4232,7 @@ rec { ]; dependencies = { "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + packageId = "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)"; target = target."windows"; features = [ "std" "consoleapi" "errhandlingapi" "fileapi" "minwindef" "processenv" "winbase" "wincon" "winerror" "winnt" ]; }; @@ -4651,25 +4252,6 @@ rec { features = { }; }; - "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" - = rec { - crateName = "wincolor"; - version = "1.0.2"; - edition = "2015"; - sha256 = "0bxgy5pf0pzykb21xipb41yfxs60inrs5kyavllphbrka5aqps89"; - authors = [ - "Andrew Gallant " - ]; - dependencies = { - "winapi" = { - packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; - features = [ "minwindef" "wincon" ]; - }; - "winapi-util" = "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; - }; - features = { - }; - }; "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = rec { crateName = "ws2_32-sys"; @@ -4715,7 +4297,7 @@ rec { "Vladimir Matveev " ]; dependencies = { - "bitflags" = "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; }; features = { }; diff --git a/crate-hashes.json b/crate-hashes.json index 0e7071e..59a9efa 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,227 +1,214 @@ { - "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)": "157bfkgcy4p3cclfv378x7clxcj3l23jj7sckjbqkmdjbi72y134", - "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)": "1srdggg7iawz7rfyb79qfnz6vmzkgl6g6gabyd9ad6pbx7zzj8gz", + "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)": "1z3mvjgw02mbqk98kizzibrca01d5wfkpazsrp3vkkv3i56pn6fb", + "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)": "0dn42fbdms4brigqphxrvzbjd1s4knyjlzky30kgvpnrcl4sqqdv", "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)": "08fk0p2xvkqpmz3zlrwnf6l8sj2vngw464rvzspzp31sbgxbwm4v", + "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)": "1byl9b3wwyrarn8qack21v5fi2qsnn3y5clvikk2apskhmnih1rw", "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)": "00dfn9lbr4pc524imc25v3rbmswiqk3jldsgmx4rdngcpxb8ssjf", - "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)": "1bd08rakkyr9jlf538cs80s3ly464ni3afr63zlw860ndar1zfmv", - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)": "0a1ii8h9fvvrq05bz7j135zjjz1sjz6n2invn2ngxqri0jxgmip2", - "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "1yzawpsmrcy3x60i59hfwwg7mfdwc74199m2lgkc4vam5ijy8mz7", - "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)": "0k41sw74xd19s9lsqab1rf94wi8l7ppfarib8hpd0y7q2iym5j41", - "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)": "1gv41cypl4y5r32za4gx2fks43d76sp1r3yb5524i4gs50lrkypv", + "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)": "0qbh825i59w5wfdysqdkiwbwkrsy7lgbd4pwbyb8pxx8wc36iny8", + "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)": "0by1bj2km9jxi4i4g76zzi76fc2rcm9934jpnyrqd95zw344pb20", + "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "0dv81dwnp1al3j4ffz007yrjv4w1c7hw09gnf0xs3icxiw6qqfs3", + "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)": "0qgbc07aq9kfixv29s60xx666lmdpgmf27a78fwjlhnfzhqvkn0p", + "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)": "1bbw8chs0wskxwzz7f3yy7mjqhyqj8lslq8pcjw1rbd2g23c34xl", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)": "1zz3jq619hahla1f70ra38818b5n8cp4iilij81i90jq6z7hlfhg", "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)": "11hhz8ln4zbpn2h2gm9fbbb9j254wrd4fpmddlyah2rrnqsmmqkd", - "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0sfk6drrivn6xij8w6krskhn7fa5bq2jjvlvl7ipnsvjz3l1l949", - "bindgen 0.50.1 (registry+https://github.com/rust-lang/crates.io-index)": "00a247mxwgvrmc9hd7wrdv09380wjjxn95smy7mxg5q814rm1yvx", - "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0cybfqfkplbznkvm0cjn6wv7vpp718i47ld4g84qrb0lwa0jpmcg", - "blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)": "14974amxa9lgn8syjp1am4yj4vhmcc27k21bvyz4fsawv3hfv204", + "bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "1wx2iz648r6byl523sb2rqizk1qvwrzpf7apjgr8lsnb67p26y1a", + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "0brvi70yflsqa8q6myqjpqmmqa0ng00mi4hpnfinc2y52sv76cwg", + "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)": "0pyqrik4471ljk16prs0iwb2sam39z0z6axyyjxlqxdmf4wprf0l", "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "0ka14535hlndyig1dqxqvdv60mgmnnhfi6x87npha3x3yg5sx201", + "build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "15249xzi3qlm72p4glxgavwyq70fx2sp4df6ii0sdlrixrrp77pl", "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "15cm6sxkk2ikrz8sxld3hv9g419j4kjzwdjp4fn53gjq07awq6il", - "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "099fxwc79ncpcl8dgg9hql8gznz11a3sjs7pai0mg6w8r05khvdx", + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "1dd46l7fvmxfq90kh6ip1ghsxzzcdybac8f0mh2jivsdv9vy8k4w", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)": "0cw577vll9qp0h3l1sy24anr5mcnd5j26q9q7nw4f0mddssvfphf", - "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "1lcfazshbiw8kdpcgphlmls0mz5j4wnvsq1diaz4b2bcvgm3r2cn", - "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)": "0qhw9k5av9x6yvv4jfrji576wy90vgdnr76cifs8xqm70scdl2sm", - "cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)": "1aianwjm81d0k23aam5wpj1gzjild6wqq8qbkyjhd5qvrxz5z18p", - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)": "0x52qzpbyl2f2jqs7kkqzgfki2cpq99gpfjjigdp8pwwfqk01007", - "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)": "0nw75j1q0idg5a57k68l87422nq8naq818cdxh390byws63a8yfj", - "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)": "0wxc4lin410r3mll6fsvf6s72yijxr3l50sg4whnm0knmxh8n4fy", + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)": "0yk9f8fcsp9qk00qbj8idsnjv29v5arp3w5awgggf5kg571djjx7", + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)": "13gvcx1dxjq4mpmpj26hpg3yc97qffkx2zi58ykr1dwr8q2biiig", + "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)": "0cxgqgf4lknsii1k806dpmzapi2zccjpa350ns5wpb568mij096x", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)": "054n9ngh6pkknpmd4acgdsp40iw6f5jzq8a4h2b76gnbvk6p5xjh", "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)": "1z9lby5sr6vslfd14d6igk03s7awf91mxpsfmsp3prxbxlk0x7h5", - "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)": "1j5ffvaj979xcb6y72dka24465ajskifvmzff4ns7kzf4zi8iy56", - "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "0k3b5yavx7si8cy030py6bhgmg24sghzs8chbs4d4r13wjp5c5ih", + "config 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)": "18j4aza6z7g0nibb6yfqd88f32bjl8lrcz3jlz7vzjhp10lvc6rr", + "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "03qri9hjf049gwqg9q527lybpg918q6y5q4g9a5lma753nff49wd", "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)": "1kabsqxh01m6l2b1gz8wgn0d1k6fyczww9kaks0sbmsz5g78ngzx", "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)": "1n2v6wlqkmqwhl7k6y50irx51p37xb0fcm3njbman82gnyq8di2c", + "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)": "00m9jjqrddp3bqyanvyxv0hf6s56bx1wy51vcdcxg4n2jdhg109s", "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1mx88ndqln6vzg7hjhjp8b7g0qggpqggsjrlsdqrfsrbpdzffcn8", "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)": "11l7idrx3diksrxbaa13f9h9i6f3456qq3647f3kglxfjmz9bm8s", - "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)": "015axh69r6ggj481ncqj09d7ssbqf8psgyqq9hhpkrh3j7xn4vmn", + "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)": "1n2p8rqsg0g8dws6kvjgi5jsbnd42l45dklnzc8vihjcxa6712bg", "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "1hannzr5w6j5061kg5iba4fzi6f2xpqv7bkcspfq17y1i8g0mzjj", - "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)": "01gxccmrjkkcavdh8fc01kj3b5fmk10f0lkx66jmnv69kcssry72", + "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)": "1z7wgcl9d22r2x6769r5945rnwf3jqfrrmb16q7kzk292r1d4rdg", "crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "0lm5blwpl5bdg128218z7yphgjfsazi7vg1xq807cdd36mxdbgny", "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)": "074cw6sk5qfha3gjwgx3fg50z64wrabszfkrda2mi6b3rjrk80d4", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "1py68zwwrhlj5vbz9f9ansjmhc8y4gs5bpamw9ycmqz030pprwf3", - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)": "040fgh0jahqra9ascwb986zgll1ss88ky9bfvn0zfay42zsyz83n", - "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)": "1ws1zrbycvqhs18jyymy0d62v394j368060swgnn7500xrfdnl25", + "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "1zqq1057c51f53ga4p9l4dd8ax6md27h1xjrjp2plkvml5iymks5", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1msaj1c0fg12dzyf4fhxqlx1gfx41lj2smdjmkc9hkrgajk2g3kx", "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1wzk484b87r4qszcvdl2bkniv5ls4r2f2dshz7hmgiv6z4ln12g0", "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "1a0f1j66nkwfy17s06vm2bn9vh8vy8llcijfhh9m10p58v08661a", - "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)": "11bw2rp905w43pc4fxgsmal93zf26zkfkhk8h0ac5ik3spy0drj6", + "flate2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)": "012vi948sap09hm1nmd228fqn7i5kp6wfb9zlz0m8ysq5if1s9mc", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)": "128mlh23y3gg6ag5h8iiqlcbl59smisdzraqy88ldrf75kbw27ip", "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "105n8sp2djb1s5lzrw04p7ss3dchr5qa3canmynx396nh3vwm2p8", "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0b6cnvqbflws8dxywk4589vgbz80049lz4x1g9dfy4s1ppd3g4z5", "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "07apwv9dj716yjlcj29p94vkqn5zmfh7hlrqvrjx3wzshphc95h9", "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "0jrf4shb1699r4la8z358vri8318w4mdi6qzfqy30p2ymjlca4gk", "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "08jp1zxrm9jbrr6l26bjal4dbm8bxfy57ickdgibsqxr1n9j3hf5", - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)": "0zq7ysf5qvdchh3hjrvvv3sx4bflq6mb7b1wzaqsn2c8bbcvjgmp", + "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)": "0b2v05xp3pq0idw743824ilgl9mfn6bf0sf9zm98g07zz4hqzpzs", "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)": "0ficd31n5ljiixy6x0vjglhq4fp0v1p4qzxm3v6ymsrb3z080l5c", - "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "0p4mfqswwxhkkskdpjld581ksg3cipfs85jbw7znljhkz40l9fjj", "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)": "1gk3g5yxvh361syfz38nlf6vg7d0qx7crpa83mnqzaf9dymz19g7", - "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)": "0n3cyf8vm82hbbj6xzgaszjn852i0jl9qxibl7im7mvn7s9yrvb6", - "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1b3dc2686xnrpxwx4nd3w06f9qs433w6xmmzq6jb76hh95dwwqb2", - "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)": "0wb3nsksi568qb44pzfkz7gbagghzb3fbbky8qhm37aan3dgwb8c", + "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)": "1i8hwjwmvlh0qblpl6fgbp47fjklwzji3j205y91x4fbvx62k8il", "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "1q7vmnlh62kls6cvkfhbcacxkawaznaqa5wwm9dg1xkcza846c3d", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "0hs0xfb4x67y4ss9mmbjmibkwakbn3xf23i21m409bw2zqk9b6kz", "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)": "0zh24045j67cwbm5bm9xrbdigxrjmqki105m03xmkq3zb8dj869b", - "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)": "0np5rnnbimmximdl2l7b0x1izzc4iwyw0qhzxlsx7hny423608rq", - "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "0rbk76455i6l9wrhcgq5p7hbvf9h9fc8ylbfphy4m5qswghly70m", - "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0dggj4s0cq69bn63q9nqzzay5acmwl33nrbhjjsh5xys8sk2x4jw", - "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1y7q207gg33jr5rnlnb0h08k00i54g9fypf3drjk8g1sq2swn92r", - "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)": "08sk7hasx0srs5pbffc851p4i748xx9dd8nc87r9a7kbjd9ph8d9", + "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)": "0q71wgggg1h5kjyg1gb4m70g3ian9qwrkx2b9wwvfyafrkmjpg9c", + "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "1jymxy4bl0mzgp2dx0pzqzbr72sw5jmr5sjqiry4xr88z4z9qlyx", + "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0wlcxzz2mhq0brkfbjb12hc6jm17bgm8m6pdgblw4qjwmf26aw28", + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)": "0kzk4mgwxjxxz8g2ihlr6zqd1xyyxw3r8qqwza15jkymdaxl3b58", "hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "01naqv4zxfj3vzwa5m56vh6l8kg8y8wp8qgc1pm883vsrawa7anx", "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1gwgl19rz5vzi67rrhamczhxy050f5ynx4ybabfapyalv7z1qmjy", - "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0c2vi7p3zhfh536lgqq579f644k9ilq9v8xnk1w4av481hxlal97", + "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "18a0cn5xy3a7wswxg5lwfg3j4sh5blk28ykw0ysgr486djd353gf", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "0vjymmb7wj4v4kza5jjn48fcdb85j3k37y7msjl3ifz0p9yiyp2r", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)": "0xpz59yf03vyj540i7sqypn2aqfid08c4vzyg0l6rqm08da77n7n", "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)": "1fqc34xzzl2spfdawxd9awhzl0fwf1y6y4i94l8bq8rfrzd90awl", "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "1lrw1hbinyvr6cp28g60z97w32w8vsk6pahk64pmrv2fmby8srfj", "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)": "1x6871cvpy5b96yv4c7jvpq316fp5d4609s9py7qk6cd6x9k34vm", - "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "13h6sdghdcy7vcqsm2gasfw3qg7ssa0fl3sw7lq6pdkbk52wbyfr", + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1vv47va18ydk7dx5paz88g3jy1d3lwbx6qpxkbj8gyfv770i4b1y", "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1m4h2q9rgxrgc7xjnws1x81lrb68jll8w3pykx1a9bhr29q2mcwm", - "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)": "1vsb4pyn6gl6sri6cv5hin5wjfgk7lk2bshzmxb1xnkckjhz4gbx", - "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "1f1nrlbw1y5dvgsfbl6a8q7wfhn6n158yf8fh5b9cm98phg4pjl8", + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)": "11nrsbpmwcnfrjcds0wnicwwql3809nq6q6z00q920bdpryyaf58", "line-wrap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "1m2mpjnlvdxkbj8q98wdwad37wbcj3w6g436l0hg39ljknvl4sil", "linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "03fh0w77z5fwry1y37nfim9d23gikz7855050hzjds6k419vs4ls", "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "17bpcphlhrxknzvikmihiqm690wwyr0zridyilh1dlxgmrxng7pd", - "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "0fnav5aq42dcw3z2v9lp8pfrgmf4nnyr3h9i7v5qj9xdzxkp6lry", + "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "132sidr5hvjfkaqm3l95zpcpi8yk5ddd0g79zf1ad4v65sxirqqm", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)": "19i9pwp7lhaqgzangcpw00kc3zsgcqcx84crv07xgz3v7d3kvfa2", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "0wvzzzcn89dai172rrqcyz06pzldyyy0lf0w71csmn206rdpnb15", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)": "1nd8dl9mvc9vd6fks5d4gsxaz990xi6rzlb8ymllshmwi153vngr", "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)": "03hl636fg6xggy0a26200xs74amk3k9n0908rga2szn68agyz3cv", "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)": "0ciydcf5y3zmygzschhg4f242p9rf1d75jfj0hay4xjj29l319yd", - "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1mj5z8lhz6jbapslpq8a39pwcsl1p0jmgp7wgcj7nv4pcqhya7a0", - "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)": "0fsk7kfk193f1aamafl45vvcp7j6p7c14ss7d583fijw3w5kj69k", + "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "11vwg8iig9jyjxq3n1cq15g29ikzw5l7ar87md54k1aisjs0997p", + "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "00vym01jk9slibq2nsiilgffp7n6k52a4q3n4dqp0xf5kzxvffcf", "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)": "1skwwa0j3kqd8rm9387zgabjhp07zj99q71nzlhba4lrz9r911b3", "mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)": "0l0l3iz8y536m6v3gvbs24sk0ij2ma4ngrvlc0kqpgr3yly1h82r", - "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "00x68qpvnnwzr38g3b6xi2pf0lhrk5nbir71zlzxra47f013rfvs", - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)": "0pjazzvqwkb4fgmm4b3m8i05c2gq60lvqqia0faawswgqy7rvgac", + "miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)": "0l2wsakqjj7kc06dwxlpz4h8wih0f9d1idrz5gb1svipvh81khsm", + "miniz_oxide 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1ly14vlk0gq7czi1323l2dsy5y8dpvdwld4h9083i0y3hx9iyfdz", + "miniz_oxide_c_api 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1zsk334nhy2rvyhbr0815l0gp6w40al6rxxafkycaafx3m9j8cj2", + "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)": "14vyrlmf0w984pi7ad9qvmlfj6vrb0wn6i8ik9j87w5za2r3rban", "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)": "1gff9908pvvysv7zgxvyxy7x34fnhs088cr0j8mgwj8j24mswrhm", "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "14f8zkc6ix7mkyis1vsqnim8m29b6l55abkba3p2yz7j1ibcvrl0", "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "19bmkzcj2qvyxchlqa1yg2g5awjmk6sigm20mfwajfcczbq3dc6j", "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)": "1qnmajafgybj5wyxz9iffa8x5wgbwd2znfklmhqj7vl6lw1m65mq", "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)": "0gkfx6wihr9z0m8nbdhma5pyvbipznjpkzny2d4zkc05b0vnhinb", "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "0rg7n0nif70052wlaffmgxmmlvi6xm7zpqmzfq9d8wr9376lpn2h", - "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)": "1y45nh9xlp2dra9svb1wfsy65fysm3k1w4m8jynywccq645yixid", + "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)": "1f42ls46cghs13qfzgbd7syib2zc6m7hlmv1qlar6c9mdxapvvbg", "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)": "1zdzx78vrcg3f39w94pqjs1mwxl1phyv7843hwgwkzggwcxhhf6s", - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)": "1mnlmy35n734n9xlq0qkfbgzz33x09a1s4rfj30p1976p09b862v", - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)": "1zi5s2cbnqqb0k0kdd6gqn2x97f9bssv44430h6w28awwzppyh8i", - "onig 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "0g2d93dpsihqqjib7vm2ynf3vlwayph3m8bnwhy90ib2cpzjlbg5", - "onig_sys 69.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0r1l3ikshviz99zmf5wl9nqzn4bf9ma4kgmagg2mda83j145x239", - "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)": "09cfxs76j8wn0k7px6lr9rrpdf4x88sihik0pq84x6jlh626h1qx", + "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)": "1d20sil9n0wgznd1nycm3yjfj1mzyl41ambb7by1apxlyiil1azk", + "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)": "1411jyxy1wd8d59mv7cf6ynkvvar92czmwhb9l2c1brdkxbbiqn7", + "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "1i2wxr96bb1rvax15z843126z3bnl2frpx69vxsp95r96wr24j08", + "onig 4.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "09b4cgh3h7dk8jc7pxs88i3sn79bxavnx0k32v8k54afqpsg0d2d", + "onig_sys 69.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "0rm4qrm2gh5qbyl6bgj6jn92mina745fs2dnnvdk1w5zsh892nbh", + "openssl 0.10.21 (registry+https://github.com/rust-lang/crates.io-index)": "1msb9iqfz4zb426g3l622wfa1dh9p7w0dz8cac1wpf66isj0x028", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "1a89fznx26vvaxyrxdvgf6iwai5xvs6xjvpjin68fgvrslv6n15a", - "openssl-sys 0.9.50 (registry+https://github.com/rust-lang/crates.io-index)": "1pzpr9wy8ixr5lnsh5yrzlxr43lf5d3rp83qbzd06zwdx7zmfkg0", - "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)": "0h28hk9yggik2pdyp5rbq31klkms0f34mg3yj6rsd9639jf8hf69", - "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)": "0mn0vnz3afgpjafqa9ca9j39fb2inpz1lym9sghgl535n18psi3s", - "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "1vdaxp3c73divj5rbyb2wm9pz61rg5idgh1g7bifnllf7xhw15zr", + "openssl-sys 0.9.44 (registry+https://github.com/rust-lang/crates.io-index)": "09rbq04mcs1zv89r61ikywsin8a9szraq06a4fs3chp44igswymh", + "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "1m95qpc3hamkw9wlbfzqkzk7h6skyj40zr6sa3ps151slcfnnchm", + "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)": "1qpb49xd176hqqabxdb48f1hvylfbf68rpz8yfrhw0x68ys0lkq1", + "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "1mzk5i240ddvhwnz65hhjk4cq61z235g1n8bd7al4mg6vx437c16", "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "04ahrp7aw4ip7fmadb0bknybmkfav0kk0gw4ps3ydq5w6hr0ib5i", "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)": "19mmhmafd1dhywc7pzkmd1nq0kjfvg57viny20jqa91hhprf2dv5", "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)": "0avkx97r4ph8rv70wwgniarlcfiq27yd74gmnxfdv3rx840cyf8g", "phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)": "1frn2jfydinifxb1fki0xnnsxf0f1ciaa79jz415r5qhw1ash72j", "phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)": "1hndqn461jvm2r269ym4qh7fnjc6n8yy53avc2pb43p70vxhm9rl", - "pkg-config 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)": "1a2gg5a9l74brz1vzkkzfl8aihd7b4rk3vhbmiahkmpzavywza5j", - "plist 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "0sz26afyw1yrgf2gfpbfvs2q39cwxps4jm72aqsfjjakpssmx724", - "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)": "1r3bhih75vhl8v7q0flmywl7hmfg902yf3jjzracsh0jlkldij6r", - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)": "0iifv51wrm6r4r2gghw6rray3nv53zcap355bbz1nsmbhj5s09b9", - "proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "1h9afwvh0g04rrf31rs8y3r3738vcf69rafw82g3jx38ij5v2arn", + "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)": "0207fsarrm412j0dh87lfcas72n8mxar7q3mgflsbsrqnb140sv6", + "plist 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)": "1qnnckcfwyzzbznbqy1fgh4m6cl4ws85wyszh2mllf0v0wvixxk8", + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)": "08jfiqzh7drl67061aiwv9g93rpzydg39wvsyw4jn2h3n6chw1x3", "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "192a3adc5phgpibgqblsdx1b421l5yg9bjbmv552qqq9f37h60k5", - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)": "1hrvsin40i4q8swrhlj9057g7nsp0lg02h8zbzmgz14av9mzv8g8", - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "0r7030w7dymarn92gjgm02hsm04fwsfs6f1l20wdqiyrm9z8rs5q", + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)": "1ckd2d2sy0hrwrqcr47dn0n3hyh7ygpc026l8xaycccyg27mihv9", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)": "0zbck48159aj8zrwzf80sd9xxh96w4f4968nshwjpysjvflimvgb", - "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)": "1f53047g63b9kyyx1k8wgwzspk4n96w2n2h1a9848ggl9y9h0ik6", "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0xnxm4mjd7wjnh18zxc1yickw58axbycp35ciraplqdfwn1gffwi", - "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "0zpp3wmxhhmripb6bywhzhx5rfwl4dfbny85hpalwdj0sncv0p0k", "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "0q0ssgpj9x5a6fda83nhmfydy7a6c0wvxm0jhncsmjx8qp8gw91m", - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "18zpzwn4bl7lp9f36iacy8mvdnfrhfmzsl35gmln98dcindff2ly", - "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)": "19qfnh77bzz0x2gfsk91h0gygy0z1s5l3yyc2j91gmprq60d6s3r", + "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "0wb5iwhffibj0pnpznhv1g3i7h1fnhz64s3nz74fz6vsm3q6q3br", "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "05agb75j87yp7y1zk8yf7bpm66hc0673r3dlypn0kazynr6fdgkz", - "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0592q9kqcna9aiyzy6vp3fadxkkbpfkmi2cnkv48zhybr0v2yf01", "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "10hhdh5b5sa03s6b63y9bafm956jwilx41s71jbrzl63ccx8lxdq", "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "13nr4h042ab9l7qcv47bxrxw3gkf2pc3cni6c9pyi4nxla0mm7b6", "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "0ywwspizgs9g8vzn6m5ix9yg36n15119d6n792h7mk4r5vs0ww4j", "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "04qgi2ai2z42li5h4aawvxbpnlqyjfnipz9d6k73mdnl6p1xq938", "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0v365c4h4lzxwz5k5kp9m0661s0sss7ylv74if0xb4svis9sswnn", "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "15hrcasn0v876wpkwab1dwbk9kvqwrb3iv4y4dibb6yxnfvzwajk", - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)": "0jcp8nd947zcy938bz09pzlmi3vyxfdzg92pjxdvvk0699vwcc26", - "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "0kqc1vjmkcvgkxjpqva3nyqd9dixivsh4qswxclyqf7ql8a2g17s", - "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "0508b01q7iwky5gzp1cc3lpz6al1qam8skgcvkfgxr67nikiz7jn", - "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)": "1lqhddhwzpgq8zfkxhm241n7g4m3yc11fb4098dkgawbxvybr53v", - "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "04sxg2ppvxiljc2i13bwvpbi540rf9d2a89cq0wmqf9pjvr3a1wm", + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)": "1ndcp7brnvii87ndcd34fk846498r07iznphkslcy0shic9cp4rr", + "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "04s6yyzjca552hdaqlvqhp3vw0zqbc304md5czyd3axh56iry8wh", + "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "051rzqgk5hn7rf24nwgbb32zfdn8qp2kwqvdp0772ia85p737p4j", + "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "1yynvabg03m5f65qxcw70qckkfjwi9xyfpjdp6yq7pk0xf0ydc0b", + "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)": "1cjrdc3affa3rjfaxkp91xnf9k0fsqn9z4xqc280vv39nvrl8p8b", + "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)": "1chx3yvfbj46xjz4bzsvps208l46hfbcy0sm98gpiya454n4rrl7", "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)": "1ba9ks6rhaxhck3hspnckilfdj3kvm2hff4k6z7g04crlwc1rqk7", "rusoto_credential 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)": "19kzqmybk4i0qrlg0y7x56aybnqvpws969lmr2xq4xyav0p8c3j0", "rusoto_s3 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)": "1siy6ynpgjn2lddlgg382ycml0ch7a8izcb6zw106r459qjnxhq4", - "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)": "049dqwn63i6xix55cnh8n4iqm2d3yzpisfsc2568vfmaaa4866d2", "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)": "1maf8gny1q4ib3x4kz17d9y0c1080xqj2s4y3ib2pdzd4hhpzzs9", - "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)": "0zmn448d0f898ahfkz7cir0fi0vk84dabjpw84mk6a1r6nf9vzmi", + "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)": "07vl0ms3a27fpry9kh9piv08w7d51i5m7bgphk7pw4jygwzdy31f", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "0rgwzbgs3i9fqjm1p4ra3n7frafmpwl29c8lw85kv1rxn7n2zaa7", - "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "0hysqba7hi31xw1jka8jh7qb4m9fx5l6vik55wpc3rpsg46cwgbf", - "safemem 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "1h0n07sy386gz0jb6nz170m66jkbnwyky8y11v551dxydz77a0jc", - "same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "0vn7bc069wsdick0nk0n2j3wvgq2vzb5ix957c35nkhkwlszv4l5", - "schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)": "1qf391890l43lzkyadhrwrlkpryyjmral75x9xj664vi3asl854g", - "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "15vrix0jx3i4naqnjswddzn4m036krrv71a8vkh3b1zq4hxmrb0q", + "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)": "1qd0ni13w19a97y51vm31biyh2pvz8j9gi78rn5in912mi04xcnk", + "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "0pr39b468d05f6m7m4alsngmj5p7an8df21apsxbi57k0lmwrr18", + "same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)": "1zs244ssl381cqlnh2g42g3i60qip4z72i26z44d6kas3y3gy77q", + "schannel 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)": "1x9i0z9y8n5cg23ppyglgqdlz6rwcv2a489m5qpfk6l2ib8a1jdv", + "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)": "1arqj2skcfr46s1lcyvnlmfr5456kg5nhn8k90xyfjnxkp5yga2v", + "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "0i1l013csrqzfz6c68pr5pi01hg5v5yahq8fsdmaxy6p8ygsjf3r", "security-framework 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "1vycb3xhdd91sy2j6a19iykn6wzdjj0r7cd9p3bx4522fl0l5m84", "security-framework-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "11anqpw72d7xjiaz3pbd2r5d3dx0vddya4f6vjnpfjpnldiyd917", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)": "0azak2lb2wc36s3x15az886kck7rpnksrw14lalm157rg9sc9z63", "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)": "1da66c8413yakx0y15k8c055yna5lyb6fr0fw9318kdwkrk5k12h", "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)": "1pnkxndnb4fg41lmacp260yjxwfcywpvhbxybdysh3byjh1fjqms", - "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)": "0sacv3njx99yr8gxsl80cy1h98b9vd1pv6aa8ncbnk0pys8r82vn", + "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)": "10b6n74m1dvb667vrn1db47ncb4h0mkqbg1dsamqjvv5vl5b5j56", "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)": "1059hh4dwrfxkabbn97gdrf3dkipg1z4i7n0kv20nzjxidvyk3v3", - "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)": "093x99qff1ihjmy32fp1gxp66qh0nni349j20y3w0h33wqk19dr0", - "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)": "0j3qhfy2hj3vjlc6hi34k0zlsaj5mxnk9dy6lp8a8snj5rm9vrhd", + "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)": "1m4xgyl8jj3mxj0wszminzc1qf2gbkj9dpl17vi95nwl6m7i157y", + "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)": "07ydv06hn8x0yl0rc94l2wl9r2xz1fqd97n1s6j3bgdc6gw406a8", "serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)": "1snfbfw6jf9d5aw7q8gs4bi72qcqd6q9iwr8h9flfj4dhyz0vn04", "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)": "1x5034qjkk6l3q5anlffh46jb4rlyyiwigwlxrnw7d6ijxpygfzb", - "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "18vqycq8apg10pg5na57wff8z957d1q05yhvkddqbqflw98xj0rv", "siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "1ganj1grxqnkvv4ds3vby039bm999jrr58nfq2x3kjhzkw2bnqkw", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "0h1l2z7qy6207kv0v3iigdf2xfk9yrhbwj1svlxk6wxjmdxvgdl7", - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)": "01w7xd79q0bwn683gk4ryw50ad1zzxkny10f7gkbaaj1ax6f4q4h", - "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "066vpc33qik0f8hpa1841hdzwcwj6ai3vdwsd34k1s2w9p3n7jqk", + "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)": "0p96l51a2pq5y0vn48nhbm6qslbc6k8h28cxm0pmzkqmj7xynz6w", + "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "1xy9slzslrzr31nlnw52sl1d820b09y61b7f13lqgsn8n7y0l4g8", + "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "03hr559lsxf13i1p5r2zd7m3ppqlbhqajbx80adi3cpp2rwnsvfw", "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)": "0d3jsdz22wgjyxdakqnvdgmwjdvkximz50d9zfk4qlalw635qcvy", - "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)": "096mzwn2d5qsa0k5kxvd1ag38fm5rfrr262fnacfrq5k13ldl9j2", - "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)": "0wrhvq92psxa62jx6ypyhld7d5l3l7va0s0qwy1mq7c863wnhp7p", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)": "09v11h141grmsnamd5j14mn8vpnfng6p60kdmsm8akz9m0qn7s1n", - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "08qbk425r8c4q4rrpq1q9wkd3v3bji8nlfaxj8v4l7lkpjkh0xgs", - "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)": "0bp29grjsim99xm1l6h38mbl98gnk47lf82rawlmws5zn4asdpj4", - "syntect 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "0zp8za3x6d0l02kgvaasnljm925plwd06181c5xzg6z79g52yqny", - "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "1r7ykxw90p5hm1g46i8ia33j5iwl3q252kbb6b074qhdav3sqndk", - "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "16266x431hbkmvyh0pv4yn7wm2kagicqaq6hy4fabn93c08sx0gp", + "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)": "0hjkdq0zgaiigbqsqazaz4avp5q272kzivb2bfy6s5181240hv2z", + "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)": "09rg6993ckyaklribdcqnw2v3516afdl5pa0z21lwrwz0bvxsf2n", + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)": "19fv7nh1k3adh7dnbz45jg645v358n6kw8zf9xlhfcsc3532wy2j", + "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)": "0mx2vwd0d0f7hanz15nkp0ikkfjsx9rfkph7pynxyfbj45ank4g3", + "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1b62n9fl4p81infcd3lwfv9wrggwmii50psl9k5m3673cg5x72hx", + "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)": "19h7ch8fvisxrrmabcnhlfj6b8vg34zaw8491x141p0n0727niaf", + "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "0a8znl9hdnr9d21xskb2q77r6pkvrabh71b43371vy9wq97m78d9", "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)": "0s25qh49n7kjayrdj4q3v0jk0jc6vy88rdw0bvgfxqlscpqpxi7d", "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)": "02rksdwjmz2pw9bmgbb4c0bgkbq5z6nvg510sq1s6y2j1gam0c7i", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)": "1ny809kmdjwd4b478ipc33dz7q6nq7rxk766x8cnrg6zygcksmmx", - "tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "005krgn8sphcvqmg81akpxvhj1nsv35dg225vrxnk6bszdbal30g", - "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)": "1nx8yg8fdwf5nm2ykfza24cx8xy5in6da5va5w76mv347r1irr0b", - "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "11qjcqvhsjwwy66njn2c3nzl0i89a9k06l08s0vz9cswwkjc2427", + "tinytemplate 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "007anqfcnd57d9d1rp3xy1b7wckq6wyibghz68y943wj53lc0q5i", + "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)": "0ksqs54h69x97zg2df7k069vbxqd7mvdpaws4aahnd05n95afcib", "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0jc9lik540zyj4chbygg1rjh37m3zax8pd4bwcrwjmi1v56qwi4h", "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "07dm43svkrpifkcnv8f5w477cd9260pnkvnps39qkhkf5ixi8fzg", - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)": "017pvi6ii0wb1s78vrbjhzwrjlc0mga3x98dz3g19lhylcl50f7r", + "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)": "0fhaijjh1cybikx0b53292xfi6yzjrmp10ibgikhd6i33svnggq7", "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "0v4mkwg7dj0fakzszy7nvr88y0bskwcvsy2w6d4pzmd186b0v640", "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)": "0z64yfcm9i5ci2h9h7npa292plia9kb04xbm7cp0bzp1wsddv91r", - "tokio-reactor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)": "07qngarghrf826rwi0460x69yidyv6811xbwacgagla1lr25i9j1", - "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "0csjpxf7m088lh3nfkhj5q1zi5hycdk5xqcginw328rnl1srzyl7", + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)": "11gpxrykd6lbpj9b26dh4fymzawfxgqdx1pbhc771gxbf8qyj1gc", + "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "0yjg2d4pyw9x9yvap3kndf53a55rj73fsx09c91sss92l1szk7vx", "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "07v5p339660zjy1w73wddagj3n5wa4v7v5gj7hnvw95ka407zvcz", - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)": "15nv5r5z8q58jhcsnzj3zbqa82ha7qjjbv47j6806cjv22i16a7f", - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)": "1g1np0mdhiwl52kxp543q9jdidf9vws403jh2nay3srlpnqhrkx9", - "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1gaavx7zl4j8fg8zvx0b1zwy3qdc20108m1vwbc3rpl2wvsljcyk", + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)": "0b6m9xvl5m93y1nmdjr161j39f4ialc39qlm4dy8ad376v7ck1kp", + "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)": "17a5irj7ph95l30845vg6hy3igc0k04bhxnqs2qww4v8ix30vbkz", + "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "1n96fnand06mnqfjhdicxs3qlhj8r1czjisx231hg4lszl3p5kqd", + "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "1g1x499vqvzwy7xfccr32vwymlx25zpmkx8ppqgifzqwrjnncajf", "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)": "1i4d9b4v9a3rza8bi1j2701w6xjvxxdpdaaw2za4h1x9qriq4rv9", "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)": "0fs4kxl86w3kmgwcgcv23nk79zagayz1spg281r83w0ywf88d6f1", "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "1k8xc0jpbrmzp0fwghdh6pwzjb9xx2p8yy0xxnnb8065smc5fsrv", - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)": "0pdbfkqzp4hwj21b2gv79kh1s1sgr587bd4s039qzalg5jiniiz8", + "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)": "1v2cgg0mlzkg5prs7swysckgk2ay6bpda8m83c2sn3z77dcsx3bc", + "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "1n1qi3jywq5syq90z9qd8qzbn58pcjgv1sx4sdmipm4jf9zanz15", "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "0rbnhw2mnhcwrij3vczp0sl8zdfmvf2dlh8hly81kj7132kfj0mf", "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0lcd6jasrf8p9p0q20qyf10c6xhvw40m2c4rr105hbk6zy26nj1q", "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)": "1pb26i2xd5zz0icabyqahikpca0iwj2jd4145pczc4bb7p641dsz", - "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "0jnns99wpjjpqzdn9jiplsr003rr41i95c008jb4inccb3avypp0", - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "1mss965j7d8pv7z7zg6qfkcb7lyhxkxvbh8akzr4xxxx3vzazwsi", + "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "0pzydlrq019cdiqbbfq205cskxcspwi97zfdi02rma21br1kc59m", + "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "0886lc2aymwgy0lhavwn6s48ik3c61ykzzd3za6prgnw51j7bi4w", "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "05wdmwlfzxhq3nhsxn6wx4q8dhxzzfb9szsz6wiw092m1rjj01zj", - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1c85gb3p3qhbjvfyjb31m06la4f024jx319k10ig7n47dz2fk8v7", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)": "0qzrjzd9r1niv7037x4cgnv98fs1vj0k18lpxx890ipc47x5gc09", - "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)": "1lwykbbscbdy4nhrfidgg3rk2xw9cvx5672sx1c97wm8y3vjpcd9", + "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "1my02laqsgnd8ib4dvjgd4rilprqjad6pb9jj9vi67csi5qs2281", + "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)": "1ig6jqpzzl1z9vk4qywgpfr4hfbd8ny8frqsgm3r449wkc4n1i5x", "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)": "1jj2nrg8h3l53d43rwkpkikq5a5x15ms4rf1rw92hp5lrqhi8mpi", "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1yrx9xblmwbafw2firxyqbj8f771kkzfd24n3q7xgwiqyhi0y8qd", - "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)": "04k0pqbd8p36wxr8003r644ymka5jr5kn1p8xaz9r3nylgwlwjmq", - "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1qyd7cixai7f58zfbz8v3lg52q7p6805b9vw7vblw1pysg6vnrxb", - "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)": "1lqknxy8x9mrsy0pna6xlwzypbhli73nbai9gmin5f4z1ghlng25", - "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "0lj0v21zriscaq5p7rb1r0j34z5yspjvwnldklbr45pxdp9zbgh7", + "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)": "0wq3v28916kkla29yyi0g0xfc16apwx24py68049kriz3gjlig03", + "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)": "03cc2lndz531a4kgql1v9kppyb1yz2abcz5l52j1gg2nypmy3lh8", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)": "0a45b58ywf12vb7gvj6h3j264nydynmzyqz8d8rqxsj6icqv82as", - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)": "084ialbgww1vxry341fmkg5crgpvab3w52ahx1wa54yqjgym0vxs", + "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)": "1k51gfkp0zqw7nj07y443mscs46icmdhld442s2073niap0kkdr8", "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "1lxlpi87rkhxcwp2ykf1ldw3p108hwm24nywf3jfrvmff4rjhqga", "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "05ihkij18r4gamjpxj4gra24514can762imjzlmak5wlzidplzrp", "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "07jj7rg7nndd7bqhjin1xphbv8kb5clvhzpqpxkvm3wl84r3mj1h", "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "0n1ylmlsb8yg1v583i4xy0qmqg42275flvbc51hdqjjfjcl9vlbj", - "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "0bxgy5pf0pzykb21xipb41yfxs60inrs5kyavllphbrka5aqps89", "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1zpy9d9wk11sj17fczfngcj28w4xxjs3b4n036yzpy38dxp4f7kc", "xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1dxfcsxkkmp2dn51x5jbkw0nsg8lq397dkqwqd43d3914cnxjlip", "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)": "12rynhqjgkg2hzy9x1d1232p9d9jm40bc3by5yzjv8gx089mflyb", diff --git a/default.nix b/default.nix index 4a2d43d..72b6ff2 100644 --- a/default.nix +++ b/default.nix @@ -1,3 +1,15 @@ -{ pkgs ? import {}, callPackage ? pkgs.callPackage }: +{ pkgs ? import {}, + callPackage ? pkgs.callPackage, + defaultCrateOverrides ? pkgs.defaultCrateOverrides, + buildRustCrate ? pkgs.buildRustCrate }: -(callPackage ./Cargo.nix {}).rootCrate.build +let + overrides = defaultCrateOverrides // { + }; + + cargo = callPackage ./Cargo.nix { + buildRustCrate = buildRustCrate.override { + defaultCrateOverrides = overrides; + }; + }; +in cargo.rootCrate.build -- cgit v1.2.3