From c6611a37a38c99cec3f0c5d840f0e8caf966311a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:50:34 +0000 Subject: [PATCH] Update simplelog requirement from 0.11.2 to 0.12.0 Updates the requirements on [simplelog](https://github.com/drakulix/simplelog.rs) to permit the latest version. - [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.2...v0.12.0) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 815126e7..f10a6df1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ pest_meta = "2.1.3" pest_vm = "2.1.0" displaydoc = { version = "0.2.3", default-features = false } log = "0.4.14" -simplelog = "0.11.2" +simplelog = "0.12.0" [dev-dependencies] indoc = "1.0.3"