fix(deps): update rust crate log to 0.4.19

This commit is contained in:
renovate[bot] 2023-06-11 04:04:42 +00:00 committed by GitHub
parent 5c5ae8d710
commit 9ef0d6bd5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ exclude = [
[dependencies]
clap = { version = "4.3.2", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
log = "0.4.18"
log = "0.4.19"
pretty_env_logger = "0.5.0"
colored = "2.0.0"
# no-panic = "0.1.16"