From af45efef30acfbed1f0fc5289a151e03de22e6cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:23:37 +0000 Subject: [PATCH] Update fastembed requirement from 5.12 to 6.0 Updates the requirements on [fastembed](https://github.com/Anush008/fastembed-rs) to permit the latest version. - [Release notes](https://github.com/Anush008/fastembed-rs/releases) - [Commits](https://github.com/Anush008/fastembed-rs/compare/v5.12.0...v6.0.0) --- updated-dependencies: - dependency-name: fastembed dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 814a1ed..607007b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # Embeddings & Vector Search -fastembed = { version = "5.12", default-features = false, features = ["online"], optional = true } +fastembed = { version = "6.0", default-features = false, features = ["online"], optional = true } ndarray = "0.17" # Graph Algorithms