From aab1b969d1e8dd4f32d9e29bc40fe7a2b7ab434f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 18:39:47 +0000 Subject: [PATCH] Update nix requirement from 0.28.0 to 0.29.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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: nix 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 b00d65c..8717369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ thiserror = "1.0.38" which = "6.0.1" [target.'cfg(unix)'.dependencies.nix] -version = "0.28.0" +version = "0.29.0" default-features = false features = ["fs", "term"]