From 587ad20a852cb62b97964f8a8432a03f612a6e5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:41:36 +0000 Subject: [PATCH] Bump simplelog from 0.8.0 to 0.10.0 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.8.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.8.0...v0.10.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 5fce5d8..d4981d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,9 +1314,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2736f58087298a448859961d3f4a0850b832e72619d75adc69da7993c2cd3c" +checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 5cb8a11..34ac06c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ strict = [] [dependencies] log = "0.4" -simplelog = "0.8.0" +simplelog = "0.10.0" serde = { version = "1.0.117", features = ["derive"] } serde_yaml = "0.8.13" clap = {version = "2.33.3", features = ["yaml"]}