From 6972b77f55648669f130273c8be8e07f583a7c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 04:02:41 -0800 Subject: [PATCH] build(deps): update nix requirement from 0.27.1 to 0.28.0 (#3) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"