Update to rustix 0.33.5, to fix a link error on Android (#3966)

* Update to rustix 0.33.5, to fix a link error on Android

This updates to rustix 0.33.5, which includes bytecodealliance/rustix#258,
which fixes bytecodealliance/rustix#256, a link error on Android.

Fixes #3965.

* Bump the rustix versions in the Cargo.toml files too.
This commit is contained in:
Dan Gohman
2022-03-29 10:17:10 -07:00
committed by GitHub
parent 6c8c94723a
commit 819b61b661
10 changed files with 11 additions and 11 deletions

4
Cargo.lock generated
View File

@@ -2500,9 +2500,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.33.3"
version = "0.33.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9466f25b92a648960ac1042fd3baa6b0bf285e60f754d7e5070770c813a177a"
checksum = "03627528abcc4a365554d32a9f3bbf67f7694c102cfeda792dc86a2d6057cc85"
dependencies = [
"bitflags",
"errno",