Skip to content

Commit

Permalink
build(deps): update env_logger requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
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](rust-cli/env_logger@v0.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 28, 2022
1 parent 9382de7 commit 1c8088b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aya-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion test/integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c8088b

Please sign in to comment.