fix(deps): update rust crate clap to 4.3.2

This commit is contained in:
renovate[bot] 2023-06-05 22:37:29 +00:00 committed by GitHub
parent 92351bfec8
commit fd4efce251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ exclude = ["images/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.1", features = ["derive"] }
clap = { version = "4.3.2", features = ["derive"] }
colored = "2.0.0"
image = "0.24.6"
log = "0.4.18"