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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-21 16:51:34 +00:00
committed by GitHub
parent c8ffc90b00
commit 6c4d1d4737
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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