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

4
Cargo.lock generated
View File

@@ -2417,9 +2417,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.33.6"
version = "0.33.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ac32d9fc97153ca55305284cb6c2dcbb84e1fc6d7ac13392cea02222f2d8741"
checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
dependencies = [
"bitflags",
"errno",