From 24186329cf4caf1c5fbca4597babf02cf4a8c0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 04:55:53 +0000 Subject: [PATCH] chore(deps): bump iptables from 0.5.3 to 0.6.0 Bumps [iptables](https://github.com/yaa110/rust-iptables) from 0.5.3 to 0.6.0. - [Release notes](https://github.com/yaa110/rust-iptables/releases) - [Commits](https://github.com/yaa110/rust-iptables/compare/0.5.3...v0.6.0) --- updated-dependencies: - dependency-name: iptables dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++--------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a36bdaa..1fd909c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2248,12 +2248,11 @@ checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" [[package]] name = "iptables" -version = "0.5.3" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "587f29670d67df4c7af1631928dcc592e24e897e961f89b06b142b95702ce21f" +checksum = "f30c9a636a0a728c67d1d420471c99b215708a17c222bb9afb16d0821e2d80d8" dependencies = [ "lazy_static", - "nix 0.29.0", "regex", ] @@ -2772,18 +2771,6 @@ dependencies = [ "memoffset 0.6.5", ] -[[package]] -name = "nix" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" -dependencies = [ - "bitflags 2.10.0", - "cfg-if", - "cfg_aliases", - "libc", -] - [[package]] name = "nix" version = "0.30.1" diff --git a/Cargo.toml b/Cargo.toml index 81a17b9..98de9a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ notify = "8.2.0" privdrop = "0.5.6" base16ct = { version = "0.3.0", features = ["alloc"] } nftables = "0.6" -iptables = "0.5" +iptables = "0.6" actix-web = "4.12" actix-files = "0.6" instant-acme = "0.8"