From 67b5c9ba6d91614abbc27264e80fa5c125592b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:32:37 +0000 Subject: [PATCH] Update nix requirement from 0.30.1 to 0.31.1 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.1...v0.31.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf77438..4311d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ test-programs = [] [dependencies] libc = "0.2.99" -nix = { version = "0.30.1", features = ["process", "ptrace"] } +nix = { version = "0.31.1", features = ["process", "ptrace"] } thiserror = "2.0.16" tracing = "0.1.41" @@ -27,7 +27,7 @@ memoffset = "0.9.1" [dev-dependencies] anyhow = "1.0.31" lazy_static = "1.4.0" -nix = { version = "0.30.1", features = ["process", "ptrace", "signal"] } +nix = { version = "0.31.1", features = ["process", "ptrace", "signal"] } ntest = "0.9.0" pretty_assertions = "1.4.1" structopt = "0.3.21"