From 314a3e486185c7493b6a46691dac28c88c3e2f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 23:56:14 +0000 Subject: [PATCH] Update nix requirement from 0.23 to 0.30 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.23.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.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 fb2ad613..379b40d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ trybuild = "1.0.71" matrixmultiply = "0.3.2" rayon = "1.1" hostname = "0.3" -nix = "0.23" +nix = "0.30" assert_cmd = "2.0.4" serial_test = "0.6.0" tracing-subscriber = "0.3"