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.
This commit is contained in:
Sebastian Thiel
2016-04-10 13:41:44 +02:00
parent 065cfdd22f
commit d2c12c2964

View File

@@ -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