Skip to content

Commit

Permalink
Bump env_logger from 0.10.2 to 0.11.5
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.2 to 0.11.5.
- [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.2...v0.11.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and DeaconDesperado committed Jan 6, 2025
1 parent 6c026ce commit 039510c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 58 deletions.
71 changes: 15 additions & 56 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["hive", "metastore"]
categories = ["command-line-utilities"]

[dependencies]
env_logger = "0.10.2"
env_logger = "0.11.5"
log = "0.4.22"
ordered-float = "4.2.2"
try_from = "0.3.2"
Expand All @@ -25,7 +25,7 @@ assert_cmd = "2.0.16"
dialoguer = "0.11.0"

[dev-dependencies]
env_logger = "0.10.2"
env_logger = "0.11.5"
predicates = "3.1.2"

[features]
Expand Down

0 comments on commit 039510c

Please sign in to comment.