From 9e066c4f50a908c2ca03fcdc988e69e6e009bf8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:48:57 +0900 Subject: [PATCH] Bump cranelift in the wasmtime group across 1 directory (#7842) Bumps the wasmtime group with 1 update in the / directory: [cranelift](https://github.com/bytecodealliance/wasmtime). Updates `cranelift` from 0.131.0 to 0.131.1 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/commits) --- updated-dependencies: - dependency-name: cranelift dependency-version: 0.131.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wasmtime ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a1a20fb0..4e9b54bb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,9 +711,9 @@ dependencies = [ [[package]] name = "cranelift" -version = "0.131.0" +version = "0.131.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1066593fdf4b6d44cd851d2324b24bc0faa94f44c18c8dc65e182ceae318d1b" +checksum = "cfe07d3554a07c7e60c112ddf4aa5eeab69a4eb632881a59c2add0fdc4596cc7" dependencies = [ "cranelift-codegen", "cranelift-frontend", @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "cranelift-frontend" -version = "0.131.0" +version = "0.131.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dca3df1d107d98d88f159ad1d5eaa2d5cdb678b3d5bcfadc6fc83d8ebb448ea" +checksum = "dfa2ad00399dd47e7e7e33cb1dc23b0e39ed9dcd01e8f026fc37af91655031b8" dependencies = [ "cranelift-codegen", "log", diff --git a/Cargo.toml b/Cargo.toml index ab5491ed9..c757d78eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,7 @@ bzip2 = "0.6" caseless = "0.2.2" chrono = { version = "0.4.44", default-features = false, features = ["clock", "std"] } constant_time_eq = "0.4" -cranelift = "0.131.0" +cranelift = "0.131.1" cranelift-jit = "0.131.1" cranelift-module = "0.131.0" crc32fast = "1.3.2"