From 72b1ab1088f09287ebb8376757dc31ca9c06fd09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 13:04:12 +0200 Subject: [PATCH] fix(deps): update rust crate fastembed to v3.14.0 (#209) 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 | |---|---|---|---| | [fastembed](https://crates.io/crates/fastembed) ([source](https://togithub.com/Anush008/fastembed-rs)) | dependencies | minor | `3.11.1` -> `3.14.0` | --- ### Release Notes
Anush008/fastembed-rs (fastembed) ### [`v3.14.0`](https://togithub.com/Anush008/fastembed-rs/releases/tag/v3.14.0) [Compare Source](https://togithub.com/Anush008/fastembed-rs/compare/v3.13.0...v3.14.0) ##### 🍕 Features - Sparse Embeddings with prithivida/Splade_PP_en_v1 ([#​94](https://togithub.com/Anush008/fastembed-rs/issues/94)) ([983fc84](https://togithub.com/Anush008/fastembed-rs/commit/983fc848dc5337e3f42a506c897c34950fe7ac6b)) - Thanks [@​timonv](https://togithub.com/timonv) ### [`v3.13.0`](https://togithub.com/Anush008/fastembed-rs/releases/tag/v3.13.0) [Compare Source](https://togithub.com/Anush008/fastembed-rs/compare/v3.12.0...v3.13.0) ##### 🍕 Features - Added GTELargeENV15 model ([#​95](https://togithub.com/Anush008/fastembed-rs/issues/95)) ([46557bb](https://togithub.com/Anush008/fastembed-rs/commit/46557bb7af5686aef7552375dd2187832aa48b73)) - Thanks again [@​spikecodes](https://togithub.com/spikecodes) ### [`v3.12.0`](https://togithub.com/Anush008/fastembed-rs/releases/tag/v3.12.0) [Compare Source](https://togithub.com/Anush008/fastembed-rs/compare/v3.11.1...v3.12.0) ##### 🍕 Features - Added Alibaba-NLP/gte-base-en-v1.5 ([#​92](https://togithub.com/Anush008/fastembed-rs/issues/92)) ([71272da](https://togithub.com/Anush008/fastembed-rs/commit/71272da1bfda077538996f1b26aebe4beafab9bd)) - Thanks [@​spikecodes](https://togithub.com/spikecodes)
--- ### 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e71e826c..bc9c6b9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,9 +1484,9 @@ dependencies = [ [[package]] name = "fastembed" -version = "3.11.1" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d5f4b8c024ec4b1ee259e32492aaf49219f4cc2c450df4df908918ece78604" +checksum = "17909bfe2039bcb2d9bcad7a91ae3f26b11470715d0678bf170d877e97038858" dependencies = [ "anyhow", "hf-hub",