Increase Tide to v0.11.0

This commit is contained in:
Blaine Bublitz 2020-06-15 15:23:12 -07:00
parent 3bb17e466c
commit cd2bb181d1

View File

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