From cf7fa359b322933efeeb18d8bb7e78966b360db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:12:50 +0000 Subject: [PATCH] Update cranelift-entity requirement from 0.109 to 0.110 --- updated-dependencies: - dependency-name: cranelift-entity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index f5d174b0f..91e41b9ce 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -38,7 +38,7 @@ liveview-channels-tls = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cranelift-entity = { version = "0.109" } +cranelift-entity = { version = "0.110" } fixedbitset = { version = "0.4" } fxhash = { version = "0.2" } html5gum = { git = "https://github.com/liveviewnative/html5gum", branch = "lvn" }