From 3fc986e00c924116fdc5aea579e5fd2cabdf3118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:12:46 +0000 Subject: [PATCH] fix(deps): 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 | 2 +- crates/cli/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbd99a213b..931b27a51e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1159,7 +1159,7 @@ dependencies = [ "libc", "mimalloc", "mockito", - "nix 0.29.0", + "nix 0.30.1", "objc2 0.5.2", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 60cec08e3f..bc4e4410f9 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -76,7 +76,7 @@ indoc = "2.0.6" insta = "1.43.1" libc = "0.2.172" mimalloc = "0.1.46" -nix = { version = "0.29.0", features = [ +nix = { version = "0.30.1", features = [ "feature", "fs", "ioctl", @@ -157,7 +157,7 @@ whoami = "1.6.0" winnow = "=0.6.2" [target.'cfg(unix)'.dependencies] -nix = { version = "0.29.0", features = [ +nix = { version = "0.30.1", features = [ "feature", "fs", "ioctl",