fix: resolve cargo audit failures by updating tantivy, scraper, quinn-proto #9

Merged
sharang merged 1 commits from fix/cargo-audit-deps into main 2026-03-10 14:05:25 +00:00
Owner

Summary

  • Bump tantivy 0.22 → 0.25 (removes instant RUSTSEC-2024-0384)
  • Bump scraper 0.22 → 0.25 (resolves scraper advisory)
  • Update quinn-proto 0.11.13 → 0.11.14 (fixes RUSTSEC-2026-0037 DoS)
  • Remaining warning: lru 0.12.5 (RUSTSEC-2026-0002) pinned by tantivy, not blocking

Test plan

  • CI cargo audit passes
  • Clippy passes
  • All existing functionality unchanged (no API changes)

🤖 Generated with Claude Code

## Summary - Bump `tantivy` 0.22 → 0.25 (removes `instant` RUSTSEC-2024-0384) - Bump `scraper` 0.22 → 0.25 (resolves scraper advisory) - Update `quinn-proto` 0.11.13 → 0.11.14 (fixes RUSTSEC-2026-0037 DoS) - Remaining warning: `lru 0.12.5` (RUSTSEC-2026-0002) pinned by tantivy, not blocking ## Test plan - [ ] CI cargo audit passes - [ ] Clippy passes - [ ] All existing functionality unchanged (no API changes) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
sharang added 1 commit 2026-03-10 13:09:25 +00:00
fix: update tantivy 0.22→0.25, scraper 0.22→0.25, quinn-proto→0.11.14
All checks were successful
CI / Format (push) Successful in 4s
CI / Clippy (push) Successful in 4m26s
CI / Tests (push) Has been skipped
CI / Security Audit (push) Has been skipped
CI / Format (pull_request) Successful in 3s
CI / Clippy (pull_request) Successful in 4m33s
CI / Security Audit (pull_request) Has been skipped
CI / Tests (pull_request) Has been skipped
CI / Detect Changes (push) Has been skipped
CI / Detect Changes (pull_request) Has been skipped
CI / Deploy Agent (push) Has been skipped
CI / Deploy Dashboard (push) Has been skipped
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Has been skipped
CI / Deploy Agent (pull_request) Has been skipped
CI / Deploy Dashboard (pull_request) Has been skipped
CI / Deploy Docs (pull_request) Has been skipped
CI / Deploy MCP (pull_request) Has been skipped
5a47dd588d
Resolves cargo audit failures:
- RUSTSEC-2024-0384 (instant, unmaintained) — removed by tantivy upgrade
- RUSTSEC-2026-0037 (quinn-proto, DoS) — fixed by cargo update
- scraper advisory — resolved by version bump

Remaining warning: lru 0.12.5 (RUSTSEC-2026-0002) pinned by tantivy,
not a blocking error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sharang merged commit 4361e67703 into main 2026-03-10 14:05:25 +00:00
sharang deleted branch fix/cargo-audit-deps 2026-03-10 14:05:25 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sharang/compliance-scanner-agent#9