From 96035f0ff9678558ec7c89de5251c66e9d66a471 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 16:09:22 +0100 Subject: [PATCH] bump deps: lazy-regex We use regex_replace_all Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a87106d..aedfdde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ hyper-tls = "0.5" indenter = "0.3" ipnet = "2" itertools = "0.10" -lazy-regex = "2" +lazy-regex = "2.2" lazy_static = "1.4" libc = "0.2" # just for EISDIR due to IsADirectory log = "0.4" -- 2.30.2