From 7decfeeb7fb95f28101be64d9cf95bac9e709bb1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 24 Apr 2023 21:15:44 +0200 Subject: [PATCH] lower the regex dep. we don't need 1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21f94c2..17fc9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ license = "MIT" repository = "https://github.com/uutils/humantime_to_duration" [dependencies] -regex = "1.8.1" +regex = "1.7" time = "0.3.20"