From 858e8bd4b0bb46ef69f380eb5d15996b90db066d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:13:33 +0000 Subject: [PATCH] deps(deps): update octocrab requirement from ^0.51.0 to ^0.54.0 in /spr Updates the requirements on [octocrab](https://github.com/XAMPPRocky/octocrab) to permit the latest version. - [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.51.0...v0.54.0) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spr/Cargo.toml b/spr/Cargo.toml index 8e115d9..0287d38 100644 --- a/spr/Cargo.toml +++ b/spr/Cargo.toml @@ -25,7 +25,7 @@ git2-ext = "0.6.0" graphql_client = "^0.14.0" indoc = "^2.0.6" lazy-regex = "^3.4.1" -octocrab = { version = "^0.51.0", default-features = false, features = ["jwt-rust-crypto", "rustls", "rustls-ring", "default-client"] } +octocrab = { version = "^0.54.0", default-features = false, features = ["jwt-rust-crypto", "rustls", "rustls-ring", "default-client"] } reqwest = { version = "^0.12.24", default-features = false, features = ["json", "rustls-tls"] } serde = "^1.0.136" tabled = { version = "0.20", features = ["ansi"] }