Skip to content

Commit

Permalink
Update env_logger requirement from 0.8 to 0.9 (#330)
Browse files Browse the repository at this point in the history
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](rust-cli/env_logger@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2021
1 parent d6a37e0 commit 1aee4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ default-features = false
features = ["std", "std-future"]

[dev-dependencies]
env_logger = "0.8"
env_logger = "0.9"
flate2 = "1.0"
indicatif = "0.15"
rayon = "1"
Expand Down

0 comments on commit 1aee4cc

Please sign in to comment.