Update rustix requirement from 0.36 to 0.37

Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.0...v0.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-06 02:18:19 +00:00 committed by Taiki Endo
parent e84c3fd53c
commit 9f57bbfeb7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ autocfg = "1"
[target.'cfg(unix)'.dependencies]
async-io = "1.8"
rustix = { version = "0.36", default-features = false, features = ["std", "fs"] }
rustix = { version = "0.37", default-features = false, features = ["std", "fs"] }
[target.'cfg(unix)'.dependencies.signal-hook]
version = "0.3.0"