From d692f593b06004a85709e7dd4e8a2e9814f3f2d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:13:04 +0000 Subject: [PATCH] fix(deps): update rust crate napi to 3.0.0-alpha --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5925374..c0a3d9c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ base64-simd = "0.8" cssparser = "0.29" infer = "0.16" libavif = { version = "0.14", default-features = false, features = ["codec-aom"] } -napi = { version = "3.0.0-alpha.9", default-features = false, features = ["napi3", "serde-json"] } +napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3", "serde-json"] } napi-derive = { version = "3.0.0-alpha.8", default-features = false } nom = "7" num_cpus = "1"