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.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-28 13:40:29 +00:00 committed by Taiki Endo
parent 084a207cf1
commit 2ca5cd505b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ url = "2"
[target.'cfg(target_os = "linux")'.dev-dependencies]
inotify = { version = "0.10", default-features = false }
nix = "0.26"
nix = "0.27"
timerfd = "1"
[target.'cfg(windows)'.dev-dependencies]