Skip to content

Commit

Permalink
chore(deps): update async-graphql to v7.0.14 (#297)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 18fbb17 commit 3500268
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 21 deletions.
91 changes: 71 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
async-graphql = { version = "7.0.3", default-features = false, features = ["tracing"] }
async-graphql-axum = { version = "7.0.3", default-features = false }
async-trait = "0.1.80"
axum = { version = "0.7.5", default-features = false }
axum = { version = "0.8.0", default-features = false }
headers = "0.4.0"
http = "1.1.0"
hyper = "1.3.1"
Expand Down

0 comments on commit 3500268

Please sign in to comment.