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

fix(deps): update rust crate nix to 0.31.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-24 03:46:10 +00:00
committed by GitHub
parent b64d365bd7
commit 6b294c7447

View File

@@ -42,7 +42,7 @@ log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.146"
zbus = { version = "5.13.1" }
nix = { version = "0.30.1", features = ["net", "sched", "signal", "socket", "user"] }
nix = { version = "0.31.1", features = ["net", "sched", "signal", "socket", "user"] }
rand = "0.9.2"
sha2 = "0.10.9"
netlink-packet-route = "0.28.0"