|
|
|
@ -1,9 +1,9 @@ |
|
|
|
|
[[package]] |
|
|
|
|
name = "aho-corasick" |
|
|
|
|
version = "0.6.6" |
|
|
|
|
version = "0.6.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -41,7 +41,7 @@ name = "backtrace-sys" |
|
|
|
|
version = "0.1.24" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -52,12 +52,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "byteorder" |
|
|
|
|
version = "1.2.4" |
|
|
|
|
version = "1.2.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cc" |
|
|
|
|
version = "1.0.21" |
|
|
|
|
version = "1.0.22" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -173,8 +173,8 @@ dependencies = [ |
|
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"os_type 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -245,7 +245,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "memchr" |
|
|
|
|
version = "2.0.1" |
|
|
|
|
version = "2.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -361,11 +361,11 @@ name = "regex" |
|
|
|
|
version = "0.2.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -391,7 +391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ryu" |
|
|
|
|
version = "0.2.5" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -401,12 +401,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.74" |
|
|
|
|
version = "1.0.75" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_derive" |
|
|
|
|
version = "1.0.74" |
|
|
|
|
version = "1.0.75" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -420,8 +420,8 @@ version = "1.0.26" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"ryu 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -540,7 +540,7 @@ name = "term" |
|
|
|
|
version = "0.5.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -601,7 +601,7 @@ name = "toml" |
|
|
|
|
version = "0.4.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -629,7 +629,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "utf8-ranges" |
|
|
|
|
version = "1.0.0" |
|
|
|
|
version = "1.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -676,8 +676,8 @@ dependencies = [ |
|
|
|
|
"indicatif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -693,8 +693,8 @@ name = "which" |
|
|
|
|
version = "2.0.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -735,14 +735,14 @@ dependencies = [ |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[metadata] |
|
|
|
|
"checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa" |
|
|
|
|
"checksum aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee94e9463ccb9d681e7b708082687b2c56d2bd420ca8a3d3157d27d59508ec0" |
|
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
|
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a" |
|
|
|
|
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0" |
|
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
|
|
|
|
"checksum byteorder 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8389c509ec62b9fe8eca58c502a0acaf017737355615243496cde4994f8fa4f9" |
|
|
|
|
"checksum cc 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "aa525e34328b15853ac443f0b9048fc6d807389d873faaa19524775df274e6c1" |
|
|
|
|
"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781" |
|
|
|
|
"checksum cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4a6007c146fdd28d4512a794b07ffe9d8e89e6bf86e2e0c4ddff2e1fb54a0007" |
|
|
|
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
|
|
|
|
"checksum chrono 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e48d85528df61dc964aa43c5f6ca681a19cfa74939b2348d204bd08a981f2fb0" |
|
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
|
|
|
@ -763,7 +763,7 @@ dependencies = [ |
|
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" |
|
|
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" |
|
|
|
|
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54" |
|
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" |
|
|
|
|
"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d" |
|
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
|
|
|
|
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" |
|
|
|
|
"checksum os_type 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "081f0539f57611638feee0d72fe98ad0b685e99da117be6b254bd1dfd7421609" |
|
|
|
@ -781,10 +781,10 @@ dependencies = [ |
|
|
|
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
|
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
|
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" |
|
|
|
|
"checksum ryu 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e7c066b8e2923f05d4718a06d2622f189ff362bc642bfade6c6629f0440f3827" |
|
|
|
|
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" |
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
|
"checksum serde 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)" = "f218becd0d51dd24297ef804cb9b2de179dcdc2a3ddf8a73b04b4d595d9e6338" |
|
|
|
|
"checksum serde_derive 1.0.74 (registry+https://github.com/rust-lang/crates.io-index)" = "47e3375b02728fa6f8c53cb8c1ad3dea7689e12793b6af399ad1e0e202f91c18" |
|
|
|
|
"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87" |
|
|
|
|
"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119" |
|
|
|
|
"checksum serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "44dd2cfde475037451fa99b7e5df77aa3cfd1536575fa8e7a538ab36dcde49ae" |
|
|
|
|
"checksum slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3253057a9e9e291d19fa9c7645290ab61aff1d009b77b0065fff8accd833c04" |
|
|
|
|
"checksum slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e544d16c6b230d84c866662fe55e31aacfca6ae71e6fc49ae9a311cb379bfc2f" |
|
|
|
@ -811,7 +811,7 @@ dependencies = [ |
|
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
|
|
|
|
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" |
|
|
|
|
"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |
|
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" |
|
|
|
|