From 46cfc26684b09a3e8318c269deb9efc55d3e9258 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 4 Feb 2020 09:17:42 -0800 Subject: [PATCH] Update wasmparser to 0.49.0 --- cranelift/wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index f9f2b8b4bd..8bee878bb3 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["webassembly", "wasm"] edition = "2018" [dependencies] -wasmparser = { version = "0.48.2", default-features = false } +wasmparser = { version = "0.49.0", default-features = false } cranelift-codegen = { path = "../cranelift-codegen", version = "0.58.0", default-features = false } cranelift-entity = { path = "../cranelift-entity", version = "0.58.0" } cranelift-frontend = { path = "../cranelift-frontend", version = "0.58.0", default-features = false }