From 4b7cc980d8079401992c2e666530a759ba91ba17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 11:37:50 +0000 Subject: [PATCH] build(deps): update markup5ever_rcdom requirement from 0.3.0 to 0.35.0 Updates the requirements on [markup5ever_rcdom](https://github.com/servo/html5ever) to permit the latest version. - [Release notes](https://github.com/servo/html5ever/releases) - [Commits](https://github.com/servo/html5ever/compare/v0.3.0...html5ever-v0.35.0) --- updated-dependencies: - dependency-name: markup5ever_rcdom dependency-version: 0.35.0+unofficial dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-utility/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index e91fb0b..0ffee9a 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -77,7 +77,7 @@ lightningcss = { version = "1.0.0-alpha.67", default-features = false, features base32 = "0.5" hmac = "0.12" urlencoding = "2.1" -markup5ever_rcdom = "0.3.0" +markup5ever_rcdom = "0.35.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tauri = { workspace = true }