Skip to content

Commit 83f6744

Browse files
Update Rust crate clap to v4
1 parent 4963513 commit 83f6744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/batmac/generand"
1313

1414
[dependencies]
1515
rand = "0.8.5"
16-
clap = { version = "3.2.23", features = ["derive"], optional = true }
16+
clap = { version = "4.0.22", features = ["derive"], optional = true }
1717
terminal_size = { version = "0.2.2", optional = true }
1818

1919
[features]

0 commit comments

Comments
 (0)