Skip to content

Commit 3500268

Browse files
chore(deps): update async-graphql to v7.0.14 (#297)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-graphql](https://redirect.github.com/async-graphql/async-graphql) | dependencies | patch | `7.0.13` -> `7.0.14` | | [async-graphql-axum](https://redirect.github.com/async-graphql/async-graphql) | dependencies | patch | `7.0.13` -> `7.0.14` | --- ### Release Notes <details> <summary>async-graphql/async-graphql (async-graphql)</summary> ### [`v7.0.14`](https://redirect.github.com/async-graphql/async-graphql/blob/HEAD/CHANGELOG.md#7014-2025-01-22) - Update error messages for character length validation [#&#8203;1657](https://redirect.github.com/async-graphql/async-graphql/pull/1657) - Upgrade to axum v0.8 [#&#8203;1653](https://redirect.github.com/async-graphql/async-graphql/pull/1653) - Fix position calculator for unicode symbols [#&#8203;1648](https://redirect.github.com/async-graphql/async-graphql/pull/1648) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/subgraph-template-rust-async-graphql). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18fbb17 commit 3500268

File tree

2 files changed

+72
-21
lines changed

2 files changed

+72
-21
lines changed

Cargo.lock

Lines changed: 71 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
async-graphql = { version = "7.0.3", default-features = false, features = ["tracing"] }
1212
async-graphql-axum = { version = "7.0.3", default-features = false }
1313
async-trait = "0.1.80"
14-
axum = { version = "0.7.5", default-features = false }
14+
axum = { version = "0.8.0", default-features = false }
1515
headers = "0.4.0"
1616
http = "1.1.0"
1717
hyper = "1.3.1"

0 commit comments

Comments
 (0)