Skip to content

Commit

Permalink
Bump env_logger from 0.10.0 to 0.10.1 (#640)
Browse files Browse the repository at this point in the history
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](rust-cli/env_logger@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 92ce686 commit 7b241e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-progenitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b241e5

Please sign in to comment.