From 4b8e047a724296596f1cb3de42a165f732e69d4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:13:44 +0000 Subject: [PATCH] fix(deps): update rust crate cssparser to 0.35 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9edcf0ec..7b001fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ seahash = "4.1.0" memchr = "2.4" base64 = "0.22" rmp-serde = "0.15" -cssparser = { version = "0.29", optional = true } +cssparser = { version = "0.35", optional = true } selectors = { version = "0.24", optional = true } serde_json = "1.0" thiserror = "1.0"