This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new d2a9ae1d3 chore(javascript): bump napi from 3.9.1 to 3.9.2 (#4432)
d2a9ae1d3 is described below
commit d2a9ae1d3c584d69d3f097ec62761b65f7956366
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 23 15:36:43 2026 -0700
chore(javascript): bump napi from 3.9.1 to 3.9.2 (#4432)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
javascript/Cargo.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/javascript/Cargo.lock b/javascript/Cargo.lock
index 9397317e6..a94700c8a 100644
--- a/javascript/Cargo.lock
+++ b/javascript/Cargo.lock
@@ -486,9 +486,9 @@ checksum =
"6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
[[package]]
name = "napi"
-version = "3.9.1"
+version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad513ff22558f1830b595ea6eb4091da48145d09a222ce157e781896f78be0b9"
+checksum = "26d3c7dd60231116a47854321c9ac8df6f13435d11aa3a59d8533a76e07a3730"
dependencies = [
"bitflags",
"ctor",