Update wasm-tools crates (#5248)

No major updates, just keeping up-to-date.
This commit is contained in:
Alex Crichton
2022-11-10 15:23:20 -06:00
committed by GitHub
parent 7ec626b898
commit 0548952319
7 changed files with 100 additions and 70 deletions

View File

@@ -154,13 +154,13 @@ winch-codegen = { path = "winch/codegen", version = "=0.2.0" }
target-lexicon = { version = "0.12.3", default-features = false }
anyhow = "1.0.22"
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"
wasmparser = "0.94.0"
wat = "1.0.51"
wast = "49.0.0"
wasmprinter = "0.2.43"
wasm-encoder = "0.19.1"
wasm-smith = "0.11.8"
wasm-mutate = "0.2.11"
windows-sys = "0.36.0"
env_logger = "0.9"
rustix = "0.35.10"