Update env_logger requirement from 0.9.0 to 0.10.0 (#320)

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.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/322/head
dependabot[bot] 2 years ago committed by GitHub
parent 7174996e77
commit 85f153c6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -62,7 +62,7 @@ version = "0.22"
[dev-dependencies]
criterion = "0.4.0"
env_logger = "0.9.0"
env_logger = "0.10.0"
input_buffer = "0.5.0"
net2 = "0.2.37"
rand = "0.8.4"

Loading…
Cancel
Save