From d3be0ec194950d4dd67e7b2012d15a43e84f393b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:19:44 +0000 Subject: [PATCH] Bump nix from 0.29.0 to 0.30.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e805fd59a..75aec2198 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3409,7 +3409,7 @@ dependencies = [ "env_logger", "itertools", "log", - "nix 0.29.0", + "nix 0.30.1", "pretty_assertions", "reqwest", "scopeguard", @@ -3449,7 +3449,7 @@ dependencies = [ "locale-codes", "log", "mime_guess", - "nix 0.29.0", + "nix 0.30.1", "paste", "pest", "pest_derive", diff --git a/Cargo.toml b/Cargo.toml index a65316cfb..60a5e5c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ itertools = "0.13" lazy_static = "1.5" log = "0.4" mime_guess = "2.0" -nix = "0.29" +nix = "0.30" num_cpus = "1.17" paste = "1.0.11" pest = "2.8"