From 1e6ca9d395c2887105bcc8515b15de1911c75fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:13:01 +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.37.0...v0.38.0) --- updated-dependencies: - dependency-name: cssparser dependency-version: 0.38.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..bc4b09d4 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -30,7 +30,7 @@ file = [] stylesheet-cache = ["lru"] [dependencies] -cssparser = "0.37.0" +cssparser = "0.38.0" html5ever = "0.39.0" lru = { version = "0.18.0", optional = true } memchr = "2.7"