Merge pull request 'Update Rust crate nix to 0.30.0' (#11) from renovate/nix-0.x into main

Reviewed-on: #11
This commit is contained in:
JMARyA 2025-06-22 00:28:02 +00:00
commit e5410890c9
2 changed files with 3 additions and 3 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"