From 4d1ed4bf521f3a7ceeeaf396ebc8040f1f65c64d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:29:48 +0000 Subject: [PATCH] deps(deps): update graphql_client requirement in /spr Updates the requirements on [graphql_client](https://github.com/graphql-rust/graphql-client) to permit the latest version. - [Release notes](https://github.com/graphql-rust/graphql-client/releases) - [Changelog](https://github.com/graphql-rust/graphql-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/graphql-rust/graphql-client/compare/0.14.0...0.16.0) --- updated-dependencies: - dependency-name: graphql_client dependency-version: 0.16.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 e672a9c..10954f5 100644 --- a/spr/Cargo.toml +++ b/spr/Cargo.toml @@ -22,7 +22,7 @@ futures = "^0.3.21" futures-lite = "^2.6.1" git2 = { version = "^0.20.2", default-features = false } git2-ext = "0.6.0" -graphql_client = "^0.14.0" +graphql_client = "^0.16.0" indoc = "^2.0.6" lazy-regex = "^3.4.1" octocrab = { version = "^0.48.0", default-features = false, features = ["rustls", "rustls-ring", "default-client"] }