From 21a57cdcb32a06de5a9e1dd902c388308b44959e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:39:26 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.49.5 to 0.49.6 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.49.5 to 0.49.6. - [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.5...v0.49.6) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.49.6 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 1b56e78..706582c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3392,9 +3392,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.5" +version = "0.49.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89f6f72d7084a80bf261bb6b6f83bd633323d5633d5ec7988c6c95b20448b2b5" +checksum = "481d01ffe3fa4347e55474798e16d8d678aab19b8d7ca631ebb3c607cc87f9db" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a66e14c..8132511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures = "0.3.31" hyperrat = { path = "crates/hyperrat", version = "0.1.1" } inquire = "0.9.4" keyring = { version = "3.6.3", features = ["apple-native", "windows-native"] } -octocrab = "0.49.5" +octocrab = "0.49.6" pulldown-cmark = "0.13.0" regex = "1.11.1" rat-cursor = "2.0.0"