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 28, 2023
1 parent 9c5e335 commit eb9d9ef
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.12", features = ["derive"], optional = true }
terminal_size = { version = "0.3.0", optional = true }

[features]
Expand Down

0 comments on commit eb9d9ef

Please sign in to comment.