fix(tests): use new serde map implementation

No fun, this one.
This commit is contained in:
Sebastian Thiel
2017-02-04 13:03:42 +01:00
parent 7a611c39aa
commit 1323d0dccb
4 changed files with 12 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ rustc-serialize = "*"
yup-oauth2 = "*"
serde = "*"
serde_json = "*"
serde_macros = "*"
serde_derive = "*"
strsim = "*"
[dev-dependencies]