From bc582e57612821e71ec056d4f213db3a4ff2bb83 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 9 Oct 2016 15:40:52 +0200 Subject: [PATCH] chore(deps): use yup-oauth2 1.0 Celebrations ! --- src/mako/Cargo.toml.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mako/Cargo.toml.mako b/src/mako/Cargo.toml.mako index 57a6b344f2..3f2c3b48d1 100644 --- a/src/mako/Cargo.toml.mako +++ b/src/mako/Cargo.toml.mako @@ -31,7 +31,7 @@ hyper = "^ 0.9" mime = "^ 0.2.0" serde = "^ 0.8" serde_json = "^ 0.8" -yup-oauth2 = { version = "^ 0.9", optional = true, default-features = false } +yup-oauth2 = { version = "^ 1.0", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } % for dep in cargo.get('dependencies', list()): ${dep}