From 2cab9d527c22533345855f07b6aefcfbcfd44046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:21:17 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.27.1 to 0.28.0 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.27.1...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 4ad9f5a..fac9f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0" thiserror = "1.0" log = "0.4.20" libc = "0.2" -nix = "0.27.1" +nix = "0.28.0" bytemuck = "1.14.0" slice-copy = "0.3.0" memchr = "2"