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:
-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.