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:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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}