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"