Update wasmprinter and wasm-mutate deps (#5983)

* Bump wasm-mutate and wasmprinter deps

* Add wildcard audits for wasmprinter and wasm-mutate

* Add wildcard audit for bumpalo
This commit is contained in:
Nick Fitzgerald
2023-03-10 12:20:57 -08:00
committed by GitHub
parent 411781d2fe
commit 5623f7280c
4 changed files with 41 additions and 6 deletions

View File

@@ -169,10 +169,10 @@ anyhow = "1.0.22"
wasmparser = "0.102.0"
wat = "1.0.61"
wast = "55.0.0"
wasmprinter = "0.2.53"
wasmprinter = "0.2.54"
wasm-encoder = "0.25.0"
wasm-smith = "0.12.5"
wasm-mutate = "0.2.21"
wasm-mutate = "0.2.22"
wit-parser = "0.6.4"
windows-sys = "0.45.0"
env_logger = "0.9"