From 2a3df16a6148ac1f48121b87232f24975f45a9c0 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 30 Jun 2021 20:11:23 +0530 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb003d1..9f6b2fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.13.0", features = ["derive"]} +validator = { version = "0.14.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"