chore(deps): bump napi-derive from 2.16.13 to 3.5.9#149
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 67485c4ff1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| libdd-crashtracker = { git = "https://github.com/DataDog/libdatadog.git", tag = "v35.0.0" } | ||
| napi = { version = "2", features = ["serde-json"] } | ||
| napi-derive = { version = "2", default-features = false } | ||
| napi-derive = { version = "3", default-features = false } |
There was a problem hiding this comment.
Keep napi-derive within the pinned Rust toolchain
This bumps napi-derive to the 3.x line, but napi-derive 3.5.6 declares rust-version = "1.88" in its upstream Cargo manifest while this repo pins Rust 1.87.0 in rust-toolchain.toml. Any normal cargo build/CI path that honors the repo toolchain will reject the dependency before compiling, so the native crates stop building unless the toolchain is upgraded in the same change or the dependency is kept on a 1.87-compatible release.
Useful? React with 👍 / 👎.
This comment has been minimized.
This comment has been minimized.
3320434 to
85aca50
Compare
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.16.13 to 3.5.9. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.13...napi-derive-v3.5.9) --- updated-dependencies: - dependency-name: napi-derive dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
85aca50 to
fdc8e71
Compare
Bumps napi-derive from 2.16.13 to 3.5.9.
Release notes
Sourced from napi-derive's releases.
... (truncated)
Commits
2785de5chore: release (#3367)441ae7afix(napi): release Error's exception reference via the custom GC when dropped...cfa3b77fix(deps): update emnapi to v1.11.2 (#3371)65918a6fix(napi): stop ref exception object in ThreadsafeFunction sync-throw path on...324c550perf(napi): share class accessor trampolines (#3364)80caf60perf: optimize object field raw property access (#3365)f72afd5chore: release (#3354)4effa4dchore(deps): lock file maintenance (#3363)f2bf197chore(deps): lock file maintenance (#3362)962a2f0fix(napi): route custom-GC Buffer/TypedArray cross-thread drops through the o...