From 3a54468bad16de9a8d600be6f49bbc288642d34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:02:54 +0000 Subject: [PATCH] chore(deps): bump fastembed from 5.17.4 to 6.0.0 Bumps [fastembed](https://github.com/Anush008/fastembed-rs) from 5.17.4 to 6.0.0. - [Release notes](https://github.com/Anush008/fastembed-rs/releases) - [Commits](https://github.com/Anush008/fastembed-rs/compare/v5.17.4...v6.0.0) --- updated-dependencies: - dependency-name: fastembed dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/corecrux-memory/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ef05067..7aca8298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2037,17 +2037,17 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastembed" -version = "5.17.4" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4539f4a2c4472269adc227587b935c0a973e6b5fc4a03e14bbe62608e06c2298" +checksum = "3b2b9435b3f3218e0d2aba98405d5afeb4a0aa974729d4eb4577118762f31564" dependencies = [ - "anyhow", "hf-hub", "ndarray", "ort", "safetensors", "serde", "serde_json", + "thiserror 2.0.20", "tokenizers", ] diff --git a/crates/corecrux-memory/Cargo.toml b/crates/corecrux-memory/Cargo.toml index 07a1cb66..91190b1e 100644 --- a/crates/corecrux-memory/Cargo.toml +++ b/crates/corecrux-memory/Cargo.toml @@ -39,7 +39,7 @@ ureq = { workspace = true, features = ["json"] } # is enabled; the default build never compiles or downloads it. rustls (not # native-tls) so it builds without system OpenSSL — correct for minimal / # Chainguard runtime images too. -fastembed = { version = "5", optional = true, default-features = false, features = [ +fastembed = { version = "6", optional = true, default-features = false, features = [ "ort-download-binaries-rustls-tls", "hf-hub-rustls-tls", ] }