From f5f1df099beeebf86028f208416480485c60dea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 03:08:56 +0000 Subject: [PATCH] Update nix requirement from 0.26 to 0.28 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.0...v0.28.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 7309044d..34f8c2ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ log = { version = "0.4", features = [ ] } lz4-sys = { version = "=1.9.5" } memmap2 = { version = "0.9", optional = true } -nix = "0.26" +nix = "0.30" num-derive = "0.4" num-traits = "0.2" parking_lot = "0.12"