Skip to content

chore(deps): upgrade qdrant-client to 1.18#3766

Merged
bug-ops merged 1 commit into
mainfrom
fix/2347-qdrant-client-update
May 11, 2026
Merged

chore(deps): upgrade qdrant-client to 1.18#3766
bug-ops merged 1 commit into
mainfrom
fix/2347-qdrant-client-update

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented May 11, 2026

Summary

  • Bumps qdrant-client from 1.17 to 1.18, syncing the Rust client with the already-updated Docker image (qdrant/qdrant:v1.18.0 in docker-compose.yml)
  • Updates .github/deny.toml comment to reflect that RUSTSEC-2025-0134 was re-verified in 1.18

Advisory status

RUSTSEC-2025-0134 (rustls-pemfile unmaintained) is not resolved in this release — qdrant-client 1.18 still depends on tonic 0.12.3 which pulls in rustls-pemfile. The deny.toml ignore remains in place.

Test plan

  • cargo build --workspace passes
  • cargo +nightly fmt --check passes
  • cargo clippy --workspace -- -D warnings passes
  • cargo nextest run --config-file .github/nextest.toml --workspace --lib --bins — 9155 tests passed
  • cargo deny check --config .github/deny.toml advisories — advisories ok

Closes #2347

Syncs the Rust client with the already-updated Docker image (v1.18.0).
RUSTSEC-2025-0134 (rustls-pemfile via tonic 0.12) remains; deny.toml
ignore kept until qdrant/rust-client#255 (tonic 0.14 upgrade) merges.

Closes #2347
@github-actions github-actions Bot added rust Rust code changes dependencies Dependency updates ci CI/CD configuration chore Maintenance tasks size/XS Extra small PR (1-10 lines) labels May 11, 2026
@bug-ops bug-ops enabled auto-merge (squash) May 11, 2026 16:17
@bug-ops bug-ops merged commit d674207 into main May 11, 2026
38 checks passed
@bug-ops bug-ops deleted the fix/2347-qdrant-client-update branch May 11, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance tasks ci CI/CD configuration dependencies Dependency updates rust Rust code changes size/XS Extra small PR (1-10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(deps): rustls-pemfile RUSTSEC-2025-0134 unmaintained — track qdrant-client update

1 participant