1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

fix(deps): update rust crate iptables to 0.6.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-06 12:19:15 +00:00
committed by GitHub
parent 4a7b1648ef
commit 560b00d273
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -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",
]

View File

@@ -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"] }