fix(deps): update rust crate log to 0.4.18

This commit is contained in:
renovate[bot] 2023-06-04 23:37:28 +00:00 committed by GitHub
parent 58f7a69015
commit 0c8ad457f2
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.1", features = ["derive", "color", "cargo", "wrap_help", "suggestions"] }
log = "0.4.17"
log = "0.4.18"
pretty_env_logger = "0.5.0"
colored = "2.0.0"
# no-panic = "0.1.16"