From 65c7e67d9be2a9162495e29a9837dadbc79ecc1b 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:40 +0000 Subject: [PATCH] Update juniper requirement from 0.14.2 to 0.15.7 Updates the requirements on [juniper](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-0.14.2...juniper-v0.15.7) 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..05f7a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ derivative = "2.1.1" systemstat = "0.1.5" clap ={features = ["yaml"], version = "2.33.1"} chrono = { version = "0.4", features = ["serde"] } -juniper = { version = "0.14.2", default-features = true, features = ["serde_json", "chrono"] } +juniper = { version = "0.15.7", default-features = true, features = ["serde_json", "chrono"] } [dev-dependencies] proptest = "0.9.6"