chore: remediate Rust dependency advisories#230
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
anyhowfrom 1.0.100 to 1.0.103spinfrom yanked 0.9.8 to compatible non-yanked 0.9.9 without changing Axum or MulterSecurity scope
RUSTSEC-2026-0136affects Diesel's PostgreSQLCopyFromQuery/CopyToQueryoption handling. OpenSecret does not use either API (or rawCOPY FROM/COPY TO), so the vulnerable path was not reachable; removing the vulnerable Diesel version is defense in depth.RUSTSEC-2026-0172is SQLite-only. OpenSecret enables the PostgreSQL backend, not SQLite, but Diesel 2.3.10 also removes that advisory version from the lockfile.A current
cargo-auditscan reports zero vulnerabilities. It separately reports six pre-existing unmaintained-crate notices (backoff,dotenv,instant,proc-macro-error2,rustls-pemfile, andserde_cbor); those maintenance migrations are intentionally outside this focused PR.Validation
nix develop -c cargo fmt --all -- --checknix develop -c cargo clippy --all-targets --all-features --locked -- -D warningsnix develop -c cargo test --all-targets --all-features --locked(213 passed, 16 ignored; ignored tests require disposable Postgres)cargo-audit 0.22.1against a freshly fetched RustSec advisory database (0 vulnerabilities, 6 allowed unmaintained warnings)cargo-deny 0.19.9 check advisories(no vulnerable or yanked packages; only the same six default-denied unmaintained notices)