Update Rust crate nix to 0.30.0

This commit is contained in:
Renovate Bot 2025-06-22 00:17:03 +00:00
parent 13b8e3de37
commit 3b50683bfd
2 changed files with 28 additions and 6 deletions

View file

@ -30,5 +30,5 @@ toml = "0.8.19"
zstd = "0.13.2"
argh = "0.1.13"
cmd_lib = "1.9.5"
nix = { version = "0.29.0", features = ["user"] }
nix = { version = "0.30.0", features = ["user"] }
async-recursion = "1.1.1"