From: Ian Jackson Date: Thu, 15 Jun 2023 16:07:58 +0000 (+0100) Subject: bump deps: itertools X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=862ab138bb4639e7746944b91164f80cbff82003;p=hippotat.git bump deps: itertools We need chain! Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 069905e..b8f9759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ hyper = { version = "0.14", features = ["full"] } hyper-tls = "0.5" indenter = "0.3" ipnet = "2.3" -itertools = "0.10" +itertools = "0.10.1" lazy-regex = "2.2" lazy_static = "1.4" libc = "0.2" # just for EISDIR due to IsADirectory