Skip to content

Commit

Permalink
Merge pull request #12 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.2.1
  • Loading branch information
mergify[bot] authored Mar 31, 2023
2 parents 8bbc1f7 + 1133be9 commit e4d0da7
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.0.12-rc.3", features = ["derive"] }
clap = { version = "4.2.1", features = ["derive"] }
colored = "2.0.0"
image = "0.24.4"
log = "0.4.17"
Expand Down

0 comments on commit e4d0da7

Please sign in to comment.