From 11a5b28155438f97fb2159719a5affb4dc3977e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:53:31 +0000 Subject: [PATCH] chore(deps): 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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cddf3fa..2575294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,12 +543,9 @@ dependencies = [ [[package]] name = "ipnetwork" -version = "0.20.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" -dependencies = [ - "serde", -] +checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" [[package]] name = "is_terminal_polyfill" diff --git a/Cargo.toml b/Cargo.toml index 4d3801e..bf9ae96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ url = "2.5" log = "0.4" env_logger = "0.11" regex = "1.9" -ipnetwork = "0.20" +ipnetwork = "0.21" thiserror = "2.0" tracing = "0.1" tracing-subscriber = "0.3"