From 01d97ccf072d7c274efe732405f3c6689109ed35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 06:53:33 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.7 to 0.49.8 in /bots/echidnabot Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.7 to 0.49.8. - [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.7...v0.49.8) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.49.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bots/echidnabot/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index 811c95f..02a7385 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2539,9 +2539,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.7" +version = "0.49.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" +checksum = "a559d5d4b3e86c6a0459af93d6e09adc61962b757497f7ec811e5cdd4b7a857b" dependencies = [ "arc-swap", "async-trait",