From 56c88f5bf4d67a281cbca7b44a1d1e41803876e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:11:53 +0000 Subject: [PATCH] Update nix requirement from 0.23 to 0.24 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/commits) --- 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..fa0d01c 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.24" [target.'cfg(linux)'.dev-dependencies] procfs = { git = "https://github.com/eminence/procfs.git" }