aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2018-01-25 11:01:37 +0100
committerVincent Prouillet2018-01-25 11:14:28 +0100
commitab55eacbf9babb664657757c92d0b44b084385d8 (patch)
treede5aaf9d40067e5339cc915e3089e72726aed980
parent4a242db0d620d81811d18455c5088a6c1d322f32 (diff)
downloadvalidator-ab55eacbf9babb664657757c92d0b44b084385d8.tar.bz2
Update some dependencies
-rw-r--r--validator_derive/Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml
index 49560a0..cd00a3a 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -18,16 +18,14 @@ phone = ["validator/phone"]
syn = "0.11"
quote = "0.3"
if_chain = "0"
+validator = { version = "0.6", path = "../validator"}
[dev-dependencies]
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
-compiletest_rs = "0.2"
+compiletest_rs = "0.3"
regex = "0.2"
-lazy_static = "0.2"
+lazy_static = "1"
-[dependencies.validator]
-# path = "../validator"
-version = "0.6"