Bump tide 0.13 to 0.14

This commit is contained in:
Sunli 2020-10-20 16:46:46 +08:00
parent 9bd3515ce0
commit f96516915d

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.0.6" }
tide = { version = "0.13.0", default-features = false, features = ["h1-server"] }
tide = { version = "0.14.0", default-features = false, features = ["h1-server"] }
[dev-dependencies]
# Surf lacks multipart support