You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Bump async-graphql from 5.0.1 to 5.0.2
Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 5.0.1 to 5.0.2. - [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:
committed by
Quentin Gliech
parent
c0ab8c1b10
commit
c02f59bbaf
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-graphql = { version = "5.0.1", features = ["chrono", "url"] }
|
||||
async-graphql = { version = "5.0.2", features = ["chrono", "url"] }
|
||||
chrono = "0.4.23"
|
||||
serde = { version = "1.0.148", features = ["derive"] }
|
||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
@ -25,7 +25,7 @@ axum = { version = "0.6.1", features = ["ws"] }
|
||||
axum-macros = "0.3.0"
|
||||
axum-extra = { version = "0.4.1", features = ["cookie-private"] }
|
||||
|
||||
async-graphql = { version = "5.0.1", features = ["tracing", "apollo_tracing"] }
|
||||
async-graphql = { version = "5.0.2", features = ["tracing", "apollo_tracing"] }
|
||||
|
||||
# Emails
|
||||
lettre = { version = "0.10.1", default-features = false, features = ["builder"] }
|
||||
|
Reference in New Issue
Block a user