From 7454ba4878cdc4f435885cb8de1a8bc33d0ee427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:13:06 +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/html5ever-v0.40.0) --- updated-dependencies: - dependency-name: html5ever dependency-version: 0.40.0 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 345e1044..22732a50 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -31,7 +31,7 @@ stylesheet-cache = ["lru"] [dependencies] cssparser = "0.37.0" -html5ever = "0.39.0" +html5ever = "0.40.0" lru = { version = "0.18.0", optional = true } memchr = "2.7" precomputed-hash = "0.1.1"