From: Ian Jackson Date: Thu, 15 Jun 2023 15:09:22 +0000 (+0100) Subject: bump deps: lazy-regex X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=96035f0ff9678558ec7c89de5251c66e9d66a471;p=hippotat.git bump deps: lazy-regex We use regex_replace_all Signed-off-by: Ian Jackson --- 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"