Update a number of dependencies (#2594)
This commit goes through the dependencies that wasmtime has and updates versions where possible. This notably brings in a wasmparser/wast update which has some simd spec changes with new instructions. Otherwise most of these are just routine updates.
This commit is contained in:
@@ -19,6 +19,6 @@ peepmatic-runtime = { path = "../runtime", features = ["construct"] }
|
||||
peepmatic-test = { path = "../test" }
|
||||
peepmatic-test-operator = { path = "../test-operator" }
|
||||
peepmatic-traits = { path = "../traits" }
|
||||
rand = { version = "0.7.3", features = ["small_rng"] }
|
||||
rand = { version = "0.8.2", features = ["small_rng"] }
|
||||
serde = "1.0.106"
|
||||
wast = "31.0.0"
|
||||
wast = "32.0.0"
|
||||
|
||||
Reference in New Issue
Block a user