From 92d8e707420e3ea68d27689f9b26fccbc4cac6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:07:05 +0000 Subject: [PATCH] build(deps): update html5ever requirement in /css-inline --- updated-dependencies: - dependency-name: html5ever dependency-version: 0.36.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 050a7617..c49222f3 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -30,7 +30,7 @@ stylesheet-cache = ["lru"] [dependencies] cssparser = "0.35.0" -html5ever = "0.35.0" +html5ever = "0.36.1" indexmap = "2.1" lru = { version = "0.16.0", optional = true } precomputed-hash = "0.1.1"