From 2b5926ff8e3b6f713a223dffb920a928d039fcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:28:04 +0000 Subject: [PATCH] chore(deps): 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 | 2 +- injector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 99ff138..5010670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "2.0.17" serde = "1.0.228" x509-cert = "0.2.5" watchdog_rs = "*" -nix = { version = "0.30.1", features = ["mman"] } +nix = { version = "0.31.1", features = ["mman"] } rsproperties = { version = "0.2.2", features = ["builder"] } libsqlite3-sys = "0.36.0" rand = "0.9.2" diff --git a/injector/Cargo.toml b/injector/Cargo.toml index a2ccaec..bb4b52f 100644 --- a/injector/Cargo.toml +++ b/injector/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" libc = "0.2.177" log = "0.4.28" log4rs = "1.4.0" -nix = { version = "0.30.1", features = ["dir", "fs", "ptrace", "signal"] } +nix = { version = "0.31.1", features = ["dir", "fs", "ptrace", "signal"] } lsplt-rs = "2.1.5" anyhow = "1.0.100"