Update the wat/wast crates (#1511)

Pulls in a fix for a fuzz bug found recently where `br_on_null` might
not resolve indices and could cause a panic.
This commit is contained in:
Alex Crichton
2020-04-15 11:08:22 -05:00
committed by GitHub
parent 6dde222992
commit 59a502c8de
2 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.19"
wasmtime = { path = "../api", version = "0.15.0", default-features = false }
wast = "13.0.0"
wast = "14.0.0"
[badges]
maintenance = { status = "actively-developed" }