From ab72651ca54affc263b5a80b4078f2ece200123f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:18:53 +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 3ca24cb..afdf394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" log = "0.4.19" fern = "0.6.2" -nix = "0.26.2" +nix = "0.29.0" thiserror = "1.0.44" cfg-if = "1.0.0" profiling = "1.0.9"