From ac53e72b4d1b8b48d1a251cf05e755f7404a2a2a Mon Sep 17 00:00:00 2001 From: zzy <9809920@qq.com> Date: Sat, 30 Jan 2021 10:34:41 +0800 Subject: [PATCH 1/2] 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" From b5bc6c1e8a4bc017ea199f4b4bfdbf929749c304 Mon Sep 17 00:00:00 2001 From: Sunli Date: Sat, 30 Jan 2021 15:40:01 +0800 Subject: [PATCH 2/2] Update examples --- examples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples b/examples index 3e9f3ade..90347775 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 3e9f3adea1ce7e2a690d2868b3f17ae15a6f32b8 +Subproject commit 9034777541c542d1f53d5b8adcc988b8e53a6ed8