Skip to content

Commit

Permalink
Update Rust crate clap to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2022
1 parent 1ac3192 commit 59eace6
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 @@ -13,7 +13,7 @@ repository = "https://github.com/batmac/generand"

[dependencies]
rand = "0.8.5"
clap = { version = "3.2.23", features = ["derive"], optional = true }
clap = { version = "4.0.30", features = ["derive"], optional = true }
terminal_size = { version = "0.2.3", optional = true }

[features]
Expand Down

0 comments on commit 59eace6

Please sign in to comment.