Merge pull request #16 from anas-elgarhy/renovate/log-0.x

fix(deps): update rust crate log to 0.4.18
This commit is contained in:
mergify[bot] 2023-06-03 15:07:39 +00:00 committed by GitHub
commit 6110d36adc
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"