From 3f833d303ac960721231ef22e7ca8a89939f20ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:26:34 +0000 Subject: [PATCH] Bump qdrant-client from 1.16.0 to 1.18.0 Bumps [qdrant-client](https://github.com/qdrant/rust-client) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/qdrant/rust-client/releases) - [Commits](https://github.com/qdrant/rust-client/compare/v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 201eefdc..4fd5cd6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,7 +854,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -1116,7 +1116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -2085,7 +2085,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -2451,9 +2451,9 @@ dependencies = [ [[package]] name = "qdrant-client" -version = "1.16.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76499f3e8385dae785d65a0216e0dfa8fadaddd18038adf04f438631683b26a" +checksum = "82cef4e669bcf9c07471463adab5ee080dd9bc9381f3652ea4981f6030b2c309" dependencies = [ "anyhow", "derive_builder", @@ -2523,7 +2523,7 @@ dependencies = [ "once_cell", "socket2 0.6.4", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -2879,7 +2879,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3555,7 +3555,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 20f68286..7fb64ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ axum = { version = "0.8" } blake3 = { version = "1.8" } clap = { version = "4.6", features = ["derive"] } color-eyre = { version = "0.6" } -qdrant-client = { version = ">=1.16,<1.17" } +qdrant-client = { version = ">=1.16, <1.19" } regex = { version = "1.12" } reqwest = { version = "0.12", features = ["json", "rustls-tls"] } rmcp = { version = "0.16", features = ["transport-streamable-http-server"] }