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-09-24 07:10:27 +0300
committerGitHub <noreply@github.com>2019-09-24 07:10:27 +0300
commit09ff1b10bc289139d33f98d57f74743bc88eba26 (patch)
tree3e280bb2988de328c7e5f948b8af91ed5c5c3253
parenteaedebf1a0331ed09f72093cef6f007a8c8ffd91 (diff)
Update env_logger requirement from 0.6.1 to 0.7.0
Updates the requirements on [env_logger](https://github.com/sebasmagri/env_logger) to permit the latest version. - [Release notes](https://github.com/sebasmagri/env_logger/releases) - [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebasmagri/env_logger/compare/v0.6.1...v0.7.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 74230dc..938bdaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ criterion = "0.3"
skeptic = "0.13"
assert_cmd = "0.11"
predicates = "1"
-env_logger = "0.6.1"
+env_logger = "0.7.0"
tempfile = "3"
# rexpect relies on unix process semantics, but it's only used for process interaction tests.