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 Jan 11, 2024
1 parent 9c5e335 commit 3cf8b0c
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.25", features = ["derive"], optional = true }
clap = { version = "4.4.15", features = ["derive"], optional = true }
terminal_size = { version = "0.3.0", optional = true }

[features]
Expand Down

0 comments on commit 3cf8b0c

Please sign in to comment.