From 19d0ebc0c69781244e18b37c953558c202c4d295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:45:33 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.24.2 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.24.2...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 9c24b71..cafa493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ notify = "6.1.1" serde = "1.0.131" serde_derive = "1.0.131" libc = "0.2.112" -nix = "0.24.2" +nix = "0.29.0" lazy_static = "1.2" path-clean = "1.0.1" serde_yaml = "0.9.33"