From 91ec00ee538af6cbdc0e02eb3d454b13663c60aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:53:01 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.8 to 0.49.9 in /bots/echidnabot 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] --- 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 2d8f412..f8451b5 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2539,9 +2539,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",