From 806bc5c72db0f5dc4c784e3f848f34a846febf2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2019 12:05:10 +0000 Subject: [PATCH] Update cranelift-frontend requirement from 0.36.0 to 0.37.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.36.0...v0.37.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 3179b83c88a6..eff7caae9751 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" cranelift-codegen = { version = "0.36.0", features = ["enable-serde"] } cranelift-entity = { version = "0.36.0", features = ["enable-serde"] } cranelift-wasm = { version = "0.36.0", features = ["enable-serde"] } -cranelift-frontend = "0.36.0" +cranelift-frontend = "0.37.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 }