From f7c86e651ce61265c8d7c65c184f5f766cab022f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 16:03:01 +0000 Subject: [PATCH] Update nix requirement from 0.23 to 0.26 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.23.0...v0.26.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 51a615b..d883cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rand_xorshift = "0.3.0" criterion = "0.3" [target.'cfg(linux)'.dependencies] -nix = "0.23" +nix = "0.26" [target.'cfg(linux)'.dev-dependencies] procfs = { git = "https://github.com/eminence/procfs.git" }