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 Oct 18, 2022
1 parent 752b0c2 commit d0faa37
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.22", features = ["derive"], optional = true }
clap = { version = "4.0.17", features = ["derive"], optional = true }
terminal_size = { version = "0.2.1", optional = true }

[features]
Expand Down

0 comments on commit d0faa37

Please sign in to comment.