From fcc6baa9e826d810ecdb501082be1c678414724d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:05:24 +0000 Subject: [PATCH] Update simplelog requirement from 0.9.0 to 0.11.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.9.0...v0.11.1) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 486f697..49084b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio-openssl = { version = "0.6.1", optional = true } structopt = { version = "0.3.17" } -simplelog = { version = "0.9.0", optional = true } +simplelog = { version = "0.11.1", optional = true } humantime = { version = "2.1.0" } strum = { version = "0.22.0" } @@ -40,7 +40,7 @@ thiserror = "1.0.23" hex = { version = "0.4.2", optional = true } [dev-dependencies] -simplelog = "0.9.0" +simplelog = "0.11.1" [[bin]] name = "coap-client"