From 457c101fd8318c10a4d8bd65a7e52423164fd57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 09:03:09 +0000 Subject: [PATCH] build(deps): bump cidr-utils from 0.6.2 to 0.7.0 Bumps [cidr-utils](https://github.com/magiclen/cidr-utils) from 0.6.2 to 0.7.0. - [Commits](https://github.com/magiclen/cidr-utils/compare/v0.6.2...v0.7.0) --- updated-dependencies: - dependency-name: cidr-utils dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a60838cd..98aa1efc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,15 +373,15 @@ dependencies = [ [[package]] name = "cidr" -version = "0.2.3" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bdf600c45bd958cf2945c445264471cca8b6c8e67bc87b71affd6d7e5682621" +checksum = "579504560394e388085d0c080ea587dfa5c15f7e251b4d5247d1e1a61d1d6928" [[package]] name = "cidr-utils" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c494106d7fef49cfc120713ff18ddb52ed7fc65b19a60e1cf2104073a8ef4c7" +checksum = "08cf1a6d9282d83ebaa2b40eab4d1f2cf267b38c2c774a83be39c345f9171a2f" dependencies = [ "cidr", "num-bigint", diff --git a/Cargo.toml b/Cargo.toml index b59bf10a..eb36781a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ ansi_term = "0.12.1" toml = "1.1.2" serde = "1.0.124" serde_derive = "1.0.116" -cidr-utils = "0.6.2" +cidr-utils = "0.7.0" itertools = "0.14.0" hickory-resolver = { version = "0.24.3", features = ["dns-over-rustls"] } anyhow = "1.0.40"