From 8b1747cf2a72ecdeee38e5db566b88230a88410c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:54:23 +0000 Subject: [PATCH] Bump napi-build from 2.2.1 to 2.2.2 Bumps [napi-build](https://github.com/napi-rs/napi-rs) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-build@2.2.1...napi-build@2.2.2) --- updated-dependencies: - dependency-name: napi-build dependency-version: 2.2.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 b8147a88..fe776c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,9 +677,9 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44e0e3177307063d3e7e55b7dd7b648cca9d7f46daa35422c0d98cc2bf48c2c1" +checksum = "fff539e61c5e3dd4d7d283610662f5d672c2aea0f158df78af694f13dbb3287b" [[package]] name = "napi-derive" diff --git a/nodejs/Cargo.toml b/nodejs/Cargo.toml index 2ea2ef48..973a4de8 100644 --- a/nodejs/Cargo.toml +++ b/nodejs/Cargo.toml @@ -16,4 +16,4 @@ napi = { version = "2.12.2", default-features = false, features = ["napi4"] } napi-derive = "2.12.2" [build-dependencies] -napi-build = "2.0.1" +napi-build = "2.2.2"