fix(deps): update rust crate log to 0.4.19 #20

Open
renovate[bot] wants to merge 1 commit from renovate/log-0.x into master
Showing only changes of commit a95da03358 - Show all commits

fix(deps): update rust crate log to 0.4.19

renovate[bot] 2023-06-11 03:04:58 +00:00 committed by GitHub
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.2", features = ["derive"] } clap = { version = "4.3.2", features = ["derive"] }
colored = "2.0.0" colored = "2.0.0"
image = "0.24.6" image = "0.24.6"
log = "0.4.18" log = "0.4.19"
pretty_env_logger = "0.5.0" pretty_env_logger = "0.5.0"