fix(deps): update rust crate log to 0.4.18

This commit is contained in:
renovate[bot] 2023-06-03 15:06:42 +00:00 committed by GitHub
parent e06ae70b20
commit 31c5dac6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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