From a2cbb0994d4c46dadd6ef8d8946827346ba997a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:15:58 +0000 Subject: [PATCH] Update nix requirement from 0.30 to 0.31 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.30.0...v0.31.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 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 45805bf..ae6a536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rand = "0.9" log = { version = "0.4", optional = true } [target.'cfg(unix)'.dependencies] -nix = { version = "0.30", default-features = false, features = ["fs", "mman"] } +nix = { version = "0.31", default-features = false, features = ["fs", "mman"] } libc = "0.2" [target.'cfg(windows)'.dependencies]