Commit bab2f83
authored
fix(deps): update rust crate async-graphql to v7 (#22)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [async-graphql](https://togithub.com/async-graphql/async-graphql) |
dependencies | major | `6` -> `7` |
---
### Release Notes
<details>
<summary>async-graphql/async-graphql (async-graphql)</summary>
###
[`v7.0.3`](https://togithub.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#703-2024-03-16)
- Sort schema fields & enums if required
[#​1475](https://togithub.com/async-graphql/async-graphql/pull/1475)
- Change the `type_name` of `EmptySubscription` fix
[#​1435](https://togithub.com/async-graphql/async-graphql/issues/1435)
[#​1475](https://togithub.com/async-graphql/async-graphql/pull/1475)
- add `Request::set_parsed_query` method
[#​1483](https://togithub.com/async-graphql/async-graphql/pull/1483)
- Upgrade strum to 0.26
[#​1485](https://togithub.com/async-graphql/async-graphql/pull/1485)
- Fix validation of non-nullable variables with default values
[#​1491](https://togithub.com/async-graphql/async-graphql/pull/1491)
- add `NextExecute::run_with_data` method to attach context data before
execution
- feat: add registry method in dynamic::Registry
[#​1492](https://togithub.com/async-graphql/async-graphql/pull/1492)
- Allow non-scalars to be used as directive arguments
[#​1493](https://togithub.com/async-graphql/async-graphql/pull/1493)
- fix: add description to \__schema introspection result
[#​1489](https://togithub.com/async-graphql/async-graphql/pull/1489)
###
[`v7.0.2`](https://togithub.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#702-2024-02-18)
- Fix `#[derive(OneofObject)]` rejecting enums where the type comes from
a macro subsitution
[#​1473](https://togithub.com/async-graphql/async-graphql/pull/1473)
- Optimize object proc-macro codegen
[#​1470](https://togithub.com/async-graphql/async-graphql/pull/1470)
- Use `impl Future` instead of `async-trait` in most traits.
[#​1468](https://togithub.com/async-graphql/async-graphql/pull/1468)
- Upgrade `base64` to `0.21`
[#​1466](https://togithub.com/async-graphql/async-graphql/pull/1466)
- Standardize space between Args, Lists and Binary items
[#​1392](https://togithub.com/async-graphql/async-graphql/pull/1392)
- feat: support bigdecimal 0.4.x
[#​1358](https://togithub.com/async-graphql/async-graphql/pull/1358)
###
[`v7.0.1`](https://togithub.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#701-2024-01-21)
- Add `Shareable` Attribute To InputObjectField
[#​1459](https://togithub.com/async-graphql/async-graphql/pull/1459)
- Feature Generic Unions
[#​1424](https://togithub.com/async-graphql/async-graphql/pull/1424)
- Address axum integration compilation error with non-Sync body
[#​1460](https://togithub.com/async-graphql/async-graphql/pull/1460)
- fix: date cursor precision string format
[#​1462](https://togithub.com/async-graphql/async-graphql/pull/1462)
###
[`v7.0.0`](https://togithub.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#700-2024-01-06)
- upgrade to `http1`
- Feature extend ResolveInfo with field attribute
[#​1428](https://togithub.com/async-graphql/async-graphql/pull/1428)
</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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/TheHackerApp/logging).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC4xMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1c0ce9c commit bab2f83
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments