Skip to content

Commit

Permalink
Bump pretty_env_logger from 0.4.0 to 0.5.0 in /cli (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 51537b9 commit 0b204c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
43 changes: 7 additions & 36 deletions cli/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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ num_cpus = { version = "^1.14", optional = true }

# Logging
log = "^0.4"
pretty_env_logger = { version = "^0.4", optional = true }
pretty_env_logger = { version = "^0.5", optional = true }

# Errors
anyhow = "^1"
Expand Down

0 comments on commit 0b204c3

Please sign in to comment.