chore(deps): bump the rust-dependencies group with 5 updates - #2299
Merged
Conversation
Supersedes #2294, adding the supply-chain exemption bumps that PR was missing. Bumps async-trait 0.1.91 -> 0.1.92, napi 3.12.0 -> 3.12.1, napi-build 2.4.0 -> 2.4.1, napi-derive 3.6.2 -> 3.6.3, napi-derive-backend 6.1.1 -> 6.1.2, and thiserror/thiserror-impl 2.0.19 -> 2.0.20. `supply-chain/config.toml` pins exemptions to exact versions, so a dependency bump without a matching exemption bump fails `cargo vet --locked`, which is why #2294's Audit job was red: Vetting Failed! thiserror:2.0.20 missing ["safe-to-deploy"] thiserror-impl:2.0.20 missing ["safe-to-deploy"] async-trait:0.1.92 missing ["safe-to-deploy"] napi:3.12.1 missing ["safe-to-deploy"] napi-build:2.4.1 missing ["safe-to-deploy"] napi-derive:3.6.3 missing ["safe-to-deploy"] napi-derive-backend:6.1.2 missing ["safe-to-deploy"] All seven exemptions now track the locked versions: Vetting Succeeded (27 fully audited, 6 partially audited, 590 exempted) `cargo audit` reports no vulnerabilities; only the two already-suppressed unmaintained warnings remain.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | b231f7f | Commit Preview URL Branch Preview URL |
Aug 14 2026, 09:36 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Takes the
rust-dependenciesgroup bump from #2294 and adds the supply-chain exemption updates that PR was missing, so it can actually go green. Supersedes #2294.async-traitnapinapi-buildnapi-derivenapi-derive-backendthiserror/thiserror-implNo source changes — lockfile plus the matching
supply-chain/config.tomlexemptions.Why
supply-chain/config.tomlpins every exemption to an exact version, so any dependency bump that doesn't carry a matching exemption bump failscargo vet --locked. Dependabot doesn't know about that file, so #2294's Audit job went red.Worth noting for anyone reading #2294's CI log: it looks like only
thiserroris missing, because the surrounding log grep matches on the substringerror— whichthiserrorhappens to contain. Runningcargo vetdirectly shows all seven.Before / After
Before (on #2294's head):
After:
Risk
Checklist
cargo vet/cargo auditgatesGenerated by Claude Code