From 19f3f043d5ae3cfc8efcd6acb91e5788738bba2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:21:33 +0000 Subject: [PATCH] build(deps): update html5ever requirement from 0.35 to 0.37 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.37.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..8e50e76 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.37" lightningcss = { version = "1.0.0-alpha.67", default-features = false, features = [ "dashmap", "rayon",