diff --git a/Cargo.toml b/Cargo.toml index 65fe866..20777d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ dirs = "5.0" env_logger = { version = "0.10", default-features = false } log = { workspace = true } logging_timer = "1.1" -nix = "0.27" +nix = { version = "0.27", features = ["process"] } serde = { version = "1.0", features = ["derive"] } tempfile = { workspace = true } toml = "0.8"