From f8b4d8b761b64f35650281facfd849847fa8bb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 17:35:17 +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 a398774..27fa711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ notify = "6.1.1" 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"