From 560b00d273d163a81a3d3d8a854eaf086f06b3eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:19:15 +0000 Subject: [PATCH] fix(deps): update rust crate iptables to 0.6.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 885aca500..10b4aa1d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,12 +895,11 @@ dependencies = [ [[package]] name = "iptables" -version = "0.5.2" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b627935a2f5d654613bea2bcd677cc760b03ecf224ced0f1970c0d174813b9" +checksum = "f30c9a636a0a728c67d1d420471c99b215708a17c222bb9afb16d0821e2d80d8" dependencies = [ "lazy_static", - "nix 0.29.0", "regex", ] diff --git a/Cargo.toml b/Cargo.toml index b6dd58d48..318c1afa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ anyhow = "1.0.93" clap = { version = "~4.5.42", features = ["derive", "env"] } env_logger = "0.11.8" ipnet = { version = "2.11.0", features = ["serde"] } -iptables = "0.5.2" +iptables = "0.6.0" libc = "0.2.157" log = "0.4.28" serde = { version = "1.0.219", features = ["derive"] }