From 66216276d587bb2bb674c8228731ddcdad688cd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 16:16:19 +0000 Subject: [PATCH] Update Rust crate nix to 0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bad8b7..9ae773d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ windows = { version = "0.56", features = [ ] } [target.'cfg(unix)'.dependencies] -nix = { version = "0.28", features = ["user"] } +nix = { version = "0.29", features = ["user"] } [features] all = ["macros", "network", "root", "std", "traits"]