From b4314557da444daec3c22413ed9ff2f34237a2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:14:35 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.34.3 to 0.35.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.34.3 to 0.35.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.34.3...v0.35.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 882e729..b8b633e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1688,9 +1688,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.34.3" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4e00a4268539fda6c431a0fd01d016d4b44c361f9c283d0eb8f1ab7408a517" +checksum = "a6d07f2ea5f11065486c5d66e7fa592833038377c8b55c0b8694a624732fee32" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d3e143f..b99c0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.5" walkdir = "2.5" gh-config = { version = "0.3.1", optional = true } -octocrab = { version = "0.34.2", optional = true } +octocrab = { version = "0.35.0", optional = true } [target.'cfg(windows)'.dependencies.windows] version = "0.54.0"