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"
|
||||
|
||||
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
gimli = "0.19.0"
|
||||
wasmparser = "0.45.0"
|
||||
wasmparser = "0.45.1"
|
||||
faerie = "0.13.0"
|
||||
wasmtime-environ = { path = "../environ" }
|
||||
target-lexicon = { version = "0.9.0", default-features = false }
|
||||
|
||||
@@ -16,7 +16,7 @@ anyhow = "1.0"
|
||||
cranelift-codegen = { version = "0.52.0", features = ["enable-serde"] }
|
||||
cranelift-entity = { version = "0.52.0", features = ["enable-serde"] }
|
||||
cranelift-wasm = { version = "0.52.0", features = ["enable-serde"] }
|
||||
wasmparser = "0.45.0"
|
||||
wasmparser = "0.45.1"
|
||||
lightbeam = { path = "../lightbeam", optional = true }
|
||||
indexmap = "1.0.2"
|
||||
rayon = "1.2.1"
|
||||
|
||||
@@ -14,7 +14,7 @@ arbitrary = "0.2.0"
|
||||
binaryen = "0.8.2"
|
||||
env_logger = { version = "0.7.1", optional = true }
|
||||
log = "0.4.8"
|
||||
wasmparser = "0.45.0"
|
||||
wasmparser = "0.45.1"
|
||||
wasmprinter = "0.2.0"
|
||||
wasmtime = { path = "../api" }
|
||||
wasmtime-environ = { path = "../environ" }
|
||||
|
||||
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
anyhow = "1.0.19"
|
||||
walrus = "0.13"
|
||||
wasmparser = { version = "0.45.0", default-features = false }
|
||||
wasmparser = { version = "0.45.1", default-features = false }
|
||||
wasm-webidl-bindings = "0.6"
|
||||
wasmtime = { path = '../api' }
|
||||
wasmtime-jit = { path = '../jit' }
|
||||
|
||||
@@ -22,7 +22,7 @@ wasmtime-debug = { path = "../debug" }
|
||||
region = "2.0.0"
|
||||
thiserror = "1.0.4"
|
||||
target-lexicon = { version = "0.9.0", default-features = false }
|
||||
wasmparser = { version = "0.45.0", default-features = false }
|
||||
wasmparser = { version = "0.45.1", default-features = false }
|
||||
more-asserts = "0.2.1"
|
||||
anyhow = "1.0"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ edition = "2018"
|
||||
smallvec = "1.0.0"
|
||||
dynasm = "0.5.2"
|
||||
dynasmrt = "0.5.2"
|
||||
wasmparser = "0.45.0"
|
||||
wasmparser = "0.45.1"
|
||||
memoffset = "0.5.3"
|
||||
itertools = "0.8.2"
|
||||
capstone = "0.6.0"
|
||||
|
||||
@@ -25,7 +25,7 @@ wasmtime-wasi = { path = "../../wasi" }
|
||||
target-lexicon = { version = "0.9.0", default-features = false }
|
||||
anyhow = "1.0.19"
|
||||
region = "2.0.0"
|
||||
wasmparser = "0.45.0"
|
||||
wasmparser = "0.45.1"
|
||||
pyo3 = { version = "0.8.0", features = ["extension-module"] }
|
||||
|
||||
[badges]
|
||||
|
||||
Reference in New Issue
Block a user