From b41d5311e3ad9bbede90b9096b9ddc6b54d6981e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 06:50:27 +0000 Subject: [PATCH] fix(deps): update rust crate cssparser to 0.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f0c5fca..1f38e386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1" base64 = "0.21" -cssparser = "0.29" +cssparser = "0.32" infer = "0.15" libavif = { version = "0.11", default-features = false, features = [ "codec-aom",