diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..1befd24f 100644 --- a/grabber/Cargo.toml +++ b/grabber/Cargo.toml @@ -9,7 +9,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"] } -octocrab = "0.11.0" +octocrab = "0.33.4" serde = "1.0.127" serde_yaml = "0.8.17" tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] } \ No newline at end of file