From 3162aee5ede8aabe47f33237fd91a8fff1c21f28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:55:36 +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 b37e64f..68eb840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ name = "kuchikiki" doctest = false [dependencies] -cssparser = "0.27" +cssparser = "0.34" html5ever = "0.26.0" selectors = "0.22" indexmap = "2.2.6"