From bdd4aa1d8984336284ced2a9cd70e03f2c80c4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:46:35 +0000 Subject: [PATCH] Bump cranelift-entity from 0.118.0 to 0.121.1 Bumps [cranelift-entity](https://github.com/bytecodealliance/wasmtime) from 0.118.0 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-entity dependency-version: 0.121.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..6d6c4e06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,15 +529,15 @@ dependencies = [ [[package]] name = "cranelift-bitset" -version = "0.118.0" +version = "0.121.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b265bed7c51e1921fdae6419791d31af77d33662ee56d7b0fa0704dc8d231cab" +checksum = "370f0aa7f1816bf0f838048d69b72d6cf12ef2fc3b37f6997fe494ffb9feb3ad" [[package]] name = "cranelift-entity" -version = "0.118.0" +version = "0.121.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2c67d95507c51b4a1ff3f3555fe4bfec36b9e13c1b684ccc602736f5d5f4a2" +checksum = "e0335ac187211ac94c254826b6e78d23b8654ae09ebf0830506a827a2647162f" dependencies = [ "cranelift-bitset", ] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index b3e3fe3e..50f50b41 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.121" } fixedbitset = { version = "0.5.7" } fxhash = { version = "0.2" } html5gum = { git = "https://github.com/liveviewnative/html5gum", branch = "lvn" }