From b195b78ae87b258fe2fcdf32b2a1d86a6ba01699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 01:25:41 +0000 Subject: [PATCH] Bump simplelog from 0.11.0 to 0.11.2 Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.0 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.0...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2af949be..cac5ae87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1365,9 +1365,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.11.0" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8baa24de25f3092d9697c76f94cf09f67fca13db2ea11ce80c2f055c1aaf0795" +checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 8e3cafd4..883ba8c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tinytemplate = "1.2.1" tokio = { version = "1.14.0", features = [ "full" ] } log = "0.4.14" structopt = "0.3.25" -simplelog = "0.11.0" +simplelog = "0.11.2" anyhow = "1.0.51" reqwest = { version = "0.11.7", features = [ "rustls-tls" ], default-features = false } tempdir = "0.3.7"