From 995ae928acd2302cd2d3c81a2a4aab9fdee449b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:54:29 +0000 Subject: [PATCH] Bump simplelog from 0.8.0 to 0.9.0 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.8.0 to 0.9.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.8.0...v0.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 e41128ce..aec15c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,9 +960,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c" +checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index b84c4377..8cd0e8f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ bytesize = { version = "1.0.1", default-features = false} itertools = "0.9" rayon-core = "1.9" log = "0.4" -simplelog = { version = "0.8", default-features = false } +simplelog = { version = "0.9", default-features = false } dirs-next = "2.0" crossbeam-channel = "0.5" scopeguard = "1.1"