mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-17 00:42:13 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user