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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-29 04:02:41 -08:00 committed by GitHub
parent 973db87b98
commit 6972b77f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"