From dd80b9745f11f0024b47f02de2795477c2540cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 06:38:51 +0000 Subject: [PATCH] chore(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 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09f494c..9a6d7fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3124,7 +3124,7 @@ dependencies = [ "inotify", "io-kit-sys", "libc", - "nix 0.29.0", + "nix 0.30.1", "pollster", "raw-window-handle", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8201bd4..d45fbea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Linux-specific dependencies [target.'cfg(target_os = "linux")'.dependencies] evdev = "0.12" -nix = { version = "0.29", features = ["ioctl", "fs", "signal"] } +nix = { version = "0.30", features = ["ioctl", "fs", "signal"] } inotify = "0.11" libc = "0.2"