Update wasm-tools crates (#5130)

* Update wasm-tools crates

Mostly just a hygienic update, nothing major here

* Fix fuzz compile

* Fix test expectations
This commit is contained in:
Alex Crichton
2022-10-26 13:29:10 -05:00
committed by GitHub
parent 4867813f77
commit bc3285e845
6 changed files with 85 additions and 32 deletions

View File

@@ -148,13 +148,13 @@ cranelift = { path = "cranelift/umbrella", version = "0.90.0" }
target-lexicon = { version = "0.12.3", default-features = false }
anyhow = "1.0.22"
wasmparser = "0.92.0"
wat = "1.0.49"
wast = "47.0.1"
wasmprinter = "0.2.41"
wasm-encoder = "0.18.0"
wasm-smith = "0.11.6"
wasm-mutate = "0.2.9"
wasmparser = "0.93.0"
wat = "1.0.50"
wast = "48.0.0"
wasmprinter = "0.2.42"
wasm-encoder = "0.19.0"
wasm-smith = "0.11.7"
wasm-mutate = "0.2.10"
windows-sys = "0.36.0"
env_logger = "0.9"
rustix = "0.35.10"