summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-18 09:29:46 +0000
committerGitHub <noreply@github.com>2022-12-18 09:29:46 +0000
commitfcc3e1924656608167ce4dcbe2a3462583b01031 (patch)
tree67a1f3fbaca921ee5d8797464cbcfc3fc33cd268
parentf31d854772156134512bfb43831caaeadf91e2b6 (diff)
Update env_logger requirement from 0.7 to 0.10
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.7.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 503030b..09fc685 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,4 +28,4 @@ derive_builder = "0.9.0"
failure = "0.1"
[dev-dependencies]
-env_logger = "0.7"
+env_logger = "0.10"