From 294ff8423608ced2df051422c05fa654da671aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:25:29 +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 a959283..70ebde1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" crate-type = ["cdylib"] [dependencies] -napi = { version = "3.0.0-alpha.7", features = ["napi5", "serde-json"] } +napi = { version = "3.0.0-alpha", features = ["napi5", "serde-json"] } napi-derive = { version = "3.0.0-alpha" } snap = "1"