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-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-18 06:28:47 +0300
committerGitHub <noreply@github.com>2019-06-18 06:28:47 +0300
commitaf94dc11b27877d6d72f43598411fcab477908bd (patch)
treece9cc7fde39142cc84c0a33dbd42d72a22d27e3a
parentb7035eecfecb96e95e1cfa36c9d64b42a2fcf7da (diff)
Update simplelog requirement from 0.5.3 to 0.6.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.5.3...v0.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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"