fix(deps): update rust crate graphql_client to 0.16.0 #86

Open
renovate-bot wants to merge 1 commit from renovate/graphql_client-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
graphql_client dependencies minor 0.14.0 -> 0.16.0

Release Notes

graphql-rust/graphql-client (graphql_client)

v0.16.0

Compare Source

  • Revert integer ID deserialization support (introduced in #​476). It introduced regressions.

v0.15.0

Compare Source

  • Support for deprecated directive on InputValue fields (#​553)
  • Support for custom variable and response types (#​536)
  • Allow using #[derive(GraphQLQuery)] without depending on serde directly (#​487)
  • CLI option for extern enums (#​520)
  • Support deserializing IDs from integers or strings (#​476)
  • Introspection schema now includes oneOf and specifiedByUrl (#​501)
  • Update reqwest to 0.12 (#​499)
  • Fix required ID deserialization (#​523)
  • Fix skip_serializing_none for root level variables (#​485)
  • Use consistent reference to graphql_client crate in codegen (#​484)
  • Fix multiple operations example in README (#​497)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [graphql_client](https://github.com/graphql-rust/graphql-client) | dependencies | minor | `0.14.0` -> `0.16.0` | --- ### Release Notes <details> <summary>graphql-rust/graphql-client (graphql_client)</summary> ### [`v0.16.0`](https://github.com/graphql-rust/graphql-client/blob/HEAD/CHANGELOG.md#0160---2026-01-15) [Compare Source](https://github.com/graphql-rust/graphql-client/compare/0.15.0...0.16.0) - Revert integer ID deserialization support (introduced in [#&#8203;476](https://github.com/graphql-rust/graphql-client/issues/476)). It introduced regressions. ### [`v0.15.0`](https://github.com/graphql-rust/graphql-client/blob/HEAD/CHANGELOG.md#0150---2025-12-08) [Compare Source](https://github.com/graphql-rust/graphql-client/compare/0.14.0...0.15.0) - Support for `deprecated` directive on InputValue fields ([#&#8203;553](https://github.com/graphql-rust/graphql-client/issues/553)) - Support for custom variable and response types ([#&#8203;536](https://github.com/graphql-rust/graphql-client/issues/536)) - Allow using `#[derive(GraphQLQuery)]` without depending on `serde` directly ([#&#8203;487](https://github.com/graphql-rust/graphql-client/issues/487)) - CLI option for extern enums ([#&#8203;520](https://github.com/graphql-rust/graphql-client/issues/520)) - Support deserializing IDs from integers or strings ([#&#8203;476](https://github.com/graphql-rust/graphql-client/issues/476)) - Introspection schema now includes `oneOf` and `specifiedByUrl` ([#&#8203;501](https://github.com/graphql-rust/graphql-client/issues/501)) - Update `reqwest` to 0.12 ([#&#8203;499](https://github.com/graphql-rust/graphql-client/issues/499)) - Fix required ID deserialization ([#&#8203;523](https://github.com/graphql-rust/graphql-client/issues/523)) - Fix `skip_serializing_none` for root level variables ([#&#8203;485](https://github.com/graphql-rust/graphql-client/issues/485)) - Use consistent reference to `graphql_client` crate in codegen ([#&#8203;484](https://github.com/graphql-rust/graphql-client/issues/484)) - Fix multiple operations example in README ([#&#8203;497](https://github.com/graphql-rust/graphql-client/issues/497)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
fix(deps): update rust crate graphql_client to 0.16.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
af6590f178
renovate-bot force-pushed renovate/graphql_client-0.x from af6590f178
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to c62c973f35
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2026-06-21 22:08:44 +05:30
Compare
renovate-bot force-pushed renovate/graphql_client-0.x from c62c973f35
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
to 0807cf7176
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2026-06-22 16:07:07 +05:30
Compare
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/graphql_client-0.x:renovate/graphql_client-0.x
git switch renovate/graphql_client-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/graphql_client-0.x
git switch renovate/graphql_client-0.x
git rebase master
git switch master
git merge --ff-only renovate/graphql_client-0.x
git switch renovate/graphql_client-0.x
git rebase master
git switch master
git merge --no-ff renovate/graphql_client-0.x
git switch master
git merge --squash renovate/graphql_client-0.x
git switch master
git merge --ff-only renovate/graphql_client-0.x
git switch master
git merge renovate/graphql_client-0.x
git push origin master
Sign in to join this conversation.
No description provided.