From f2b6af214a04f5deb394a9dcd62244437d8a37cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 04:49:14 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.7 to 0.50.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.7 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.7...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] --- Cargo.lock | 5 ++--- crates/n2b-core/Cargo.toml | 2 +- crates/n2b-github/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eec8d7a..1aa9663 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,9 +2517,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "octocrab" -version = "0.49.7" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" +checksum = "ce7ace5d83b077dd50ff01214a81feea17e258b8f677590c2286add76dc8238e" dependencies = [ "arc-swap", "async-trait", @@ -2528,7 +2528,6 @@ dependencies = [ "cargo_metadata", "cfg-if", "chrono", - "either", "futures", "futures-util", "getrandom 0.2.17", diff --git a/crates/n2b-core/Cargo.toml b/crates/n2b-core/Cargo.toml index 44bcebc..022d709 100644 --- a/crates/n2b-core/Cargo.toml +++ b/crates/n2b-core/Cargo.toml @@ -37,7 +37,7 @@ url = "2" walkdir = "2" which = "6" reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "blocking"] } -octocrab = "0.49" +octocrab = "0.50" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] } [dev-dependencies] diff --git a/crates/n2b-github/Cargo.toml b/crates/n2b-github/Cargo.toml index 094571a..8f8a985 100644 --- a/crates/n2b-github/Cargo.toml +++ b/crates/n2b-github/Cargo.toml @@ -12,4 +12,4 @@ path = "src/lib.rs" [dependencies] anyhow = { workspace = true } -octocrab = "0.49" +octocrab = "0.50"