diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 11c7b07d9..321f1cf36 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } rusqlite = "0.37.0" regex = "1.11.1" indicatif = "0.18.3" -nix = { version = "0.29.0", features = ["process"] } +nix = { version = "0.30.1", features = ["process"] } serde_json = "1.0.135" serde = { version = "1.0", features = ["derive"] } libpkgx = { version = "0.7.0", path = "../lib" }