From f56be2940b4e143f8d8ab0ee4ae529a0245d4e1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:57:42 +0000 Subject: [PATCH] Update Rust crate octocrab to 0.25.1 --- grabber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..fea64580 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.25.1" 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