aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive
diff options
context:
space:
mode:
Diffstat (limited to 'validator_derive')
-rw-r--r--validator_derive/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml
index 12930fc..b52c8b5 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
-version = "0.6.4"
+version = "0.6.5"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"
@@ -15,8 +15,8 @@ proc-macro = true
phone = ["validator/phone"]
[dependencies]
-syn = { version = "0.12", features = ["extra-traits"] }
-quote = "0.4"
+syn = { version = "0.13", features = ["extra-traits"] }
+quote = "0.5"
if_chain = "0"
validator = { version = "0.6", path = "../validator"}