From f00397b5408c12c4a658bbe8c992d0907fdc0f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 20:01:58 +0000 Subject: [PATCH] Update nix requirement from 0.19.0 to 0.26.1 in /src/test Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.19.0...v0.26.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Cargo.toml b/src/test/Cargo.toml index 22ef1f2384..bcc55832c9 100644 --- a/src/test/Cargo.toml +++ b/src/test/Cargo.toml @@ -71,4 +71,4 @@ path = "memory/test_mmap.rs" [dependencies] libc = "0.2" -nix = "0.19.0" +nix = "0.26.1"