Update the wasm-tools family of crates (#5010)

* Update the wasm-tools family of crates

Only minor updates here, mostly internal changes and no binary-related
changes today.

* Fix test expectation
This commit is contained in:
Alex Crichton
2022-10-04 16:26:22 -05:00
committed by GitHub
parent d986b3cbc2
commit 2607590d8c
6 changed files with 99 additions and 57 deletions

View File

@@ -145,13 +145,13 @@ cranelift = { path = "cranelift/umbrella", version = "0.89.0" }
target-lexicon = { version = "0.12.3", default-features = false }
anyhow = "1.0.22"
wasmparser = "0.91.0"
wasmparser = "0.92.0"
wat = "1.0.49"
wast = "47.0.0"
wasmprinter = "0.2.40"
wasm-encoder = "0.17.0"
wasm-smith = "0.11.5"
wasm-mutate = "0.2.8"
wast = "47.0.1"
wasmprinter = "0.2.41"
wasm-encoder = "0.18.0"
wasm-smith = "0.11.6"
wasm-mutate = "0.2.9"
windows-sys = "0.36.0"
env_logger = "0.9"
rustix = "0.35.10"