From 560a14ed2616c828054aa36c10734b634a7d07d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 07:08:43 +0000 Subject: [PATCH] Update cranelift-native requirement from 0.40.0 to 0.41.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/compare/v0.40.0...v0.41.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- misc/wasmtime-py/Cargo.toml | 2 +- misc/wasmtime-rust/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce1d36219cbe..67edcab31f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ default-run = "wasmtime" [dependencies] cranelift-codegen = { version = "0.40.0", features = ["enable-serde"] } -cranelift-native = "0.40.0" +cranelift-native = "0.41.0" cranelift-entity = { version = "0.40.0", features = ["enable-serde"] } cranelift-wasm = { version = "0.40.0", features = ["enable-serde"] } wasmtime-api = { path = "wasmtime-api" } diff --git a/misc/wasmtime-py/Cargo.toml b/misc/wasmtime-py/Cargo.toml index c5bf58fcc5d8..caa2b20aec59 100644 --- a/misc/wasmtime-py/Cargo.toml +++ b/misc/wasmtime-py/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] cranelift-codegen = "0.40.0" -cranelift-native = "0.40.0" +cranelift-native = "0.41.0" cranelift-entity = "0.40.0" cranelift-wasm = "0.40.0" cranelift-frontend = "0.40.0" diff --git a/misc/wasmtime-rust/Cargo.toml b/misc/wasmtime-rust/Cargo.toml index 91d1865baf73..4aadf3e4bc03 100644 --- a/misc/wasmtime-rust/Cargo.toml +++ b/misc/wasmtime-rust/Cargo.toml @@ -13,7 +13,7 @@ doctest = false [dependencies] cranelift-codegen = "0.40.0" -cranelift-native = "0.40.0" +cranelift-native = "0.41.0" failure = "0.1.5" wasmtime-interface-types = { path = "../../wasmtime-interface-types" } wasmtime-jit = { path = "../../wasmtime-jit" }