Update several dependencies. (#6171)
This updates to rustix 0.37.13, which contains some features we can use to implement more features in wasi-common for the wasi-sockets API. This also pulls in several other updates to avoid having multiple versions of rustix. This does introduce multiple versions of windows-sys, as the errno and tokio crates are currently using 0.45 while rustix and other dependencies have updated to 0.48; PRs updating these are already in flight so this will hopefully be resolved soon. It also includes cap-std 1.0.14, which disables the use of `openat2` and `statx` on Android, fixing a bug where some Android devices crash the process when those syscalls are executed.
This commit is contained in:
@@ -183,9 +183,9 @@ wasm-encoder = "0.25.0"
|
||||
wasm-smith = "0.12.6"
|
||||
wasm-mutate = "0.2.23"
|
||||
wit-parser = "0.7.0"
|
||||
windows-sys = "0.45.0"
|
||||
env_logger = "0.9"
|
||||
rustix = "0.36.7"
|
||||
windows-sys = "0.48.0"
|
||||
env_logger = "0.10"
|
||||
rustix = "0.37.13"
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
object = { version = "0.30.3", default-features = false, features = ['read_core', 'elf', 'std'] }
|
||||
gimli = { version = "0.27.0", default-features = false, features = ['read', 'std'] }
|
||||
|
||||
Reference in New Issue
Block a user