|
|
@ -427,7 +427,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "slog" |
|
|
|
name = "slog" |
|
|
|
version = "2.3.1" |
|
|
|
version = "2.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -435,7 +435,7 @@ name = "slog-async" |
|
|
|
version = "2.3.0" |
|
|
|
version = "2.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"slog 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
@ -447,7 +447,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
@ -697,12 +697,22 @@ dependencies = [ |
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog 2.3.1 (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)", |
|
|
|
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
"which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
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)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -795,7 +805,7 @@ dependencies = [ |
|
|
|
"checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920" |
|
|
|
"checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920" |
|
|
|
"checksum serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3525a779832b08693031b8ecfb0de81cd71cfd3812088fafe9a7496789572124" |
|
|
|
"checksum serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3525a779832b08693031b8ecfb0de81cd71cfd3812088fafe9a7496789572124" |
|
|
|
"checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2" |
|
|
|
"checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2" |
|
|
|
"checksum slog 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c43bcfcefccea70a0c52528be603b13237e76d7a031e6e1e92fabc344bd0a3aa" |
|
|
|
"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" |
|
|
|
"checksum slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e544d16c6b230d84c866662fe55e31aacfca6ae71e6fc49ae9a311cb379bfc2f" |
|
|
|
"checksum slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5951a808c40f419922ee014c15b6ae1cd34d963538b57d8a4778b9ca3fff1e0b" |
|
|
|
"checksum slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5951a808c40f419922ee014c15b6ae1cd34d963538b57d8a4778b9ca3fff1e0b" |
|
|
|
"checksum smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "26df3bb03ca5eac2e64192b723d51f56c1b1e0860e7c766281f4598f181acdc8" |
|
|
|
"checksum smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "26df3bb03ca5eac2e64192b723d51f56c1b1e0860e7c766281f4598f181acdc8" |
|
|
@ -828,6 +838,7 @@ dependencies = [ |
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780" |
|
|
|
"checksum walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780" |
|
|
|
|
|
|
|
"checksum which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49c4f580e93079b70ac522e7bdebbe1568c8afa7d8d05ee534ee737ca37d2f51" |
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" |
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" |
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|