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:
@@ -11,5 +11,5 @@ anyhow = "1.0.27"
|
||||
peepmatic-automata = { version = "0.1.0", path = "crates/automata", features = ["dot"] }
|
||||
peepmatic-macro = { version = "0.1.0", path = "crates/macro" }
|
||||
peepmatic-runtime = { version = "0.1.0", path = "crates/runtime", features = ["construct"] }
|
||||
wast = "13.0.0"
|
||||
wast = "15.0.0"
|
||||
z3 = { version = "0.5.0", features = ["static-link-z3"] }
|
||||
|
||||
@@ -19,4 +19,4 @@ peepmatic-runtime = { path = "../runtime", features = ["construct"] }
|
||||
peepmatic-test = { path = "../test" }
|
||||
rand = { version = "0.7.3", features = ["small_rng"] }
|
||||
serde = "1.0.106"
|
||||
wast = "13.0.0"
|
||||
wast = "15.0.0"
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user