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:
authorOmer BenAmram <omerbenamram@gmail.com>2019-06-18 16:20:55 +0300
committerGitHub <noreply@github.com>2019-06-18 16:20:55 +0300
commit7f590117e6a9b7496a5a8987c8ce69494eaad8fc (patch)
treece9cc7fde39142cc84c0a33dbd42d72a22d27e3a
parentb7035eecfecb96e95e1cfa36c9d64b42a2fcf7da (diff)
parentaf94dc11b27877d6d72f43598411fcab477908bd (diff)
Merge pull request #12 from omerbenamram/dependabot/cargo/simplelog-0.6.0
Update simplelog requirement from 0.5.3 to 0.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0419d8..4ce77f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ itertools = "0.8.0"
rand = "0.6.5"
# `mft_dump` dependencies
-simplelog = "0.5.3"
+simplelog = "0.6.0"
dialoguer = "0.4.0"
indoc = "0.3"