From 8409f39797892942623c7f5a230c59a4dd5423b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:12:41 +0000 Subject: [PATCH] build(deps): update nix requirement from >= 0.22, < 0.24 to >= 0.22, < 0.28 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.22.0...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 dc8def4..95a4f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ documentation = "http://docs.rs/openat-ext" [dependencies] openat = "0.1.15" libc = "^0.2.94" -nix = ">= 0.22, < 0.24" +nix = ">= 0.22, < 0.28" rand = "0.8.3" [dev-dependencies]