From 825ed4f4d47ad8521ca6975347d490144748f361 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 20:37:02 +0000 Subject: [PATCH] Update cranelift-entity requirement from 0.41.0 to 0.44.0 Updates the requirements on [cranelift-entity](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.41.0...v0.44.0) 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 04a961ec01..1c15e43977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ wasmtime-environ = { git = "https://github.com/cranestation/wasmtime", rev = "04 wasmtime-jit = { git = "https://github.com/cranestation/wasmtime", rev = "042c877" } wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime", rev = "042c877" } cranelift-codegen = "0.41.0" -cranelift-entity = "0.41.0" +cranelift-entity = "0.44.0" cranelift-wasm = "0.41.0" cranelift-native = "0.41.0" target-lexicon = "0.4.0"