Skip to content

Commit 15fae93

Browse files
Update clap requirement from ~2.27.0 to ~2.33.3 (#107)
1 parent 55f18a1 commit 15fae93

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
@@ -19,7 +19,7 @@ bitflags = "1.2.1"
1919
chrono = {version = "0.4.19", optional = true}
2020

2121
[dev-dependencies]
22-
clap = "~2.27.0"
22+
clap = "~2.33.3"
2323
serde = {version = "1.0.118", features = ["derive"]}
2424
bincode = "1.3.1"
2525
rand = "0.8.3"

0 commit comments

Comments
 (0)