diff --git a/lib/wasm/Cargo.toml b/lib/wasm/Cargo.toml index d03f178cd5..28710bdc76 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -8,6 +8,6 @@ repository = "https://github.com/stoklund/cretonne" license = "Apache-2.0" [dependencies] -wasmparser = "0.6.1" +wasmparser = "0.8.2" cretonne = { path = "../cretonne" } cretonne-frontend = { path = "../frontend" }