Merge pull request #178 from phated/tide-0.11.0

Increase Tide to v0.11.0
This commit is contained in:
Sunli 2020-06-16 09:08:50 +08:00 committed by GitHub
commit a16a3ea531

View File

@ -13,12 +13,12 @@ keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"] categories = ["network-programming", "asynchronous"]
[dependencies] [dependencies]
async-graphql = { path = "..", version = "1.14.0" } async-graphql = { path = "..", version = "1.15.0" }
tide = "0.10.0" tide = "0.11.0"
async-trait = "0.1.30" async-trait = "0.1.30"
serde_json = "1.0.51" serde_json = "1.0.51"
futures = "0.3.4" futures = "0.3.4"
async-std = "1.5.0" async-std = "1.6.0"
[dev-dependencies] [dev-dependencies]
smol = { version = "0.1.10", features = ["tokio02"] } smol = { version = "0.1.10", features = ["tokio02"] }