From 042920b29c315262f5b4f1ebb2cc0813c90e1cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:04:42 +0000 Subject: [PATCH] chore(deps): bump octocrab in the prod-dependencies group Bumps the prod-dependencies group with 1 update: [octocrab](https://github.com/XAMPPRocky/octocrab). Updates `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 dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c372c88..04782a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2355,9 +2355,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",