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>2021-06-14 06:13:58 +0300
committerGitHub <noreply@github.com>2021-06-14 06:13:58 +0300
commitafc6fb6e1ddf06be3eccb6224d177502d26604ce (patch)
tree1f0c643d0db042cf64a0f5ea838777a279c619b0
parent6ad7d58676838253d2519e5d2605f302912c7c49 (diff)
Update env_logger requirement from 0.7.1 to 0.8.4dependabot/cargo/env_logger-0.8.4
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.4) 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 4365df4..48c54e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ criterion = "0.3.0"
skeptic = "0.13.4"
assert_cmd = "0.12.0"
predicates = "1.0.2"
-env_logger = "0.7.1"
+env_logger = "0.8.4"
tempfile = "3.1.0"
# rexpect relies on unix process semantics, but it's only used for process interaction tests.