Skip to content

Commit 5dc966c

Browse files
djcchris-laplante
authored andcommitted
Bump clap dependency to 4
1 parent 577a345 commit 5dc966c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ unicode-width = { version = "0.1", optional = true }
2323
vt100 = { version = "0.15.1", optional = true }
2424

2525
[dev-dependencies]
26-
clap = { version = "3", features = ["color", "derive"] }
26+
clap = { version = "4", features = ["color", "derive"] }
2727
once_cell = "1"
2828
rand = "0.8"
2929
tokio = { version = "1", features = ["fs", "time", "rt"] }

0 commit comments

Comments
 (0)