From 31b7aa47158527a7a917d8630d0c971e64ed21e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:09:51 +0000 Subject: [PATCH] Bump cranelift-entity from 0.118.0 to 0.124.2 Bumps [cranelift-entity](https://github.com/bytecodealliance/wasmtime) from 0.118.0 to 0.124.2. - [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-entity dependency-version: 0.124.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b438268..0e0365aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,15 +529,15 @@ dependencies = [ [[package]] name = "cranelift-bitset" -version = "0.118.0" +version = "0.124.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b265bed7c51e1921fdae6419791d31af77d33662ee56d7b0fa0704dc8d231cab" +checksum = "3067ca8c10796434497a5faac73d949b5ac0008ed572013debe88694bfef426e" [[package]] name = "cranelift-entity" -version = "0.118.0" +version = "0.124.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2c67d95507c51b4a1ff3f3555fe4bfec36b9e13c1b684ccc602736f5d5f4a2" +checksum = "b3d7bf1aae1800d053aa965381dcb01054404d0bcd8ea5ffe65bb855b8e3f654" dependencies = [ "cranelift-bitset", ] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b3e3fe3e..bd7a0c3c 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -53,7 +53,7 @@ oslog = "0.2.0" [dependencies] serde_urlencoded = "0.7.1" -cranelift-entity = { version = "0.118" } +cranelift-entity = { version = "0.124" } fixedbitset = { version = "0.5.7" } fxhash = { version = "0.2" } html5gum = { git = "https://github.com/liveviewnative/html5gum", branch = "lvn" }