From 05aa00c351849a3774b83ab9ddc2472c7177ae1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:00:23 +0200 Subject: [PATCH] chore(deps): update rust crate qdrant-client to v1.11.1 (#231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [qdrant-client](https://qdrant.tech/) ([source](https://togithub.com/qdrant/rust-client)) | workspace.dependencies | minor | `1.10.3` -> `1.11.1` | --- ### Release Notes
qdrant/rust-client (qdrant-client) ### [`v1.11.1`](https://togithub.com/qdrant/rust-client/releases/tag/v1.11.1) [Compare Source](https://togithub.com/qdrant/rust-client/compare/v1.11.0...v1.11.1) ### Change log #### Bug fixes - [https://github.com/qdrant/rust-client/pull/183](https://togithub.com/qdrant/rust-client/pull/183) - Fix `upsert_points_chunked` not doing updates if number of points is smaller than chunk size ### [`v1.11.0`](https://togithub.com/qdrant/rust-client/releases/tag/v1.11.0) [Compare Source](https://togithub.com/qdrant/rust-client/compare/v1.10.3...v1.11.0) ### Change log #### Improvements - Support for Qdrant 1.11.x - Add more convenient vector type conversions - Add `MultiVectorConfigBuilder`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/bosun-ai/swiftide). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b9225b6..83bf3581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3241,7 +3241,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.74", @@ -3285,9 +3285,9 @@ dependencies = [ [[package]] name = "qdrant-client" -version = "1.10.3" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b3660716b1555923d189c2a8e4bf849e9c2cf86a346d868eb2616cf83844a2a" +checksum = "26955138c3afae5f9d36decd09f1e4e02e266132359b8631093e9cddb1662600" dependencies = [ "anyhow", "derive_builder",