fix(deps): update rust crate log to 0.4.19

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

View File

@ -34,5 +34,5 @@ exclude = ["images/*"]
clap = { version = "4.3.2", features = ["derive"] }
colored = "2.0.0"
image = "0.24.6"
log = "0.4.18"
log = "0.4.19"
pretty_env_logger = "0.5.0"