From a9e01779988a5c6bb602ef6ddcce66eda216942d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:22:03 +0000 Subject: [PATCH] Bump cranelift-entity from 0.118.0 to 0.123.1 Bumps [cranelift-entity](https://github.com/bytecodealliance/wasmtime) from 0.118.0 to 0.123.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-entity dependency-version: 0.123.1 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..22fa9385 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,15 +529,15 @@ dependencies = [ [[package]] name = "cranelift-bitset" -version = "0.118.0" +version = "0.123.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b265bed7c51e1921fdae6419791d31af77d33662ee56d7b0fa0704dc8d231cab" +checksum = "712de3ed567438f3ca42d12547dbf30d92aef37d63ae45eabe32dd53c4ee5d00" [[package]] name = "cranelift-entity" -version = "0.118.0" +version = "0.123.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2c67d95507c51b4a1ff3f3555fe4bfec36b9e13c1b684ccc602736f5d5f4a2" +checksum = "2d01c5dca220ed9c664a4c0cf2085aa0bebaddc306be365bdd2691d4a55dd2ae" dependencies = [ "cranelift-bitset", ] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b3e3fe3e..94cbe1dc 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.123" } fixedbitset = { version = "0.5.7" } fxhash = { version = "0.2" } html5gum = { git = "https://github.com/liveviewnative/html5gum", branch = "lvn" }