From 7b765b166636cc4c7938e3e8135218632f81037f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 08:13:41 +0000 Subject: [PATCH] build(deps): update html5ever requirement from 0.35 to 0.38 Updates the requirements on [html5ever](https://github.com/servo/html5ever) to permit the latest version. - [Release notes](https://github.com/servo/html5ever/releases) - [Commits](https://github.com/servo/html5ever/commits) --- updated-dependencies: - dependency-name: html5ever dependency-version: 0.38.0 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 0889a80..b08e36d 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -66,7 +66,7 @@ sonic-rs = "0.5.1" serde_yml = "0.0.12" basic-toml = "0.1.10" -html5ever = "0.35" +html5ever = "0.38" lightningcss = { version = "1.0.0-alpha.67", default-features = false, features = [ "dashmap", "rayon",