From 40ec96ebdec3723b5aa73941122fddb917e9256c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 06:53:11 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.50.0 to 0.51.0 in /bots/echidnabot Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.50.0 to 0.51.0. - [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.50.0...v0.51.0) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bots/echidnabot/Cargo.lock | 4 ++-- bots/echidnabot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index bace375..8be506c 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2547,9 +2547,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.50.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce7ace5d83b077dd50ff01214a81feea17e258b8f677590c2286add76dc8238e" +checksum = "eb2ad8abffe4e2b05f9cdc7e061de63d305a6dca0af81ca1064a7d98e0b78267" dependencies = [ "arc-swap", "async-trait", diff --git a/bots/echidnabot/Cargo.toml b/bots/echidnabot/Cargo.toml index 082d9c8..eb1311a 100644 --- a/bots/echidnabot/Cargo.toml +++ b/bots/echidnabot/Cargo.toml @@ -43,7 +43,7 @@ toml = "1.1" sqlx = { version = "0.8.1", features = ["runtime-tokio-rustls", "sqlite", "postgres", "uuid", "chrono"] } # GitHub API -octocrab = "0.50" +octocrab = "0.51" # HTTP client (for ECHIDNA communication) reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }