Skip to content

Commit 8f52dc9

Browse files
Update env_logger requirement from 0.6.0 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](rust-cli/env_logger@v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 7d2b578 commit 8f52dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ crossbeam-utils = "0.6"
2727
crypto-hash = "0.3.1"
2828
curl = { version = "0.4.21", features = ['http2'] }
2929
curl-sys = "0.4.18"
30-
env_logger = "0.6.0"
30+
env_logger = "0.7.0"
3131
pretty_env_logger = { version = "0.3", optional = true }
3232
failure = "0.1.5"
3333
filetime = "0.2"

0 commit comments

Comments
 (0)