From eb5fa276563f40854668432a2bff8d83e3a4bdb3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 17:53:06 +0000 Subject: [PATCH] Update cranelift-frontend requirement from 0.37.0 to 0.38.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/commits) 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 8a9901de3ae0..ed6348efe1ed 100644 --- a/wasmtime-jit/Cargo.toml +++ b/wasmtime-jit/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" cranelift-codegen = { version = "0.37.0", features = ["enable-serde"] } cranelift-entity = { version = "0.37.0", features = ["enable-serde"] } cranelift-wasm = { version = "0.37.0", features = ["enable-serde"] } -cranelift-frontend = "0.37.0" +cranelift-frontend = "0.38.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 }