From 8898b310d7480e7a3ec1cc11d76f91dbdad18afd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 04:40:12 +0000 Subject: [PATCH] Update juniper_warp requirement from 0.5.2 to 0.6.4 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.6.4) 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..5b17f34 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.6.4" serde = "1.0" serde_json = "1.0" derivative = "2.1.1"