From e895953d26c0a791c793b2ae017dd5e3e71b0602 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 05:52:05 +0000 Subject: [PATCH] Bump simple_logger from 1.6.0 to 1.12.0 Bumps [simple_logger](https://github.com/borntyping/rust-simple_logger) from 1.6.0 to 1.12.0. - [Release notes](https://github.com/borntyping/rust-simple_logger/releases) - [Commits](https://github.com/borntyping/rust-simple_logger/compare/v1.6.0...v1.12.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..448cbec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,9 +1229,9 @@ dependencies = [ [[package]] name = "simple_logger" -version = "1.6.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea0c4611f32f4c2bac73754f22dca1f57e6c1945e0590dae4e5f2a077b92367" +checksum = "239cadbc4538dcbe2847f5df644a0ace41917dea518d42d04e41b0e67294cdfd" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f123abf..c0073a8 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.12.0" threadpool = "1.7.1" partial_application = "0.2.0" num_cpus = "1.12.0"