From af1cc5d11ca75f3fbc301acf80c438bda7ae337a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:43:53 +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 2a3ec14..795a977 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"