From b2a8ea2b6fa437cea9d17ea7be0181f7b0272aaf 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:09 +0000 Subject: [PATCH] Update cranelift-native requirement from 0.37.0 to 0.38.0 Updates the requirements on [cranelift-native](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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 216ee8c3601f..1735cab83750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/wasm2obj.rs" [dependencies] cranelift-codegen = { version = "0.37.0", features = ["enable-serde"] } -cranelift-native = "0.37.0" +cranelift-native = "0.38.0" wasmtime-debug = { path = "wasmtime-debug" } wasmtime-environ = { path = "wasmtime-environ" } wasmtime-runtime = { path = "wasmtime-runtime" }