deps: Update wast to 15.0.0

This also updates `wat` in the lockfile so that the SIMD spec tests are passing
again.
This commit is contained in:
Nick Fitzgerald
2020-05-08 15:12:39 -07:00
parent 22a070ed4f
commit 8d7ed0fd13
4 changed files with 9 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ peepmatic-automata = { version = "0.1.0", path = "../automata", features = ["ser
peepmatic-macro = { version = "0.1.0", path = "../macro" }
serde = { version = "1.0.105", features = ["derive"] }
thiserror = "1.0.15"
wast = { version = "13.0.0", optional = true }
wast = { version = "15.0.0", optional = true }
[features]