From e4414c80c8ddf7b82bea1a5c28ff6d18671912b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:15:56 +0000 Subject: [PATCH] deps(deps): 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/commits/v0.21.1) --- updated-dependencies: - dependency-name: ipnetwork dependency-version: 0.21.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clients/wraith-redops/team-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/wraith-redops/team-server/Cargo.toml b/clients/wraith-redops/team-server/Cargo.toml index 55e9a1fc..202f9a75 100644 --- a/clients/wraith-redops/team-server/Cargo.toml +++ b/clients/wraith-redops/team-server/Cargo.toml @@ -29,7 +29,7 @@ prost-types = "0.13" sqlx = { version = "0.8.6", default-features = false, features = ["runtime-tokio-rustls", "postgres", "macros", "ipnetwork"] } sqlx-core = { version = "=0.8.6", features = ["migrate"] } sqlx-postgres = { version = "=0.8.6", features = ["json", "chrono", "uuid", "migrate"] } -ipnetwork = "0.20" +ipnetwork = "0.21" # Serialization serde = { version = "1.0", features = ["derive"] }