From 648fa06bb57c3845c4ed2417b45b52a6e9b5f169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:23:48 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.35.0 to 0.36.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.35.0 to 0.36.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.35.0...v0.36.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 763dcec..2b60805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1694,9 +1694,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6d07f2ea5f11065486c5d66e7fa592833038377c8b55c0b8694a624732fee32" +checksum = "71940dbb2db7c9884d27c5f14894d14468c92c889f848e2feb4419b4dda1c13d" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d6f4b1c..f730960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.5" walkdir = "2.5" gh-config = { version = "0.3.2", optional = true } -octocrab = { version = "0.35.0", optional = true } +octocrab = { version = "0.36.0", optional = true } [target.'cfg(windows)'.dependencies.windows] version = "0.54.0"