From 85f28eaedb8c6e60ca2b0ba21d35f4b96a8b2f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:50:28 +0000 Subject: [PATCH] Update nix requirement from 0.26 to 0.27 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.27.1) --- 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 bf4a35ba..d9026448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ libc = "0.2" log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] } lz4-sys = "1.9" memmap2 = { version = "0.7", optional = true } -nix = "0.26" +nix = "0.27" num-derive = "0.4" num-traits = "0.2" parking_lot = "0.12"