From f2ad5156c29f874d2a5f4d3d2e9dc2e54aa1edb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:13:41 +0000 Subject: [PATCH] chore(deps): update wasmer-compiler-cranelift requirement Updates the requirements on [wasmer-compiler-cranelift](https://github.com/wasmerio/wasmer) to permit the latest version. - [Release notes](https://github.com/wasmerio/wasmer/releases) - [Changelog](https://github.com/wasmerio/wasmer/blob/master/CHANGELOG.md) - [Commits](https://github.com/wasmerio/wasmer/compare/2.1.1...v4.2.0) --- updated-dependencies: - dependency-name: wasmer-compiler-cranelift dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/compiler-cranelift/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler-cranelift/Cargo.toml b/packages/compiler-cranelift/Cargo.toml index 374aaf36..e3fede40 100644 --- a/packages/compiler-cranelift/Cargo.toml +++ b/packages/compiler-cranelift/Cargo.toml @@ -16,5 +16,5 @@ crate-type = ["cdylib"] [dependencies] wasmer-engines = { path = "../engines/" } -wasmer-compiler-cranelift = "2.1.1" +wasmer-compiler-cranelift = "4.2.0" pyo3 = { version = "0.14", features = ["extension-module"] }