From: Ian Jackson Date: Thu, 15 Jun 2023 15:17:21 +0000 (+0100) Subject: bump deps: ipnet X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=92b547c025fb642020ebd6d460ef4e413cd982d8;p=hippotat.git bump deps: ipnet We need IpNet to be Default. Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 0a34825..ffd85b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ heck = "0.4" hyper = { version = "0.14", features = ["full"] } hyper-tls = "0.5" indenter = "0.3" -ipnet = "2" +ipnet = "2.3" itertools = "0.10" lazy-regex = "2.2" lazy_static = "1.4"