From 9f44e84c9066040697852adc98b034ac0bbbba09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 02:29:37 +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 6348cfd6..e93fdf1f 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.8", optional = true } -nix = "0.26" +nix = "0.27" num-derive = "0.4" num-traits = "0.2" parking_lot = "0.12"