chore(serde): upgrade to 0.7

Desired feature: ignore unknown fields, which is now on by default.
This commit is contained in:
Sebastian Thiel
2016-02-27 12:30:09 +01:00
parent 4878fcb803
commit be0faf0e1d
2 changed files with 7 additions and 7 deletions

View File

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