From 7ced688c126beed1b803cbcb9a0bb658cbcefb68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 08:14:42 +0000 Subject: [PATCH] Bump simplelog from 0.7.6 to 0.8.0 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.6 to 0.8.0. - [Release notes](https://github.com/drakulix/simplelog.rs/releases) - [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/drakulix/simplelog.rs/compare/v0.7.6...v0.8.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 7b0fac1817..be243f8478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,9 +708,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.7.6" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf9a002ccce717d066b3ccdb8a28829436249867229291e91b25d99bd723f0d" +checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 6f977919fe..8611d6d852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tui = { version = "0.9", default-features=false, features = ['crossterm'] } itertools = "0.9" rayon-core = "1.7" log = "0.4" -simplelog = { version = "0.7", default-features=false } +simplelog = { version = "0.8", default-features=false } dirs = "2.0" crossbeam-channel = "0.4" scopeguard = "1.1"