From 62cd3e7bbf214254c5ac00f8cb8a36d8508d2b21 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 27 Oct 2024 22:12:04 +0800 Subject: [PATCH] chore: upgrade NAPI-RS 3.0.0-alpha.16 (#921) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e70e1c68..58e03878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ 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.15", default-features = false, features = ["napi3", "serde-json"] } -napi-derive = { version = "3.0.0-alpha.14", default-features = false } +napi = { version = "3.0.0-alpha.16", default-features = false, features = ["napi3", "serde-json"] } +napi-derive = { version = "3.0.0-alpha.15", default-features = false } nom = "7" num_cpus = "1" regex = "1"