From e21125c63c477fb85d8bbbde589b4671626fa88c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:27:59 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.6 to 0.49.7 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.6 to 0.49.7. - [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.49.6...v0.49.7) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.49.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f29419..4276e8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2249,9 +2249,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.6" +version = "0.49.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "481d01ffe3fa4347e55474798e16d8d678aab19b8d7ca631ebb3c607cc87f9db" +checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" dependencies = [ "arc-swap", "async-trait",