From 9c4af0490e74056b95c8e8ce14e901f83fd655b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:32:16 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.4 to 0.49.5 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.4 to 0.49.5. - [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.4...v0.49.5) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.49.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1f69be..204cc07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1337,9 +1337,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.4" +version = "0.49.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add74bcdaf5b0a0c3edb0f8c0a952d7a52d9e9a76ac9c690a3e477c4e8c343b9" +checksum = "89f6f72d7084a80bf261bb6b6f83bd633323d5633d5ec7988c6c95b20448b2b5" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8d504aa..d6fb983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ config = "0.15" directories = "6.0.0" futures-util = "0.3.31" miette = { version = "7", features = ["fancy"] } -octocrab = { version = "0.49.4", features = ["stream"] } +octocrab = { version = "0.49.5", features = ["stream"] } serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "2"