From 8fd0d392558422d95119a2e09f261bd4ac54e6d2 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 14 Oct 2019 20:38:48 +0200 Subject: Update deps --- validator_derive/src/asserts.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'validator_derive/src/asserts.rs') diff --git a/validator_derive/src/asserts.rs b/validator_derive/src/asserts.rs index a5892a8..023dd0d 100644 --- a/validator_derive/src/asserts.rs +++ b/validator_derive/src/asserts.rs @@ -1,5 +1,7 @@ use regex::Regex; +use lazy_static::lazy_static; + lazy_static! { pub static ref COW_TYPE: Regex = Regex::new(r"Cow<'[a-z]+,str>").unwrap(); } -- cgit v1.2.3