From ffcb45674b4e702d09f3303c4f6bd36bcc1bca52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:17:59 +0000 Subject: [PATCH] Update ipnetwork requirement from 0.20 to 0.21 Updates the requirements on [ipnetwork](https://github.com/achanda/ipnetwork) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e973465..44efba80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ foundations = { version = "4", default-features = false } futures = { version = "0.3" } futures-util = { version = "0.3", default-features = false } h3i = { version = "0.4", path = "./h3i" } -ipnetwork = { version = "0.20" } +ipnetwork = { version = "0.21" } libc = { version = "0.2.76", default-features = false } log = { version = "0.4.20" } mio = { version = "0.8" }