Update wasmparser to 0.45.1 (#776)
This commit is contained in:
committed by
Alex Crichton
parent
4adca3d07e
commit
296ebc46fd
@@ -16,7 +16,7 @@ crate-type = ["lib", "staticlib", "cdylib"]
|
||||
wasmtime-runtime = { path = "../runtime" }
|
||||
wasmtime-environ = { path = "../environ" }
|
||||
wasmtime-jit = { path = "../jit" }
|
||||
wasmparser = { version = "0.45.0", default-features = false }
|
||||
wasmparser = { version = "0.45.1", default-features = false }
|
||||
target-lexicon = { version = "0.9.0", default-features = false }
|
||||
anyhow = "1.0.19"
|
||||
thiserror = "1.0.4"
|
||||
|
||||
Reference in New Issue
Block a user