Skip to content

Commit 752b0c2

Browse files
committed
Update Rust crate clap to 3.2.22
1 parent ab53c48 commit 752b0c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.21", features = ["derive"], optional = true }
16+
clap = { version = "3.2.22", features = ["derive"], optional = true }
1717
terminal_size = { version = "0.2.1", optional = true }
1818

1919
[features]

0 commit comments

Comments
 (0)