From b48e11db42a143aa44f35de47ef7fee79b7c1d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 10:23:55 +0000 Subject: [PATCH] Bump simplelog from 0.9.0 to 0.10.0 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.9.0 to 0.10.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.9.0...v0.10.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1939f944..de15caf5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,9 +1088,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720" +checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 98d53f92b..0059e6aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ clap = "^2.33" fomat-macros = "^0.3" chrono = { version = "^0.4", features = ["serde"] } log = "^0.4" -simplelog = "^0.9" +simplelog = "^0.10" regex = "^1.4" rayon = "^1.3" cargo-binutils = "^0.3"