Update to rustix 0.33.7. (#4052)

This pulls in the fix for bytecodealliance/rustix#285, which fixes a
failure in the WASI `time` APIs on powerpc64.
This commit is contained in:
Dan Gohman
2022-04-19 16:27:56 -07:00
committed by GitHub
parent 428958bf49
commit 321124ad21
10 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ cap-rand = "0.24.1"
bitflags = "1.2"
[target.'cfg(unix)'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[target.'cfg(windows)'.dependencies]
io-extras = "0.13.2"