From 376b19ebc53640a89e1dad73b8281922675cf834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 08:41:33 +0000 Subject: [PATCH] fix(deps): update rust crate infer to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d665f9eb..46b1945f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] anyhow = "1" base64 = "0.21" cssparser = "0.29" -infer = "0.13" +infer = "0.15" napi = { version = "2", default-features = false, features = [ "napi3", "serde-json",