From 61035dab4f9d0ef8d460814bff71aae7bf39fa4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:23:00 +0000 Subject: [PATCH] Update nix requirement from 0.29 to 0.30 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 0d93b0ce..f7cf8ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ corosensei = "0.2" core_affinity = "0.8" crossbeam-utils = "0.8" crossbeam-skiplist = "0.1" -nix = "0.29" +nix = "0.30" io-uring = "0.7" windows-sys = "0.59" anyhow = "1.0"