From 99c1769430fbf6b420c063fc0de25a7e84086c6a Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 24 Mar 2021 14:16:31 +0530 Subject: [PATCH] validator upgrade --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac52764..627c452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "argon2-creds" -version = "0.2.0" +version = "0.2.1" authors = ["realaravinth "] description = "Convenient abstractions for all things credentials" keywords = ["credentials", "password"] @@ -22,7 +22,7 @@ rust-argon2 = "0.8.3" derive_more = "0.99.11" unicode-normalization = "0.1.6" ammonia = "3.1.0" -validator = { version = "0.12.0", features = ["derive"]} +validator = { version = "0.13.0", features = ["derive"]} lazy_static = "1.4.0" regex = { version = "1.3.9", features = [ "perf-inline", "perf-dfa", "perf-literal", "perf-cache", "perf"]} rand = "0.8.0"