From a37d29156b14e3dc634ec68d857d4fb30a657a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:34:39 +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.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.0 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 0889ffe..187bbb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ windows-service = "0.8" [target.'cfg(unix)'.dependencies] daemonize = "0.5" -nix = { version = "0.30", default-features = false, features = [ +nix = { version = "0.31", default-features = false, features = [ "fs", "socket", "uio",