Bump env_logger from 0.10.0 to 0.10.1 (#640)

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

---
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] 2023-12-07 11:42:13 -08:00 committed by GitHub
parent 92ce686217
commit 7b241e546a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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