From 8227542bb01dffa79f7e08694291480b3df3d728 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 4 Dec 2017 21:20:42 +0100 Subject: Update lazy_static to 1.0 and bump version --- validator/Cargo.toml | 4 ++-- 1 file 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 "] 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" -- cgit v1.2.3