Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-09 06:15:12 +0300
committerGitHub <noreply@github.com>2021-12-09 06:15:12 +0300
commitc672b51f298fc4c3a254dd0964ae1c29a47f50cb (patch)
tree72e7ad131398fa224414e438ef90fa0f67064857
parentde4a61f32de29fdf60f7708ef973eb2de4d4bdd8 (diff)
Update simplelog requirement from 0.7.4 to 0.11.1dependabot/cargo/simplelog-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.7.4...v0.11.1) --- updated-dependencies: - dependency-name: simplelog dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..cf22ebf 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.11.1", optional = true}
dialoguer = {version = "0.5.0", optional = true}
indoc = {version = "0.3.4", optional = true}