From 3859fe43d410e8a7e98884123336e1b19bcd1146 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:05:51 +0000 Subject: [PATCH] fix(deps): update rust crate infer to 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1327977f..8fbd558c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] anyhow = "1" base64 = "0.22" cssparser = "0.29" -infer = "0.15" +infer = "0.16" libavif = { version = "0.13", default-features = false, features = [ "codec-aom", ] }