From 3746a34be0a3238750f7c54e4c476f0689a5ee2d Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 29 Apr 2025 19:00:10 +0200 Subject: [PATCH] Upgrade `nix` to v0.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5b9dc6..1d2826e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ default-features = false version = "0.4" [target.'cfg(unix)'.dependencies] -nix = { version = "0.29", features = ["term"] } +nix = { version = "0.30", features = ["term"] } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = [