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" }