From f84190fe123b6b8c6b202e03d76eac28e0ebc51b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 4 Jul 2026 11:11:10 -0700
Subject: [PATCH] chore(deps): bump the rust-minor-patch group with 2 updates
(#3621)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the rust-minor-patch group with 2 updates:
[napi](https://github.com/napi-rs/napi-rs) and
[napi-derive](https://github.com/napi-rs/napi-rs).
Updates `napi` from 3.9.4 to 3.10.3
Release notes
Sourced from napi's
releases.
napi-v3.10.3
Fixed
- (napi) preserve the JS error object when cloning an Error
off-thread (#3375)
napi-v3.10.2
Fixed
- (napi) keep message and cause when cloning a JS-exception
Error off-thread (#3373)
napi-v3.10.1
Fixed
- (napi) release Error's exception reference via the custom
GC when dropped off-thread. (#3370)
- (napi) stop ref exception object in ThreadsafeFunction
sync-throw path on wasm targets (#3369)
Other
- (napi) share class accessor trampolines (#3364)
- optimize object field raw property access (#3365)
napi-v3.10.0
Added
- (napi) implement
To/FromNapiValue
for OsString, OsStr, Path and
PathBuf (#3339)
Fixed
- (napi) route custom-GC Buffer/TypedArray cross-thread drops
through the owning isolate (#3357)
(#3360)
Commits
1ac467e
chore(napi): release v3.10.3 (#3376)
9d672f9
fix(napi): preserve the JS error object when cloning an Error off-thread
(#3375)
35476ae
chore(napi): release v3.10.2 (#3374)
7844c73
ci: dogfood script-jail @v0.2.10 (lifecycle audit
gate + safe install) (#3343)
d449ccd
fix(napi): keep message and cause when cloning a JS-exception Error
off-threa...
2ec02a6
chore(deps): update dependency electron to v43 (#3361)
fd0a99f
chore(deps): update dependency @types/sinon to v22 (#3366)
745cd85
fix: de-flake Windows CI (ava import-from-project EPERM race + cli e2e
timeou...
2785de5
chore: release (#3367)
441ae7a
fix(napi): release Error's exception reference via the custom GC when
dropped...
- Additional commits viewable in compare
view
Updates `napi-derive` from 3.5.7 to 3.5.9
Release notes
Sourced from napi-derive's
releases.
napi-derive-v3.5.9
Other
- updated the following local packages: napi-derive-backend
napi-derive-v3.5.8
Other
- updated the following local packages: napi-derive-backend
Commits
2785de5
chore: release (#3367)
441ae7a
fix(napi): release Error's exception reference via the custom GC when
dropped...
cfa3b77
fix(deps): update emnapi to v1.11.2 (#3371)
65918a6
fix(napi): stop ref exception object in ThreadsafeFunction sync-throw
path on...
324c550
perf(napi): share class accessor trampolines (#3364)
80caf60
perf: optimize object field raw property access (#3365)
f72afd5
chore: release (#3354)
4effa4d
chore(deps): lock file maintenance (#3363)
f2bf197
chore(deps): lock file maintenance (#3362)
962a2f0
fix(napi): route custom-GC Buffer/TypedArray cross-thread drops through
the o...
- Additional commits viewable in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index d9cc11058..69c0de3a3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5952,9 +5952,9 @@ dependencies = [
[[package]]
name = "napi"
-version = "3.9.4"
+version = "3.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b41bda2ac390efb5e8d22025d925ccc3f3807d8c1bea6d19b36127247c4b8f83"
+checksum = "0c71997d6f7ad4a756966e452426848ac27d3b37a295302d63afbbcce0270f93"
dependencies = [
"bitflags 2.11.1",
"chrono",
@@ -5977,9 +5977,9 @@ checksum = "c9c366d2c8c60b86fa632df75f745509b52f9128f91a6bad4c796e44abb505e1"
[[package]]
name = "napi-derive"
-version = "3.5.7"
+version = "3.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61d66f70256ad5aef58659966064471d0ad90e2897bc36a5a5e0389c85aabc1e"
+checksum = "d4ba572deef53e2c386759a8c2014175a62679d74ff83adc205c8bc0e0285727"
dependencies = [
"convert_case",
"ctor 1.0.5",
@@ -5991,9 +5991,9 @@ dependencies = [
[[package]]
name = "napi-derive-backend"
-version = "5.0.5"
+version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81b4b08f15eed7a2a20c3f4c6314013fc3ac890a3afa9892b594485299ebdb2d"
+checksum = "ddd961eb2aa8965e3f29722d754f3a86907eb1984e2fbcbe3fe87b9a02d6bfba"
dependencies = [
"convert_case",
"proc-macro2",