From 040a5d96b6b188703745ce8b1b326128b1183b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:44:05 +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/commits) --- updated-dependencies: - dependency-name: cssparser dependency-version: 0.37.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 65f2fc4a..cc3690e8 100644 --- a/css-inline/Cargo.toml +++ b/css-inline/Cargo.toml @@ -29,7 +29,7 @@ file = [] stylesheet-cache = ["lru"] [dependencies] -cssparser = "0.36.0" +cssparser = "0.37.0" html5ever = "0.39.0" lru = { version = "0.16.0", optional = true } memchr = "2.7"