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-09-03 15:34:43 +0300
committerGitHub <noreply@github.com>2019-09-03 15:34:43 +0300
commit2effe8323703abd6d4532e50dab7c10ba9f98f84 (patch)
treeb509c64b0dd9ed25a1473213ebd48edc07da977d
parent26eb90168e0a8a287e678ec8e3687981787acad9 (diff)
parenta8de22d1bd9762af037da0af851fa34452e565fc (diff)
Merge pull request #17 from omerbenamram/dependabot/cargo/simplelog-0.7.1
Update simplelog requirement from 0.6.0 to 0.7.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 267c557..74230dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ itertools = "0.8.0"
rand = "0.7.0"
# `mft_dump` dependencies
-simplelog = "0.6.0"
+simplelog = "0.7.1"
dialoguer = "0.4.0"
indoc = "0.3"