From 19811c856796d0e765420fb464373afb2340d580 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 03:14:13 +0000 Subject: Update simplelog requirement from 0.7.4 to 0.10.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.7.4...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 4365df4..4193fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rand = "0.7" # `mft_dump` dependencies clap = {version = "2.33.0", optional = true} anyhow = {version = "1.0", optional = true} -simplelog = {version = "0.7.4", optional = true} +simplelog = {version = "0.10.0", optional = true} dialoguer = {version = "0.5.0", optional = true} indoc = {version = "0.3.4", optional = true} -- cgit v1.2.3