From ec1086818148bb5814bb2f9814f5e341d995d393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:29:45 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.24.2 to 0.30.1 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.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 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 e2be237..99b3b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ notify = "8.0.0" serde = "1.0.131" serde_derive = "1.0.131" libc = "0.2.112" -nix = "0.24.2" +nix = "0.30.1" lazy_static = "1.2" path-clean = "1.0.1" serde_yaml = "0.9.33"