From e7170f5f2f9faf9a6e191923658e0ea061858d9b Mon Sep 17 00:00:00 2001 From: zzy <9809920@qq.com> Date: Sat, 30 Jan 2021 10:34:41 +0800 Subject: [PATCH] Update Tide to v0.16 --- integrations/tide/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index b4d590b3..48daed53 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -14,10 +14,10 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-graphql = { path = "../..", version = "=2.5.1" } -tide = { version = "0.15.0", default-features = false, features = ["h1-server"] } +tide = { version = "0.16.0", default-features = false, features = ["h1-server"] } [dev-dependencies] # Surf lacks multipart support reqwest = { version = "0.10.8", default-features = false, features = ["json"] } -async-std = { version = "1.6.5", features = ["attributes", "tokio02"] } -serde_json = "1.0.59" +async-std = { version = "1.9.0", features = ["attributes", "tokio02"] } +serde_json = "1.0.61"