diff --git a/wasmtime-jit/Cargo.toml b/wasmtime-jit/Cargo.toml index b1c5712e2841..49df5e1ec640 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" cranelift-codegen = "0.33.0" cranelift-entity = "0.33.0" cranelift-wasm = "0.33.0" -cranelift-frontend = "0.33.0" +cranelift-frontend = "0.36.0" wasmtime-environ = { path = "../wasmtime-environ", default-features = false } wasmtime-runtime = { path = "../wasmtime-runtime", default-features = false } wasmtime-debug = { path = "../wasmtime-debug", default-features = false }