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] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-26 06:34:48 +0300
committerGitHub <noreply@github.com>2019-08-26 06:34:48 +0300
commita8de22d1bd9762af037da0af851fa34452e565fc (patch)
treec8b1fd858b82167aec502ef774fccb1c1965eece
parenta6937c0a4e45d3124a9d42fc8442c4adfd33a4ad (diff)
Update simplelog requirement from 0.6.0 to 0.7.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.6.0...v0.7.1) 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 fa967e6..637ece1 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"