upgrade async-graphql

This commit is contained in:
41666 2022-11-30 14:27:42 -05:00
parent 5c987caf38
commit 1f2e3e6eab
3 changed files with 21 additions and 74 deletions

View file

@ -9,8 +9,8 @@ edition = "2021"
redis = { version = "0.22.1", features = ["aio", "r2d2", "tokio-comp"] }
serde_json = "1.0.89"
serde = "1.0.148"
async-graphql = { version = "4.0.16" }
async-graphql-axum = "4.0.16"
async-graphql = { version = "5.0.2" }
async-graphql-axum = "5.0.2"
axum = "0.6.0"
tokio = { version = "1.22.0" }
tower-http = { version = "0.3.4", features = ["cors"] }