From b5b84c8a23e615b4f1f5082d13ab4c62bacdcef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:13:17 +0000 Subject: [PATCH] build(deps): update cssparser requirement in /css-inline Updates the requirements on [cssparser](https://github.com/servo/rust-cssparser) to permit the latest version. - [Release notes](https://github.com/servo/rust-cssparser/releases) - [Commits](https://github.com/servo/rust-cssparser/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: cssparser dependency-version: 0.36.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 050a7617..3f850095 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -29,7 +29,7 @@ file = [] stylesheet-cache = ["lru"] [dependencies] -cssparser = "0.35.0" +cssparser = "0.36.0" html5ever = "0.35.0" indexmap = "2.1" lru = { version = "0.16.0", optional = true }