From 9a56fb1fc6162c1feb5d5bf961c2828cfadc5acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 02:40:28 +0000 Subject: [PATCH] build(deps): update html5ever requirement in /css-inline 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.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- css-inline/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-inline/Cargo.toml b/css-inline/Cargo.toml index 69e761f7..bee31499 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -30,7 +30,7 @@ stylesheet-cache = ["lru"] [dependencies] cssparser = "0.36.0" -html5ever = "0.36.1" +html5ever = "0.37.1" lru = { version = "0.16.0", optional = true } precomputed-hash = "0.1.1" rayon = { version = "1.10", optional = true }