From 4d6ec5359a6f6aa4a39f4aa4ad2566bf8ef0021f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 05:53:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcb3cf8..eb0db20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.145" tokio = { version = "1.48.0", features = ["rt"] } [target.'cfg(target_os = "linux")'.dependencies] -nix = { version = "0.30.1", features = ["fs", "mount", "process"] } +nix = { version = "0.31.1", features = ["fs", "mount", "process"] } rtnetlink = "0.20.0" tempfile = "3.23.0"