From 3d947554e015bf8e3915cf645f177fe58b2a9f29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:13:33 +0000 Subject: [PATCH] chore(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 7c8d24f2..f38a482c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ resolver = "2" jieba-rs = { version = "0.6", features = ["default-dict", "tfidf", "textrank"] } jsonwebtoken = { version = "9" } mimalloc = "0.1" - napi = { version = "3.0.0-alpha.13", default-features = false, features = ["napi3"] } + napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3"] } napi-build = "2" napi-derive = { version = "3.0.0-alpha.13", default-features = false, features = ["type-def"] } once_cell = "1"