From d6ace56288d39e7f154376667409150f69a00141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 02:10:20 +0000 Subject: [PATCH] Bump simplelog from 0.11.1 to 0.11.2 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.1 to 0.11.2. - [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.11.1...v0.11.2) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21ecf53f..2dca9044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1288,9 +1288,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecabc0118918611790b8615670ab79296272cbe09496b6884b02b1e929c20886" +checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c" dependencies = [ "chrono", "log",