From 0390299b6b21d049ac18bad27f19c75db4bfe46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 17:20:16 +0000 Subject: [PATCH] Update nix requirement from 0.26.1 to 0.27.1 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.1...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87f5e83..f9c70b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ warp = "0.3.1" # For testing unix signals [target.'cfg(unix)'.dev-dependencies] -nix = { version = "0.26.1", default-features = false, features = ["signal"] } +nix = { version = "0.27.1", default-features = false, features = ["signal"] } # Make leak sanitizer more reliable [profile.dev]