Skip to content

chore(deps): document upstream blocker for RUSTSEC-2025-0134#1542

Merged
bug-ops merged 1 commit intomainfrom
rustsec-2025-0134
Mar 10, 2026
Merged

chore(deps): document upstream blocker for RUSTSEC-2025-0134#1542
bug-ops merged 1 commit intomainfrom
rustsec-2025-0134

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented Mar 10, 2026

Summary

  • Update .github/deny.toml suppression comment for RUSTSEC-2025-0134 (rustls-pemfile unmaintained) to reference the upstream tracking issue qdrant/rust-client#255
  • rustls-pemfile is a transitive dep via qdrant-client 1.17.0 → tonic 0.12.3; no direct fix is possible until qdrant-client ships a release with tonic 0.14
  • cargo deny check advisories continues to pass with the existing ignore entry

Closes #1468

Test plan

  • cargo deny check advisories --config .github/deny.toml passes
  • cargo +nightly fmt --check passes
  • cargo clippy --workspace --features full -- -D warnings passes
  • cargo nextest run --config-file .github/nextest.toml --workspace --features full --lib --bins — 5047 passed

Update deny.toml comment for rustls-pemfile unmaintained advisory to
reference qdrant/rust-client#255 (tonic 0.14 upgrade). No code change
is possible until qdrant-client ships a release with the updated tonic.
@bug-ops bug-ops enabled auto-merge (squash) March 10, 2026 23:35
@github-actions github-actions bot added chore Maintenance tasks documentation Improvements or additions to documentation ci CI/CD configuration size/XS Extra small PR (1-10 lines) and removed chore Maintenance tasks labels Mar 10, 2026
@bug-ops bug-ops merged commit 263c5db into main Mar 10, 2026
15 checks passed
@bug-ops bug-ops deleted the rustsec-2025-0134 branch March 10, 2026 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD configuration documentation Improvements or additions to documentation size/XS Extra small PR (1-10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RUSTSEC-2025-0134: rustls-pemfile unmaintained (transitive via qdrant-client)

1 participant