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

@@ -24,7 +24,7 @@ zstd = { version = "0.11.1", default-features = false }
winapi = "0.3.7"
[target.'cfg(not(target_os = "windows"))'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[dev-dependencies]
filetime = "0.2.7"

View File

@@ -14,7 +14,7 @@ edition = "2021"
links = "wasmtime-fiber-shims"
[target.'cfg(unix)'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"

View File

@@ -15,7 +15,7 @@ lazy_static = {version = "1.3.0", optional = true }
object = { version = "0.27.0", default-features = false, features = ["std", "read_core"], optional = true }
[target.'cfg(target_os = "linux")'.dependencies]
rustix = { version = "0.33.6", optional = true }
rustix = { version = "0.33.7", optional = true }
[badges]
maintenance = { status = "actively-developed" }

View File

@@ -33,7 +33,7 @@ log = "0.4.8"
winapi = { version = "0.3.8", features = ["winnt", "impl-default"] }
[target.'cfg(target_os = "linux")'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[features]
jitdump = ['wasmtime-jit-debug']

View File

@@ -31,7 +31,7 @@ memfd = { version = "0.4.1", optional = true }
mach = "0.3.2"
[target.'cfg(unix)'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.7", features = ["winbase", "memoryapi", "errhandlingapi", "handleapi"] }

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"

View File

@@ -26,7 +26,7 @@ io-lifetimes = { version = "0.5.0", default-features = false }
is-terminal = "0.1.0"
[target.'cfg(unix)'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"

View File

@@ -20,7 +20,7 @@ anyhow = "1"
io-lifetimes = { version = "0.5.0", default-features = false }
[target.'cfg(unix)'.dependencies]
rustix = "0.33.6"
rustix = "0.33.7"
[target.'cfg(windows)'.dependencies]
winapi = "0.3"