From 6c4d1d4737c782b0c0e03bf9f3d99e2989bbeca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:51:34 +0000 Subject: [PATCH] Bump napi-build from 2.3.1 to 2.3.2 Bumps [napi-build](https://github.com/napi-rs/napi-rs) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-build-v2.3.1...napi-build-v2.3.2) --- updated-dependencies: - dependency-name: napi-build dependency-version: 2.3.2 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 382af3d83..79a1a4648 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" +checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1" [[package]] name = "napi-derive" diff --git a/nodejs/Cargo.toml b/nodejs/Cargo.toml index 0db173358..68861fae4 100644 --- a/nodejs/Cargo.toml +++ b/nodejs/Cargo.toml @@ -19,7 +19,7 @@ napi = { version = "3.1.6", default-features = false, features = ["napi4"] } napi-derive = "3.2.2" [build-dependencies] -napi-build = "2.2.3" +napi-build = "2.3.2" [lints] workspace = true