Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Update env_logger requirement from 0.8 to 0.9
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 27, 2021
1 parent cb02397 commit 56d3fda
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 @@ -51,7 +51,7 @@ parity-wasm = { version = "0.42", default-features = false }

# Dependencies only used by the binaries
clap = { version = "2", optional = true }
env_logger = { version = "0.8", optional = true }
env_logger = { version = "0.9", optional = true }
glob = { version = "0.3", optional = true }
lazy_static = { version = "1", optional = true }

Expand Down

0 comments on commit 56d3fda

Please sign in to comment.