Skip to content

Commit 290a451

Browse files
Update Rust crate clap to v4
1 parent bc0819f commit 290a451

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
@@ -22,7 +22,7 @@ tests = { path = "test" }
2222

2323
anyhow = "1"
2424
bitvec = "1.0"
25-
clap = { version = "3", features = ["color", "derive"] }
25+
clap = { version = "4", features = ["color", "derive"] }
2626
colored = "2"
2727
libloading = { version = "0.7" }
2828
num = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)