From ce3f963476221531de99b30e637dd44eed06fe19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:18:49 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.33.0 to 0.33.1 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.33.0 to 0.33.1. - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.33.0...v0.33.1) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be5e565..378c176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,9 +1668,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c92d104fec560b8dfc48a4422274f52e9cf4e474be0dc21f6af86c34795599a9" +checksum = "5dad7c6124666d1e64c6cd7dc2a9411ea70d3aee4bdf1f099720f70bd11bc3f1" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 44b94de..f4c288a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.5" walkdir = "2.4" gh-config = { version = "0.3.1", optional = true } -octocrab = { version = "0.33.0", optional = true } +octocrab = { version = "0.33.1", optional = true } [target.'cfg(windows)'.dependencies.windows] version = "0.52.0"