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
This commit is contained in:
Guy Taylor
2019-02-28 14:36:15 +00:00
committed by Sebastian Thiel
parent 2ad9f3781d
commit 6d0f4cac7c

View File

@@ -20,7 +20,7 @@ clap = "*"
hyper = "0.10"
mime = "0.2"
rustc-serialize = "*"
yup-oauth2 = "*"
yup-oauth2 = "^ 1.0"
serde = "*"
serde_json = "*"
serde_derive = "*"