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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-26 05:21:17 +00:00
committed by GitHub
parent 973db87b98
commit 2cab9d527c

View File

@ -21,7 +21,7 @@ anyhow = "1.0"
thiserror = "1.0" thiserror = "1.0"
log = "0.4.20" log = "0.4.20"
libc = "0.2" libc = "0.2"
nix = "0.27.1" nix = "0.28.0"
bytemuck = "1.14.0" bytemuck = "1.14.0"
slice-copy = "0.3.0" slice-copy = "0.3.0"
memchr = "2" memchr = "2"