Skip to content

Commit

Permalink
Merge pull request #18 from anas-elgarhy/renovate/clap-4.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to 4.3.2
  • Loading branch information
mergify[bot] authored Jun 8, 2023
2 parents 92351bf + fd4efce commit 59ff61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59ff61b

Please sign in to comment.