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

@@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.19"
wasmtime = { path = "../wasmtime", version = "0.40.0", default-features = false, features = ['cranelift'] }
wast = "43.0.0"
wast = "44.0.0"
[badges]
maintenance = { status = "actively-developed" }