Merge pull request #856 from skos-ninja/fix-actix

Update actix to 0.13
This commit is contained in:
Sunli 2022-03-04 21:15:20 +08:00 committed by GitHub
commit 7557c966a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "3.0.32" }
actix = "0.12.0"
actix = "0.13.0"
actix-http = "3.0.0"
actix-web = { version = "4.0.1", default-features = false }
actix-web-actors = "4.0.0"