From bfcc3098cc00bcd90aa29fb47c2f6b2d1e3988b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 22:07:21 +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. - [Commits](https://github.com/servo/html5ever/commits) --- updated-dependencies: - dependency-name: html5ever 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 7efaa8d1..484db7dd 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -30,7 +30,7 @@ stylesheet-cache = ["lru"] [dependencies] cssparser = "0.31.2" -html5ever = "0.27.0" +html5ever = "0.29.2" indexmap = "2.1" lru = { version = "0.12.3", optional = true } pico-args = { version = "0.3", optional = true }