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:
@@ -16,7 +16,7 @@ wasmtime-jit = { path = "../jit", version = "0.22.0" }
|
||||
wasmtime-cache = { path = "../cache", version = "0.22.0", optional = true }
|
||||
wasmtime-profiling = { path = "../profiling", version = "0.22.0" }
|
||||
target-lexicon = { version = "0.11.0", default-features = false }
|
||||
wasmparser = "0.72"
|
||||
wasmparser = "0.73"
|
||||
anyhow = "1.0.19"
|
||||
region = "2.2.0"
|
||||
libc = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user