From e4b3ba45fef075738751b9347e705617ccd00231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:07:11 +0000 Subject: [PATCH] Update Rust crate iptables to 0.5.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ab83abab..9fff00528 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,9 +1265,9 @@ dependencies = [ [[package]] name = "iptables" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b627935a2f5d654613bea2bcd677cc760b03ecf224ced0f1970c0d174813b9" +checksum = "587f29670d67df4c7af1631928dcc592e24e897e961f89b06b142b95702ce21f" dependencies = [ "lazy_static", "nix 0.29.0", diff --git a/Cargo.toml b/Cargo.toml index ab8dbce73..2e07aae2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ anyhow = "1.0.93" clap = { version = "~4.5.23", features = ["derive", "env"] } env_logger = "0.11.6" ipnet = { version = "2.11.0", features = ["serde"] } -iptables = "0.5.2" +iptables = "0.5.3" libc = "0.2.157" log = "0.4.24" serde = { version = "1.0.213", features = ["derive"], optional = true }