fix(deps): update rust crate pretty_env_logger to 0.5.0

This commit is contained in:
renovate[bot] 2023-05-18 14:33:21 +00:00 committed by GitHub
parent dfcca1aca3
commit a38d5c0ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ exclude = [
[dependencies]
clap = { version = "4.2.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
log = "0.4.17"
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
colored = "2.0.0"
# no-panic = "0.1.16"
console = "0.15.5"