Skip to content

Commit

Permalink
Bump clap dependency to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and chris-laplante committed May 28, 2023
1 parent 577a345 commit 5dc966c
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 @@ -23,7 +23,7 @@ unicode-width = { version = "0.1", optional = true }
vt100 = { version = "0.15.1", optional = true }

[dev-dependencies]
clap = { version = "3", features = ["color", "derive"] }
clap = { version = "4", features = ["color", "derive"] }
once_cell = "1"
rand = "0.8"
tokio = { version = "1", features = ["fs", "time", "rt"] }
Expand Down

0 comments on commit 5dc966c

Please sign in to comment.