Update most dependencies

This commit is contained in:
Lucien Greathouse
2019-12-18 15:52:47 -08:00
parent 1b9e90e786
commit 859c7bea8a
3 changed files with 117 additions and 82 deletions

View File

@@ -19,7 +19,7 @@ fn main() {
let log_env = env_logger::Env::default().default_filter_or(log_filter);
env_logger::Builder::from_env(log_env)
.default_format_timestamp(false)
.format_timestamp(None)
.init();
}