From 3f7fc0aeac1660c25ad8c32312d4bff46c1bd58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:57:01 +0000 Subject: [PATCH] Bump fastembed from 5.13.4 to 5.15.0 Bumps [fastembed](https://github.com/Anush008/fastembed-rs) from 5.13.4 to 5.15.0. - [Release notes](https://github.com/Anush008/fastembed-rs/releases) - [Commits](https://github.com/Anush008/fastembed-rs/compare/v5.13.4...v5.15.0) --- updated-dependencies: - dependency-name: fastembed dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd9983c..cd916eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,9 +1291,9 @@ checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471" [[package]] name = "fastembed" -version = "5.13.4" +version = "5.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0112bd54a5d1903b19c85609c282949523bb8bb39f1614d4db0017e0ef3b0ff" +checksum = "c65faeb787d66e812248f992693268eee8a43a95e3e43e0c33547f1c8391ecce" dependencies = [ "anyhow", "hf-hub", diff --git a/Cargo.toml b/Cargo.toml index fdb43b0..2b7a97d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ basic-toml = "*" bincode = "2.0.1" csv = "1" fast2s = "0.3.1" -fastembed = { version = "5.12", features = ["hf-hub-rustls-tls", "ort-download-binaries"], default-features = false, optional = true } +fastembed = { version = "5.15", features = ["hf-hub-rustls-tls", "ort-download-binaries"], default-features = false, optional = true } fjall = { version = "2.11.2", default-features = false, features = [ "single_writer_tx", "miniz",