update nix crate to 0.29 and libc to 0.2.169

This commit is contained in:
J. Neuschäfer
2025-01-22 21:55:44 +00:00
committed by Alex Auvolat
parent 5e3e1f4453
commit 23d57b89dc
2 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ ipnet = "2.9.0"
lazy_static = "1.4"
md-5 = "0.10"
mktemp = "0.5"
nix = { version = "0.27", default-features = false, features = ["fs"] }
nix = { version = "0.29", default-features = false, features = ["fs"] }
nom = "7.1"
parse_duration = "2.1"
pin-project = "1.0.12"