Skip to content

Commit

Permalink
Bump pretty_env_logger from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases)
- [Commits](seanmonstar/pretty-env-logger@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: pretty_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 innobead committed Dec 11, 2022
1 parent 6e2c26b commit abc1b29
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
31 changes: 27 additions & 4 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 crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ huber-procmacro = { path = "../procmacro", version = "0.3.9" }
libcli-rs = "0.1"
clap = { version = "3.1.6", features = ["env"] }
log = "0.4"
pretty_env_logger = "0.3"
pretty_env_logger = "0.4"
lazy_static = "1.4.0"
anyhow = "1.0"
dirs = "3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license-file = "../../LICENSE"

[dependencies]
log = "0.4"
pretty_env_logger = "0.3"
pretty_env_logger = "0.4"
lazy_static = "1.4.0"
anyhow = "1.0"
dirs = "3.0.1"
Expand Down

0 comments on commit abc1b29

Please sign in to comment.