Bump wat/wast crates (#4524)

* Bump wat/wast crates

Pull in upstream updates, nothing major, just keeping up-to-date.

* Record audit log for new crates
This commit is contained in:
Alex Crichton
2022-07-25 16:29:20 -05:00
committed by GitHub
parent 9e9e043174
commit 4aaf7ff8d9
5 changed files with 21 additions and 19 deletions

View File

@@ -52,12 +52,12 @@ test-programs = { path = "crates/test-programs" }
wasmtime-runtime = { path = "crates/runtime" }
tokio = { version = "1.8.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.1"
wast = "43.0.0"
wast = "44.0.0"
criterion = "0.3.4"
num_cpus = "1.13.0"
memchr = "2.4"
async-trait = "0.1"
wat = "1.0.45"
wat = "1.0.46"
once_cell = "1.9.0"
rayon = "1.5.0"
component-macro-test = { path = "crates/misc/component-macro-test" }