From 2a57a08d0c7c60e4def9b5ef567879af7e8699ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 06:14:14 +0000 Subject: [PATCH] Update octocrab requirement from 0.11.0 to 0.16.0 in /grabber Updates the requirements on [octocrab](https://github.com/XAMPPRocky/octocrab) to permit the latest version. - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/master/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/octocrab@0.11.0...octocrab@0.16.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- grabber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grabber/Cargo.toml b/grabber/Cargo.toml index 39b0a5aa..ad2dc702 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.16.0" 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