From 3f2c7f11b23db51bfa3fbded5a30a4cf044e96b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 07:41:38 +0000 Subject: [PATCH] Update simplelog requirement from 0.8 to 0.10 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.8.0...v0.10.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66ba6c0..b2bcdc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ default = [] [dependencies] structopt = "0.3" log = "0.4" -simplelog = { version = "0.8", optional = true } +simplelog = { version = "0.10", optional = true } [build-dependencies] skeptic = { git = 'https://github.com/andygauge/rust-skeptic'}