Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
1 parent f86e7fd commit ee13aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lava-api-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ regex = "1.7.0"

[dev-dependencies]
anyhow = "1"
env_logger = "0.9"
env_logger = "0.10"
test-log = "0.2"
reqwest = "0.11"
tokio-test = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion lava-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bytes = "1.2.1"
[dev-dependencies]
anyhow = "1"
structopt = "0.3"
env_logger = "0.9"
env_logger = "0.10"
lava-api-mock = { path = "../lava-api-mock", version = "0.1.1" }
wiremock = "0.5"
django-query = "0.2"
Expand Down

0 comments on commit ee13aad

Please sign in to comment.