From 4a55d9cafa3205516d8a93f5689571e31533b373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:12:24 +0000 Subject: [PATCH] build(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-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be36ff0..ab4cedd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2895,6 +2895,12 @@ dependencies = [ "serde", ] +[[package]] +name = "ipnetwork" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" + [[package]] name = "iri-string" version = "0.7.10" @@ -4414,7 +4420,7 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "682396b533413cc2e009fbb48aadf93619a149d3e57defba19ff50ce0201bd0d" dependencies = [ - "ipnetwork", + "ipnetwork 0.20.0", "pnet_base", "pnet_datalink", "pnet_packet", @@ -4437,7 +4443,7 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e79e70ec0be163102a332e1d2d5586d362ad76b01cec86f830241f2b6452a7b7" dependencies = [ - "ipnetwork", + "ipnetwork 0.20.0", "libc", "pnet_base", "pnet_sys", @@ -4696,7 +4702,7 @@ dependencies = [ "dirs 5.0.1", "flate2", "indicatif 0.17.11", - "ipnetwork", + "ipnetwork 0.20.0", "parking_lot", "rand 0.8.5", "regex", @@ -4746,7 +4752,7 @@ dependencies = [ "futures", "governor", "indicatif 0.17.11", - "ipnetwork", + "ipnetwork 0.20.0", "memmap2", "mlua", "native-tls", @@ -6176,7 +6182,7 @@ dependencies = [ "directories", "futures", "hex", - "ipnetwork", + "ipnetwork 0.21.1", "mlua", "proptest", "prtip-core", diff --git a/Cargo.toml b/Cargo.toml index 65bc9c5..bc3e581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } tracing-appender = "0.2" # Networking -ipnetwork = "0.20" +ipnetwork = "0.21" # Database rusqlite = { version = "0.32", features = ["bundled"] }