From a60ab5cec60b95346744a6b80f6dbb2dd7203123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:20:34 +0000 Subject: [PATCH] Bump qdrant-client from 1.16.0 to 1.17.0 Bumps [qdrant-client](https://github.com/qdrant/rust-client) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/qdrant/rust-client/releases) - [Commits](https://github.com/qdrant/rust-client/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00c4f00..dad4ef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -102,7 +102,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -811,7 +811,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1064,7 +1064,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2038,7 +2038,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -2411,9 +2411,9 @@ dependencies = [ [[package]] name = "qdrant-client" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76499f3e8385dae785d65a0216e0dfa8fadaddd18038adf04f438631683b26a" +checksum = "f5d0a9b168ecf8f30a3eb7e8f4766e3050701242ffbe99838b58e6c4251e7211" dependencies = [ "anyhow", "derive_builder", @@ -2833,7 +2833,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3522,7 +3522,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7fd1dc9..2151aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ axum = { version = "0.7" } blake3 = { version = "1.5" } clap = { version = "4.5", features = ["derive"] } color-eyre = { version = "0.6" } -qdrant-client = { version = "1.0" } +qdrant-client = { version = "1.17" } regex = { version = "1.0" } reqwest = { version = "0.12", features = ["json", "rustls-tls"] } rmcp = { version = "0.16", features = ["transport-streamable-http-server"] }