From 0a34835c55f68f0713a45c72d8d9b481b3c1853d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:23:43 +0000 Subject: [PATCH] Update nix requirement from 0.26.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.26.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 fdfd2ec..332942b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" log = "0.4.20" anyhow = "1.0.75" rust-embed = "8.0.0" -nix = { version = "0.26.2", features = ["mount", "signal", "user"]} +nix = { version = "0.29.0", features = ["mount", "signal", "user"]} rand = "0.8.5" ureq = "2.7.1" indicatif = "0.17.6"