From 1e7ac2990f77e73dd19fe16765bff88017f76a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:58:01 +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 | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c725d4..ec867d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,12 +537,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - [[package]] name = "elliptic-curve" version = "0.13.8" @@ -1336,9 +1330,9 @@ dependencies = [ [[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", @@ -1347,7 +1341,6 @@ dependencies = [ "cargo_metadata", "cfg-if", "chrono", - "either", "futures", "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 4e2393a..e717b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ config = "0.15" directories = "6.0.0" futures-util = "0.3.32" miette = { version = "7", features = ["fancy"] } -octocrab = { version = "0.49.7", features = ["stream"] } +octocrab = { version = "0.50.0", features = ["stream"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2"