From 89e98b18e634815d9166573dffff8c9fdcf6899d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 06:13:41 +0000 Subject: [PATCH] Bump simple_logger from 1.6.0 to 1.9.0 Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 1.6.0 to 1.9.0. - [Release notes](https://github.com/borntyping/rust-simple_logger/releases) - [Commits](https://github.com/borntyping/rust-simple_logger/compare/v1.6.0...v1.9.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3527f7..eb371fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,9 +1229,9 @@ dependencies = [ [[package]] name = "simple_logger" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0c4611f32f4c2bac73754f22dca1f57e6c1945e0590dae4e5f2a077b92367" +checksum = "13a53ed2efd04911c8280f2da7bf9abd350c931b86bc7f9f2386fbafbf525ff9" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f123abf..d617bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.26" structopt = "0.3.9" clap-verbosity-flag = "0.3.1" log = "0.4.8" -simple_logger = "1.5.0" +simple_logger = "1.9.0" threadpool = "1.7.1" partial_application = "0.2.0" num_cpus = "1.12.0"