From f0d963f9a8ab95087ad7ed4177c1aeaab976a320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:11:49 +0000 Subject: [PATCH] Bump cranelift-entity from 0.118.0 to 0.124.0 Bumps [cranelift-entity](https://github.com/bytecodealliance/wasmtime) from 0.118.0 to 0.124.0. - [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.0 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..27c1e42d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,15 +529,15 @@ dependencies = [ [[package]] name = "cranelift-bitset" -version = "0.118.0" +version = "0.124.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b265bed7c51e1921fdae6419791d31af77d33662ee56d7b0fa0704dc8d231cab" +checksum = "b18af34e43a5e32680668790536479b02815827c2a23b4653eca302854c6dfd3" [[package]] name = "cranelift-entity" -version = "0.118.0" +version = "0.124.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2c67d95507c51b4a1ff3f3555fe4bfec36b9e13c1b684ccc602736f5d5f4a2" +checksum = "defcb55924447ab5b45e1587c1f23a239e1933d21257687a5d4adc5be8ea217c" 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" }