From 6d0f4cac7c78de43aba62af71d39f3a5bcb79447 Mon Sep 17 00:00:00 2001 From: Guy Taylor Date: Thu, 28 Feb 2019 14:36:15 +0000 Subject: [PATCH] Pin yup-oauth2 version to 1.x This ensures the yup-oauth2 version stays with the 1.x major version allowing the yup-oauth2 project to make a breaking change via a 2.x major version. Ref: https://github.com/dermesser/yup-oauth2/pull/86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02b2f5b9e5..8fbe1c409e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ clap = "*" hyper = "0.10" mime = "0.2" rustc-serialize = "*" -yup-oauth2 = "*" +yup-oauth2 = "^ 1.0" serde = "*" serde_json = "*" serde_derive = "*"