Skip to content

chore(deps): Group compatible NAPI updates in /src/code-validator/guest - #313

Merged
simongdavies merged 2 commits into
mainfrom
dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3
Sep 7, 2026
Merged

chore(deps): Group compatible NAPI updates in /src/code-validator/guest#313
simongdavies merged 2 commits into
mainfrom
dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Update the NAPI runtime and derive crates together in src/code-validator/guest/Cargo.lock:

Crate Previous Updated
napi 3.12.0 3.12.2
napi-derive 3.6.2 3.6.3
napi-derive-backend 6.1.1 6.1.2

The updated derive macros reference NativeBorrowBarrier and NativeBorrowScope, which are unavailable in napi 3.12.0. Updating the runtime alongside the macros addresses the resulting E0433 compilation errors in the analysis host's #[napi] bindings. Runtime support was introduced in napi-rs/napi-rs#3423.

The runtime update was generated with cargo update --manifest-path src/code-validator/guest/Cargo.toml -p napi --precise 3.12.2. No unrelated crate versions are changed. Future Dependabot grouping is handled separately in #352.

Validation

  • Cargo's locked dependency tree resolves napi 3.12.2, napi-derive 3.6.3, and napi-derive-backend 6.1.2.
  • git diff --check passed.
  • Targeted cargo check --manifest-path src/code-validator/guest/Cargo.toml --locked -p hyperlight-analysis passed with a shorter temporary target directory and the installed LLVM binaries on PATH. This compiles the analysis host's #[napi] bindings successfully.
  • Local just build and just check were attempted; both are blocked by Windows LNK1104 while linking Hyperlight's surrogate build script under this long worktree path. Full validation is deferred to CI on the updated PR head.

Runtime release · Derive release

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 13, 2026
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.6.2...napi-derive-v3.6.3)

---
updated-dependencies:
- dependency-name: napi-derive
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3 branch from e56eab4 to 88c855c Compare August 13, 2026 04:41
@simongdavies simongdavies changed the title chore(deps): Bump napi-derive from 3.6.2 to 3.6.3 in /src/code-validator/guest chore(deps): Group compatible NAPI updates in /src/code-validator/guest Sep 7, 2026
Update napi to 3.12.2 alongside napi-derive 3.6.3 and napi-derive-backend 6.1.2 so generated native borrow guards are available.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
@simongdavies
simongdavies force-pushed the dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3 branch from 658f192 to 05888a4 Compare September 7, 2026 19:10
@simongdavies
simongdavies merged commit 1436151 into main Sep 7, 2026
17 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/src/code-validator/guest/napi-derive-3.6.3 branch September 7, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant