From 7461dcbeca88697d15fb57047828224e893b9f68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 04:43:16 +0000 Subject: [PATCH] Update juniper_warp requirement from 0.5.2 to 0.7.0 Updates the requirements on [juniper_warp](https://github.com/graphql-rust/juniper) to permit the latest version. - [Release notes](https://github.com/graphql-rust/juniper/releases) - [Commits](https://github.com/graphql-rust/juniper/compare/juniper_warp-0.5.2...juniper_warp-v0.7.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f875e7..624bb99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ regex = "1.3.7" walkdir = "2.3.1" bimap = "0.6" warp = "0.1.8" -juniper_warp = "0.5.2" +juniper_warp = "0.7.0" serde = "1.0" serde_json = "1.0" derivative = "2.1.1"