From e3285e4672cbde5b2b450cd1f682fd560598132c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:28:51 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.7 to 0.51.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.7 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.49.7...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] --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c725d4..b47bfc9 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.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" +checksum = "eb2ad8abffe4e2b05f9cdc7e061de63d305a6dca0af81ca1064a7d98e0b78267" 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..178bcd7 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.51.0", features = ["stream"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2"