Update actix to 0.13

This commit is contained in:
Jake Oliver 2022-03-04 10:29:58 +00:00
parent 9359b82da2
commit 86c9b73bec

View File

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