From 51ca1e1aef02e30dfd009150ffc54f6933c48df0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:37:39 +0000 Subject: [PATCH] fix(deps): update rust crate cssparser to 0.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41063e1..719ca0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" name = "kuchikiki" [dependencies] -cssparser = "0.27" +cssparser = "0.34" html5ever = "0.27.0" selectors = "0.22" indexmap = "2.2.6"