Update Cargo.toml

This commit is contained in:
Sunli 2021-11-13 09:37:56 +08:00
parent 382d745042
commit dc092a05c6

View File

@ -12,7 +12,7 @@ keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.11.2" }
async-graphql = { path = "../..", version = "=2.11.3" }
actix = "0.12.0"
actix-http = "3.0.0-beta.11"
actix-web = { version = "4.0.0-beta.10", default-features = false }