From 5402a66af5fd04ef886a99287a1b86783b127ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:46:12 +0000 Subject: [PATCH] Bump ipnetwork from 0.20.0 to 0.21.1 Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/achanda/ipnetwork/releases) - [Changelog](https://github.com/achanda/ipnetwork/blob/master/CHANGELOG.md) - [Commits](https://github.com/achanda/ipnetwork/compare/v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: ipnetwork dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30ecaa1..0f36777 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1393,6 +1393,12 @@ dependencies = [ "serde", ] +[[package]] +name = "ipnetwork" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" + [[package]] name = "is_terminal_polyfill" version = "1.70.1" @@ -1749,7 +1755,7 @@ dependencies = [ "clap", "futures", "inkjet", - "ipnetwork", + "ipnetwork 0.21.1", "minijinja", "phf", "rust-embed", @@ -2491,7 +2497,7 @@ dependencies = [ "hashbrown 0.15.5", "hashlink", "indexmap", - "ipnetwork", + "ipnetwork 0.20.0", "log", "memchr", "once_cell", @@ -2613,7 +2619,7 @@ dependencies = [ "hkdf", "hmac", "home", - "ipnetwork", + "ipnetwork 0.20.0", "itoa", "log", "md-5", diff --git a/Cargo.toml b/Cargo.toml index b9a1d30..747bb68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ features = [ version = "0.4.41" [dependencies.ipnetwork] -version = "0.20.0" +version = "0.21.1" [dependencies.uuid] version = "1.16.0"