diff options
| author | Vincent Prouillet | 2017-01-28 19:04:48 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-28 19:04:48 +0900 |
| commit | 74a83684a0f3dcc8824fe124fa047641ddf2f7bc (patch) | |
| tree | de4a087ad2cd674fdcbc1a83a3e0fd3c3e5dcc30 /validator_derive/Cargo.toml | |
| parent | 1014ac364725386579ecbd21a520a9d3eb56979e (diff) | |
| download | validator-74a83684a0f3dcc8824fe124fa047641ddf2f7bc.tar.bz2 | |
Update deps
Diffstat (limited to 'validator_derive/Cargo.toml')
| -rw-r--r-- | validator_derive/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 3cbe9a8..b68ae49 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -12,13 +12,13 @@ keywords = ["validation", "api", "validator"] proc-macro = true [dependencies] -syn = "0.10" +syn = "0.11" quote = "0.3" [dev-dependencies] -serde = "0.8" -serde_derive = "0.8" -serde_json = "0.8" +serde = "0.9" +serde_derive = "0.9" +serde_json = "0.9" compiletest_rs = "0.2" regex = "0.2" lazy_static = "0.2" |
