aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--validator/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/validator/Cargo.toml b/validator/Cargo.toml
index 06ef32c..be60098 100644
--- a/validator/Cargo.toml
+++ b/validator/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Common validation functions (email, url, length, ...) and trait"
@@ -11,7 +11,7 @@ keywords = ["validation", "api", "validator"]
[dependencies]
url = "1"
regex = "0.2"
-lazy_static = "0.2"
+lazy_static = "1"
idna = "0.1"
serde = "1"
serde_derive = "1"