From b5616341dbb9f448985927a424bc60015c34957d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:22:46 +0000 Subject: [PATCH] Bump napi from 3.1.3 to 3.1.6 Bumps [napi](https://github.com/napi-rs/napi-rs) from 3.1.3 to 3.1.6. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-v3.1.3...napi-v3.1.6) --- updated-dependencies: - dependency-name: napi dependency-version: 3.1.6 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 bc168182..0f4f038b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.1.3" +version = "3.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afaf586c21f260e9dc327ae3585fc6efcbb24a416d5151da38bbd35a1f2663c8" +checksum = "3f995fe29e20a4d5bf5af93d3c8384fd53772bbbc1bf3b03e38dce2b1b0425e3" dependencies = [ "bitflags", "ctor", diff --git a/nodejs/Cargo.toml b/nodejs/Cargo.toml index d97aafcb..c23a8bd8 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.3", default-features = false, features = ["napi4"] } +napi = { version = "3.1.6", default-features = false, features = ["napi4"] } napi-derive = "3.1.1" [build-dependencies]