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

Most of the changes here are the updates to the component model which
includes optional URL fields in imports/exports.
This commit is contained in:
Alex Crichton
2022-11-21 15:37:16 -06:00
committed by GitHub
parent c74706aa59
commit b305f251fb
21 changed files with 331 additions and 127 deletions

View File

@@ -155,13 +155,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.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"
wasmparser = "0.95.0"
wat = "1.0.52"
wast = "50.0.0"
wasmprinter = "0.2.44"
wasm-encoder = "0.20.0"
wasm-smith = "0.11.9"
wasm-mutate = "0.2.12"
windows-sys = "0.36.0"
env_logger = "0.9"
rustix = "0.35.10"