From 2431990e52fa9e5e348aa5c222c5fbfa077654f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:33:57 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.32.0 to 0.33.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.32.0 to 0.33.0. - [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.32.0...v0.33.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor ... 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 5124935..e0eac6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1668,9 +1668,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abfeeafb5fa0da7046229ec3c7b3bd2981aae05c549871192c408d59fc0fffd5" +checksum = "c92d104fec560b8dfc48a4422274f52e9cf4e474be0dc21f6af86c34795599a9" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 526589d..d3f752b 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.32.0", optional = true } +octocrab = { version = "0.33.0", optional = true } [target.'cfg(windows)'.dependencies.windows] version = "0.52.0"