build(deps): update env_logger requirement from 0.9 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.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/449/head
dependabot[bot] 2 years ago committed by GitHub
parent 9382de75cc
commit 1c8088b16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ bytes = "1.1"
tokio = { version = "1.2.0" }
[dev-dependencies]
env_logger = "0.9"
env_logger = "0.10"
testing_logger = "0.1.1"
[lib]

@ -8,7 +8,7 @@ publish = false
anyhow = "1"
aya = { path = "../../aya" }
clap = { version = "3", features = ["derive"] }
env_logger = "0.9"
env_logger = "0.10"
inventory = "0.2"
integration-test-macros = { path = "../integration-test-macros" }
lazy_static = "1"

Loading…
Cancel
Save