From c35cc73a249d58c58628b3029179f97dbca7161f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 02:55:05 +0000 Subject: [PATCH] chore(deps): bump cranelift-native from 0.110.3 to 0.121.1 Bumps [cranelift-native](https://github.com/bytecodealliance/wasmtime) from 0.110.3 to 0.121.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift-native dependency-version: 0.121.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55ff94d0..8295b7f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ "cranelift-control 0.121.1", "cranelift-entity 0.121.1", "cranelift-module 0.121.1", - "cranelift-native 0.121.1", + "cranelift-native", "libc", "log", "region", @@ -657,17 +657,6 @@ dependencies = [ "cranelift-control 0.121.1", ] -[[package]] -name = "cranelift-native" -version = "0.110.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d77ac3dfb61ef3159998105116acdfeaec75e4296c43ee2dcc4ea39838c0080e" -dependencies = [ - "cranelift-codegen 0.110.3", - "libc", - "target-lexicon 0.12.16", -] - [[package]] name = "cranelift-native" version = "0.121.1" @@ -2513,7 +2502,7 @@ dependencies = [ "cranelift", "cranelift-jit", "cranelift-module 0.110.3", - "cranelift-native 0.110.3", + "cranelift-native", "criterion", "crossbeam", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 9cbe5783..c79b3114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ unicode-width = "0.2" cranelift = "0.110" cranelift-module = "0.110" cranelift-jit = "0.121" -cranelift-native = "0.110" +cranelift-native = "0.121" # Debug symbol support gimli = { version = "0.31", features = ["write"] } target-lexicon = "0.12"