Bump actix-web from 4.0.0-beta.8 to 4.0.0-beta.9

This commit is contained in:
Sunli 2021-10-19 12:51:27 +08:00
parent e613084bd1
commit 9971433649

View File

@ -15,9 +15,9 @@ categories = ["network-programming", "asynchronous"]
async-graphql = { path = "../..", version = "=2.11.0" }
actix = "0.12"
actix-http = "3.0.0-beta.8"
actix-web = { version = "4.0.0-beta.8", default-features = false }
actix-web-actors = "4.0.0-beta.6"
actix-http = "3.0.0-beta.10"
actix-web = { version = "4.0.0-beta.9", default-features = false }
actix-web-actors = "4.0.0-beta.7"
futures-util = { version = "0.3.13", default-features = false }
serde_json = "1.0.64"
serde_urlencoded = "0.7.0"