From d5728c51e8c876b7241756a370f1b71c291eba97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 15:04:14 +0000 Subject: [PATCH] Update cranelift-frontend requirement from 0.33.0 to 0.36.0 Updates the requirements on [cranelift-frontend](https://github.com/CraneStation/cranelift) to permit the latest version. - [Release notes](https://github.com/CraneStation/cranelift/releases) - [Commits](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.36.0) Signed-off-by: dependabot-preview[bot] --- wasmtime-jit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }