From c0f3841ccb21e4d15d84dd57a22f904dff315903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 05:25:01 +0000 Subject: [PATCH] fix(deps): update rust crate infer to 0.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8a4f62a..fac14da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] anyhow = "1" base64-simd = "0.8" cssparser = "0.29" -infer = "0.16" +infer = "0.19" libavif = { version = "0.14", default-features = false, features = ["codec-aom"] } napi = { version = "3.0.0-alpha.27", default-features = false, features = ["napi4", "web_stream", "serde-json"] } napi-derive = { version = "3.0.0-alpha.25", default-features = false }