From f19754770c03a01bd5b7069ae2e8846fb9d12089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 06:53:13 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.9 to 0.50.0 in /bots/echidnabot Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.9 to 0.50.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.49.9...v0.50.0) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bots/echidnabot/Cargo.lock | 5 ++--- bots/echidnabot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index f8451b5..ad30376 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2539,9 +2539,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.9" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ddbc3bb87e8c680febf16f56855bbd8b44a38e18c913334213ab34908e71a09" +checksum = "ce7ace5d83b077dd50ff01214a81feea17e258b8f677590c2286add76dc8238e" dependencies = [ "arc-swap", "async-trait", @@ -2550,7 +2550,6 @@ dependencies = [ "cargo_metadata", "cfg-if", "chrono", - "either", "futures", "futures-util", "getrandom 0.2.17", diff --git a/bots/echidnabot/Cargo.toml b/bots/echidnabot/Cargo.toml index 600dc63..082d9c8 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.49" +octocrab = "0.50" # HTTP client (for ECHIDNA communication) reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }