From e487eebbeff7927cf161a924376d5bca196caba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 02:56:56 +0000 Subject: [PATCH] chore(deps): bump cranelift-module from 0.110.3 to 0.121.1 Bumps [cranelift-module](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-module dependency-version: 0.121.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b37bc4b..901b12c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2495,7 +2495,7 @@ dependencies = [ "colored", "cranelift", "cranelift-jit", - "cranelift-module 0.110.3", + "cranelift-module 0.121.1", "cranelift-native", "criterion", "crossbeam", diff --git a/Cargo.toml b/Cargo.toml index 2b795222..51851abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ required-features = ["mcp"] colored = "3.0" unicode-width = "0.2" cranelift = "0.110" -cranelift-module = "0.110" +cranelift-module = "0.121" cranelift-jit = "0.121" cranelift-native = "0.121" # Debug symbol support