diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..e61ba7e4 100644 --- a/grabber/Cargo.toml +++ b/grabber/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] chrono = { version = "0.4.19", features = ["unstable-locales"] } -clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] } +clap = { version = "4.3.3", features = ["yaml", "wrap_help", "suggestions", "color"] } octocrab = "0.11.0" serde = "1.0.127" serde_yaml = "0.8.17"