From f9a29bde32852c1e3db3249aa61b01b7ae7370ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:23:51 +0000 Subject: [PATCH] chore(deps): update rust crate nix to 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 607b1b198de..534abc9cd6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -352,7 +352,7 @@ lscolors = { version = "0.21.0", default-features = false, features = [ ] } memchr = "2.7.2" memmap2 = "0.9.4" -nix = { version = "0.30", default-features = false } +nix = { version = "0.31", default-features = false } nom = "8.0.0" notify = { version = "=8.2.0", features = ["macos_kqueue"] } num-bigint = "0.4.4"