From a3474ce2e0d0dc42dc590381a20ac669e6d16e3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:52:41 +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 e2efeee..e7d4c72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ libc = "0.2.171" libmount-sys = "0.1.1" linux-raw-sys = { version = "0.12.0", features = ["ioctl"] } md-5 = "0.10.6" -nix = { version = "0.30", default-features = false } +nix = { version = "0.31", default-features = false } parse_datetime = "0.11.0" phf = "0.13.0" phf_codegen = "0.13.0"