From 862ab138bb4639e7746944b91164f80cbff82003 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 17:07:58 +0100 Subject: [PATCH] bump deps: itertools We need chain! Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2