From 9396c28ab11f7e85997b3ef46b57ac5bc438f598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:42:46 +0000 Subject: [PATCH] Update nix requirement from 0.30.1 to 0.31.2 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.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 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..3002fb5 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.2", 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.2", features = ["process", "ptrace", "signal"] } ntest = "0.9.0" pretty_assertions = "1.4.1" structopt = "0.3.21"