Bump Actix-web from `4.0.1` to `4.1.0`

This commit is contained in:
Sunli 2022-06-24 16:12:30 +08:00
parent 6f7ffa9e6b
commit 25261e2166
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ version = "4.0.3"
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
actix = "0.13.0"
actix-http = "3.0.1"
actix-web = { version = "4.0.1", default-features = false }
actix-http = "3.1.0"
actix-web = { version = "4.1.0", default-features = false }
actix-web-actors = "4.1.0"
async-channel = "1.6.1"
futures-channel = "0.3.13"