diff options
Diffstat (limited to 'validator_derive')
| -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" | 
