1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump async-graphql from 6.0.9 to 6.0.10

Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/commits)

---
updated-dependencies:
- dependency-name: async-graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-06 08:33:39 +00:00
committed by Quentin Gliech
parent 5a0d1f8c72
commit 10fb172e9b
3 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@ repository.workspace = true
[dependencies]
anyhow.workspace = true
async-graphql = { version = "6.0.9", features = ["chrono", "url"] }
async-graphql = { version = "6.0.10", features = ["chrono", "url"] }
async-trait = "0.1.74"
chrono.workspace = true
lettre = { version = "0.11.1", default-features = false }

View File

@ -30,7 +30,7 @@ axum = "0.6.20"
axum-macros = "0.3.8"
axum-extra = { version = "0.8.0", features = ["cookie-private"] }
async-graphql = { version = "6.0.9", features = ["tracing", "apollo_tracing"] }
async-graphql = { version = "6.0.10", features = ["tracing", "apollo_tracing"] }
# Emails
lettre = { version = "0.11.1", default-features = false, features = ["builder"] }