Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit dbd56af

Browse files
Update Rust crate clap to v4
1 parent f24ad88 commit dbd56af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grabber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
[dependencies]
1010
chrono = { version = "0.4.19", features = ["unstable-locales"] }
11-
clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] }
11+
clap = { version = "4.5.4", features = ["yaml", "wrap_help", "suggestions", "color"] }
1212
octocrab = "0.11.0"
1313
serde = "1.0.127"
1414
serde_yaml = "0.8.17"

0 commit comments

Comments
 (0)