From a039ef0ea4062de4c05fd533f70eb93cbd0ee404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:20:58 +0000 Subject: [PATCH] Update nix requirement from 0.27.1 to 0.28.0 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.27.1...v0.28.0) --- 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 255d7f1..894d27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["test_fixture"] [dependencies] libc = "0.2.150" -nix = { version = "0.27.1", features = ["ioctl", "socket"] } +nix = { version = "0.28.0", features = ["ioctl", "socket"] } [dev-dependencies] rand = "0.8.3"