From 18f500f966cb9f6f57ed7075c0cdca655568430d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:34:18 +0000 Subject: [PATCH] Update nix requirement from ^0.30.0 to ^0.31.0 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d21c7ed..483f65d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ maintenance = { status = "passively-maintained" } bindgen = { version = "^0.72", optional = true } cc = "^1.1.6" pkg-config = "^0.3.30" -nix = { version = "^0.30.0", default-features = false, features = ["fs"] } +nix = { version = "^0.31.0", default-features = false, features = ["fs"] } [lib] crate-type = ["lib", "staticlib"]