fix(deps): update all non-major dependencies #212

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-12-08 13:17:00 -08:00
Collaborator

This PR contains the following updates:

Package Type Update Change
graphql_client dependencies minor 0.14.0 -> 0.15.0
reqwest dependencies patch 0.12.24 -> 0.12.25
tower-http dependencies patch 0.6.7 -> 0.6.8

Release Notes

graphql-rust/graphql-client (graphql_client)

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)
seanmonstar/reqwest (reqwest)

v0.12.25

Compare Source

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.
tower-rs/tower-http (tower-http)

v0.6.8

Compare Source

Fixed

  • Disable multiple_members in Gzip decoder, since HTTP context only uses one
    member. (#​621)

What's Changed

New Contributors

Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.7...tower-http-0.6.8


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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.15.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.12.24` -> `0.12.25` | | [tower-http](https://github.com/tower-rs/tower-http) | dependencies | patch | `0.6.7` -> `0.6.8` | --- ### Release Notes <details> <summary>graphql-rust/graphql-client (graphql_client)</summary> ### [`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> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.25`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01225) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.24...v0.12.25) - Add `Error::is_upgrade()` to determine if the error was from an HTTP upgrade. - Fix sending `Proxy-Authorization` if only username is configured. - Fix sending `Proxy-Authorization` to HTTPS proxies when the target is HTTP. - Refactor internal decompression handling to use tower-http. </details> <details> <summary>tower-rs/tower-http (tower-http)</summary> ### [`v0.6.8`](https://github.com/tower-rs/tower-http/releases/tag/tower-http-0.6.8) [Compare Source](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.7...tower-http-0.6.8) #### Fixed - Disable `multiple_members` in Gzip decoder, since HTTP context only uses one member. ([#&#8203;621]) [#&#8203;621]: https://github.com/tower-rs/tower-http/pull/621 #### What's Changed - Disable `multiple_members` option for gzip decoder by [@&#8203;ducaale](https://github.com/ducaale) in [#&#8203;621](https://github.com/tower-rs/tower-http/pull/621) - ci: Pin tracing in MSRV job by [@&#8203;ducaale](https://github.com/ducaale) in [#&#8203;622](https://github.com/tower-rs/tower-http/pull/622) - ci: Switch cargo-public-api-crates to cargo-check-external-types by [@&#8203;tottoto](https://github.com/tottoto) in [#&#8203;613](https://github.com/tower-rs/tower-http/pull/613) - Remove deprecated annotations and Refactor From implementations by [@&#8203;sinder38](https://github.com/sinder38) in [#&#8203;608](https://github.com/tower-rs/tower-http/pull/608) - v0.6.8 by [@&#8203;seanmonstar](https://github.com/seanmonstar) in [#&#8203;624](https://github.com/tower-rs/tower-http/pull/624) #### New Contributors - [@&#8203;sinder38](https://github.com/sinder38) made their first contribution in [#&#8203;608](https://github.com/tower-rs/tower-http/pull/608) **Full Changelog**: <https://github.com/tower-rs/tower-http/compare/tower-http-0.6.7...tower-http-0.6.8> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS40IiwidXBkYXRlZEluVmVyIjoiNDIuMzkuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-12-08 08:16:31 -08:00
chore(deps): update rust crate tower-http to v0.6.8
Some checks failed
Continuous integration / Check (push) Successful in 1m29s
Continuous integration / Test Suite (push) Successful in 6m56s
Continuous integration / Rustfmt (push) Successful in 1m37s
Continuous integration / build (push) Failing after 27s
Continuous integration / Trunk (push) Successful in 7m52s
Continuous integration / Disallow unused dependencies (push) Successful in 5m6s
f38cf8330a
renovatebot changed title from chore(deps): update rust crate tower-http to v0.6.8 to fix(deps): update all non-major dependencies 2025-12-08 09:16:56 -08:00
renovatebot force-pushed renovate/all-minor-patch from f38cf8330a to fcff0411f9 2025-12-08 09:16:57 -08:00 Compare
renovatebot force-pushed renovate/all-minor-patch from fcff0411f9 to 69d3b8a210 2025-12-08 12:32:40 -08:00 Compare
renovatebot merged commit dc741f421b into master 2025-12-08 13:17:00 -08:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#212
No description provided.