Skip to content

build(deps): bump the cargo group with 3 updates#308

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-e7fc3c367f
Open

build(deps): bump the cargo group with 3 updates#308
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-e7fc3c367f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps the cargo group with 3 updates: tokio, napi and napi-derive.

Updates tokio from 1.52.0 to 1.52.1

Release notes

Sourced from tokio's releases.

Tokio v1.52.1

1.52.1 (April 16th, 2026)

Fixed

  • runtime: revert #7757 to fix [a regression]#8056 that causes spawn_blocking to hang (#8057)

#7757: tokio-rs/tokio#7757 #8056: tokio-rs/tokio#8056 #8057: tokio-rs/tokio#8057

Commits

Updates napi from 3.8.4 to 3.8.5

Release notes

Sourced from napi's releases.

napi-v3.8.5

Fixed

  • (napi) preserve generator class methods (#3231)
  • (deps) update rust crate ctor to v0.10.0 (#3224)
  • (deps) disable ctor priority feature (#3209)
  • (deps) update rust crate ctor to v0.9.1 (#3204)
  • (napi) handle ThreadsafeFunction callback errors gracefully during shutdown (#3188)
  • (napi) populate Error::cause from ThreadsafeFunction callee-handled callbacks (#3162)
  • correct typo in Either error message ("non" → "none") (#3183)
Commits
  • 78eb068 chore: release (#3184)
  • 490f7d5 build(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#3237)
  • d5c3c43 chore(release): publish
  • d1e5b17 fix(cli): include napi9 in interactive new prompt (#3235)
  • 0cb8eef fix(wasm-runtime): preserve full bigint values in fs proxy codec (#3233)
  • 44aa08f fix(napi): preserve generator class methods (#3231)
  • bdc492a chore(deps): update dependency oxc-parser to ^0.125.0 (#3230)
  • daabe32 fix(cli): use target cwd for pre-publish git log lookup (#3228)
  • 23abb8a fix(cli): remove stale browser metadata in non-WASI new projects (#3229)
  • ce170eb fix(cli): apply enableTypeDef when generating new projects (#3214)
  • Additional commits viewable in compare view

Updates napi-derive from 3.5.3 to 3.5.4

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.5.4

Fixed

  • (deps) update rust crate ctor to v0.10.0 (#3224)
  • (deps) disable ctor priority feature (#3209)
  • (deps) update rust crate ctor to v0.9.1 (#3204)
Commits
  • 78eb068 chore: release (#3184)
  • 490f7d5 build(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#3237)
  • d5c3c43 chore(release): publish
  • d1e5b17 fix(cli): include napi9 in interactive new prompt (#3235)
  • 0cb8eef fix(wasm-runtime): preserve full bigint values in fs proxy codec (#3233)
  • 44aa08f fix(napi): preserve generator class methods (#3231)
  • bdc492a chore(deps): update dependency oxc-parser to ^0.125.0 (#3230)
  • daabe32 fix(cli): use target cwd for pre-publish git log lookup (#3228)
  • 23abb8a fix(cli): remove stale browser metadata in non-WASI new projects (#3229)
  • ce170eb fix(cli): apply enableTypeDef when generating new projects (#3214)
  • 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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [napi](https://github.com/napi-rs/napi-rs) and [napi-derive](https://github.com/napi-rs/napi-rs).


Updates `tokio` from 1.52.0 to 1.52.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.0...tokio-1.52.1)

Updates `napi` from 3.8.4 to 3.8.5
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.8.4...napi-v3.8.5)

Updates `napi-derive` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.5.3...napi-derive-v3.5.4)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi
  dependency-version: 3.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi-derive
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 26, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.60%. Comparing base (e9ef191) to head (cad03e4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #308   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files          26       26           
  Lines        4339     4339           
=======================================
  Hits         4018     4018           
  Misses        321      321           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

0 participants