From d2c12c296410be706c66bab824543f32be38da2d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 10 Apr 2016 13:41:44 +0200 Subject: [PATCH] chore(oauth): use compatible yup-oauth It seems all these serde versions interact with each other in unforseen ways, so they will have to be in sync for it to work. Its a shaky card-house I am building here, and I don't like it at all. --- 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 6f4a5578d6..107354da67 100644 --- a/src/mako/Cargo.toml.mako +++ b/src/mako/Cargo.toml.mako @@ -31,7 +31,7 @@ hyper = "0.8" mime = "0.2.0" serde = "0.6.0" serde_json = "0.6.0" -yup-oauth2 = ">= 0.5.5" +yup-oauth2 = ">= 0.5.6" % for dep in cargo.get('dependencies', list()): ${dep} % endfor