From 92b547c025fb642020ebd6d460ef4e413cd982d8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 16:17:21 +0100 Subject: [PATCH] bump deps: ipnet We need IpNet to be Default. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2