Bump env_logger from 0.10.1 to 0.10.2 (#696)

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.1 to 0.10.2.
- [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.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-22 14:18:26 -08:00 committed by GitHub
parent 87379b9756
commit 2d3b9d0eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -546,9 +546,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
dependencies = [
"humantime",
"is-terminal",

View File

@ -18,7 +18,7 @@ progenitor-client = { version = "0.5.0", path = "../progenitor-client" }
progenitor-impl = { version = "0.5.0", path = "../progenitor-impl" }
anyhow = "1.0"
clap = { version = "4.4.18", features = ["derive"] }
env_logger = "0.10.1"
env_logger = "0.10.2"
openapiv3 = "2.0.0"
rustfmt-wrapper = "0.2.1"
serde_json = "1.0"