From 2d9f027000510638eec07f4b9b163ff6d8475a81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:48:48 +0000 Subject: [PATCH] Update Rust --- crates/wysiwyg/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/wysiwyg/Cargo.toml b/crates/wysiwyg/Cargo.toml index b957a7eeb..5acb03ffa 100644 --- a/crates/wysiwyg/Cargo.toml +++ b/crates/wysiwyg/Cargo.toml @@ -19,9 +19,9 @@ assert-invariants = [] [dependencies] cfg-if = "1.0.0" html-escape = "0.2.11" -html5ever = { version = "0.27.0", optional = true } +html5ever = { version = "0.29.0", optional = true } once_cell = "1.13.0" -pulldown-cmark = { version = "0.11.0", default-features = false, features = ["html"] } +pulldown-cmark = { version = "0.12.0", default-features = false, features = ["html"] } strum = "0.26" strum_macros = "0.26" unicode-segmentation = "1.7.1"