From 5e307b73e5b697530ae637e8df3b0e48941870f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:39:43 +0000 Subject: [PATCH] Bump napi from 3.8.2 to 3.8.3 Bumps [napi](https://github.com/napi-rs/napi-rs) from 3.8.2 to 3.8.3. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-v3.8.2...napi-v3.8.3) --- updated-dependencies: - dependency-name: napi dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nodejs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11108d4b9..a548674ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,9 +708,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.8.2" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "909805cbad4d569e69b80e101290fe72e92b9742ba9e333b0c1e83b22fb7447b" +checksum = "e6944d0bf100571cd6e1a98a316cdca262deb6fccf8d93f5ae1502ca3fc88bd3" dependencies = [ "bitflags", "ctor", diff --git a/nodejs/Cargo.toml b/nodejs/Cargo.toml index 0db173358..218eb2f84 100644 --- a/nodejs/Cargo.toml +++ b/nodejs/Cargo.toml @@ -15,7 +15,7 @@ libloot = { path = ".." } libloot-ffi-errors = { path = "../ffi-errors" } # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix -napi = { version = "3.1.6", default-features = false, features = ["napi4"] } +napi = { version = "3.8.3", default-features = false, features = ["napi4"] } napi-derive = "3.2.2" [build-dependencies]