From 4cf428c97fd82749c2b70fcfb2c7f642a4c0adc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 23:29:10 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.29.0 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.29.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.29.0 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 e682c45fc..0c12d1910 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ crossbeam-queue = "0.3.8" futures-channel = "0.3.29" futures-util = "0.3.29" libc = "0.2.164" -nix = "0.29.0" +nix = "0.30.1" once_cell = "1.18.0" os_pipe = "1.1.4" paste = "1.0.14"