From ff01738a6034843c82460b227aa8a23617f24f14 Mon Sep 17 00:00:00 2001 From: Christian Legnitto <christian@legnitto.com> Date: Fri, 12 Jan 2018 21:04:44 -0800 Subject: [PATCH] Update rocket in juniper_rocket to work with latest nightlies `juniper_rocket` now requires nightly >= 2018-01-12. See https://github.com/SergioBenitez/Rocket/issues/513#issuecomment-357407524. Fixes https://github.com/graphql-rust/juniper/issues/125. --- juniper_rocket/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 2f474e3b..968e18e0 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -16,8 +16,8 @@ serde_derive = {version="1.0.2" } serde_json = { version = "1.0.2" } juniper = { version = "0.9.1" , path = "../juniper"} -rocket = { version = "0.3.4" } -rocket_codegen = { version = "0.3.4" } +rocket = { version = "0.3.6" } +rocket_codegen = { version = "0.3.6" } [dev-dependencies.juniper] version = "0.9.1"