From 391a73a2d0e22fd5c0f3821659e83e6fd6e89a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:59:34 +0000 Subject: [PATCH] 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.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 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 2ec75c7..c615cc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "GPL-3.0" features = [ "beacon_based" ] [dependencies] -nix = { version = "0.29", features = [ "net", "process", "user", "hostname" ] } +nix = { version = "0.31", features = [ "net", "process", "user", "hostname" ] } rand = "0.8.5" parking_lot = "0.12.3"