From 353aa6c891f8d37c2d60682470761bdfc86ed680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 04:03:22 +0000 Subject: [PATCH] build(deps): update nix requirement from ^0.29 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.29.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 573b343..dadc202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.69" hmac = "^0.12" libc = "^0.2" log = "^0.4" -nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } +nix = { version = "^0.31", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } nom = "8" serde = { version = "^1.0.91", features = ["derive"] } sha2 = "^0.10"