From a0b6cd432c73178bf684230b40b72a9cffb311e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:44:04 +0000 Subject: [PATCH] Update nix requirement from 0.26 to 0.27 (#621) 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.0...v0.27.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dominic --- examples/hello_world_until/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world_until/Cargo.toml b/examples/hello_world_until/Cargo.toml index 54dee46e..dd2f2792 100644 --- a/examples/hello_world_until/Cargo.toml +++ b/examples/hello_world_until/Cargo.toml @@ -12,4 +12,4 @@ futures-util = "0.3.14" tokio = { version = "1.11.0", features = ["full"] } [target.'cfg(unix)'.dev-dependencies] -nix = "0.26" +nix = { version = "0.27", features = ["process", "signal"] }