Update Integration Actix Web

This commit is contained in:
gho1b 2022-03-05 01:50:39 +07:00
parent de581de6a7
commit abf4f4155c
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "3.0.26" }
actix = "0.12.0"
actix-http = "3.0.0-beta.17"
actix-web = { version = "4.0.0-beta.19", default-features = false }
actix-web-actors = "4.0.0-beta.9"
actix = "0.13.0"
actix-http = "3.0.1"
actix-web = { version = "4.0.1", default-features = false }
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"