From a85dea9b18b68eff4be754dbd77c8855c7c7c84e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:35:20 +0000 Subject: [PATCH] fix(deps): update rust crate cssparser to 0.34.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b37e64f..823d90d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "kuchikiki" doctest = false [dependencies] -cssparser = "0.27" +cssparser = "0.34.0" html5ever = "0.26.0" selectors = "0.22" indexmap = "2.2.6"