From 726f777b7cb213932f66c98415476729fc2f5213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:04:51 +0000 Subject: [PATCH] chore(deps): bump ipnetwork from 0.20.0 to 0.21.0 Bumps [ipnetwork](https://github.com/achanda/ipnetwork) from 0.20.0 to 0.21.0. - [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.0) --- 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..8efd413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,12 +543,9 @@ dependencies = [ [[package]] name = "ipnetwork" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" -dependencies = [ - "serde", -] +checksum = "2f7d1e51dceb94e362a3bd4849c5b8b44989faf8b66998fc0a44ff11923393c9" [[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"