From c51895036672b17b271ba4c41b157cb7dd8e2e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:12:11 +0000 Subject: [PATCH] Bump octocrab from 0.49.8 to 0.49.9 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.8 to 0.49.9. - [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.8...v0.49.9) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.49.9 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 a4516e0..47743cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.8" +version = "0.49.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a559d5d4b3e86c6a0459af93d6e09adc61962b757497f7ec811e5cdd4b7a857b" +checksum = "4ddbc3bb87e8c680febf16f56855bbd8b44a38e18c913334213ab34908e71a09" dependencies = [ "arc-swap", "async-trait",