From b16ece869a1974b2e37d5a972d0172617365cd78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:28:47 +0200 Subject: [PATCH] chore(deps): update rust crate qdrant-client to v1.10.3 (#197) 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 | patch | `1.10.2` -> `1.10.3` | --- ### Release Notes
qdrant/rust-client (qdrant-client) ### [`v1.10.3`](https://togithub.com/qdrant/rust-client/releases/tag/v1.10.3) [Compare Source](https://togithub.com/qdrant/rust-client/compare/v1.10.2...v1.10.3) ### Change log #### Bug fixes - Fix [https://github.com/qdrant/rust-client/issues/170](https://togithub.com/qdrant/rust-client/issues/170)
--- ### 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 760043b4..c9e1b444 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3240,7 +3240,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.72", @@ -3284,9 +3284,9 @@ dependencies = [ [[package]] name = "qdrant-client" -version = "1.10.2" +version = "1.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4ee6fc7c7837bcd78678eab038e72f005fe9cf30faf374a91cca7109e08793f" +checksum = "8b3660716b1555923d189c2a8e4bf849e9c2cf86a346d868eb2616cf83844a2a" dependencies = [ "anyhow", "derive_builder",