From d84a41566b7db7aaa5d95ac10422a19dfedeac3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:04:02 +0000 Subject: [PATCH] Update simplelog requirement from 0.5.3 to 0.12.1 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.5.3...v0.12.1) --- 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 95c0e37..d36fb6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4.8" structopt = { version = "0.2.15", optional = true } linux-embedded-hal = { version = "0.2.2", optional = true } -simplelog = { version = "0.5.3", optional = true } +simplelog = { version = "0.12.1", optional = true } humantime = { version = "1.2.0", optional = true } [dev-dependencies]