From 3c380f1bda752becce851f918cedea98d6502d5f Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 30 Mar 2024 01:31:00 +0100 Subject: [PATCH] Bump nix dependency to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3e4626..79e1fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ unicode-linebreak = ">= 0.1.5" # Required to fix minimal-versions # For testing unix signals [target.'cfg(unix)'.dev-dependencies] -nix = { version = "0.27.1", default-features = false, features = ["signal"] } +nix = { version = "0.28.0", default-features = false, features = ["signal"] } # Make leak sanitizer more reliable [profile.dev]