mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(serde): upgrade to 0.7
Desired feature: ignore unknown fields, which is now on by default.
This commit is contained in:
@@ -29,8 +29,8 @@ name = "${util.program_name()}"
|
||||
hyper = "0.7"
|
||||
## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs
|
||||
mime = "0.1.0"
|
||||
serde = ">= 0.6.0"
|
||||
serde_json = ">= 0.6.0"
|
||||
serde = ">= 0.7.0"
|
||||
serde_json = ">= 0.7.0"
|
||||
yup-oauth2 = ">= 0.5.4"
|
||||
% for dep in cargo.get('dependencies', list()):
|
||||
${dep}
|
||||
|
||||
Reference in New Issue
Block a user