From caf0f5ffde3d1f2bec4455dfac926657bcc6da0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:36:55 +0000 Subject: [PATCH] build(deps): update napi requirement in /bindings/javascript Updates the requirements on [napi](https://github.com/napi-rs/napi-rs) to permit the latest version. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.0...napi-v3.1.6) --- updated-dependencies: - dependency-name: napi dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/javascript/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/javascript/Cargo.toml b/bindings/javascript/Cargo.toml index 6203b640..4a9b6705 100644 --- a/bindings/javascript/Cargo.toml +++ b/bindings/javascript/Cargo.toml @@ -22,7 +22,7 @@ mimalloc = "0.1" mimalloc = { version = "0.1", features = ["local_dynamic_tls"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -napi = { version = "2.16.0", default-features = false, features = ["napi4"] } +napi = { version = "3.1.6", default-features = false, features = ["napi4"] } napi-derive = "2.16.0" [target.'cfg(target_arch = "wasm32")'.dependencies]