Merge branch 'master' of github.com:async-graphql/async-graphql

This commit is contained in:
Sunli 2022-03-05 09:10:22 +08:00
commit 6fe4880b91
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ categories = ["network-programming", "asynchronous"]
async-graphql = { path = "../..", version = "3.0.34" }
actix = "0.13.0"
actix-http = "3.0.0"
actix-http = "3.0.1"
actix-web = { version = "4.0.1", default-features = false }
actix-web-actors = "4.0.0"
actix-web-actors = "4.1.0"
async-channel = "1.6.1"
futures-util = { version = "0.3.0", default-features = false }
serde_json = "1.0.64"