diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index c1e4bdd80b..81266bd227 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm"] edition = "2018" [dependencies] -wasmparser = { version = "0.39.1", default-features = false } +wasmparser = { version = "0.39.2", default-features = false } cranelift-codegen = { path = "../cranelift-codegen", version = "0.44.0", default-features = false } cranelift-entity = { path = "../cranelift-entity", version = "0.44.0" } cranelift-frontend = { path = "../cranelift-frontend", version = "0.44.0", default-features = false }