From b0f1ca505ae61b042773c957d7c4ed0a27fe2f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:52:50 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.53.1 to 0.54.0 in /bots/echidnabot Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.53.1 to 0.54.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.53.1...v0.54.0) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.54.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 0865301..ae14254 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2589,9 +2589,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.53.1" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe45bd53ce50c9e85e8a27259675f65d772165fe5eef3e278c1b6168c3f97623" +checksum = "27be39870c558e1fbc5a5f8d4a29aa916268c1dbcb9d467f2a9bbab35598060e" dependencies = [ "arc-swap", "async-trait", diff --git a/bots/echidnabot/Cargo.toml b/bots/echidnabot/Cargo.toml index cc37d3d..3fd2e48 100644 --- a/bots/echidnabot/Cargo.toml +++ b/bots/echidnabot/Cargo.toml @@ -43,7 +43,7 @@ toml = "1.1.2+spec-1.1.0" sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "postgres", "uuid", "chrono"] } # GitHub API -octocrab = "0.53.0" +octocrab = "0.54.0" # HTTP client (for ECHIDNA communication) reqwest = { version = "0.12.28", default-features = false, features = ["json", "rustls-tls"] }