Skip to content

Commit

Permalink
Update Rust crate clap to 4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent ce2d445 commit b426485
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 @@ -53,7 +53,7 @@ arti-client = { version = "0.8.3", features = ["static"] }
arti-hyper = "0.8.3"
async_ftp = { version = "6.0.0", features = ["secure"] }
cfg-if = "1.0.0"
clap = { version = "4.4.8", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.4.9", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
futures = "0.3.29"
hyper = "0.14.27"
image = { version = "0.24.7", default-features = true }
Expand Down

0 comments on commit b426485

Please sign in to comment.