diff options
| author | Vincent Prouillet | 2017-05-22 23:36:15 +0900 | 
|---|---|---|
| committer | Vincent Prouillet | 2017-05-22 23:36:15 +0900 | 
| commit | 1754cbf8f1c6ab8b82c6caf7a0fcc86834403bf8 (patch) | |
| tree | 37206d60266fafd6a286e7d77643bc41fbecac2d | |
| parent | 314867ecf7f1ac29e9035b5f5f6acab1e82b62b0 (diff) | |
| download | validator-1754cbf8f1c6ab8b82c6caf7a0fcc86834403bf8.tar.bz2 | |
Update serde to 1.0
| -rw-r--r-- | validator_derive/Cargo.toml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index bc8f991..c62a1f8 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -16,9 +16,9 @@ syn = "0.11"  quote = "0.3"  [dev-dependencies] -serde = "0.9" -serde_derive = "0.9" -serde_json = "0.9" +serde = "1.0" +serde_derive = "1.0" +serde_json = "1.0"  compiletest_rs = "0.2"  regex = "0.2"  lazy_static = "0.2" | 
