From 74a83684a0f3dcc8824fe124fa047641ddf2f7bc Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 28 Jan 2017 19:04:48 +0900 Subject: Update deps --- validator_derive/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'validator_derive/Cargo.toml') 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" -- cgit v1.2.3