From c2d61fe5016650bed501a118fe64c42e7b67fb25 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 12 Nov 2019 12:03:20 +0100 Subject: chore(deps): lock regex crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d26fb46..f6f87cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dns-lookup = "1.0.1" signal-hook = "0.1.10" failure = "0.1.6" chrono = "0.4" -regex = "*" +regex = "1.3.1" [target.'cfg(target_os="linux")'.dependencies] procfs = "0.5.3" -- cgit v1.2.3