From 2a97499bf48049309e2fecb5707d9a4be5036478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:57:51 +0530 Subject: [PATCH] chore(deps): bump fastembed from 3.2.0 to 3.3.0 (#126) Bumps [fastembed](https://github.com/Anush008/fastembed-rs) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/Anush008/fastembed-rs/releases) - [Changelog](https://github.com/Anush008/fastembed-rs/blob/main/.releaserc) - [Commits](https://github.com/Anush008/fastembed-rs/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: fastembed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32ac07d..1110e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1015,9 +1015,9 @@ dependencies = [ [[package]] name = "fastembed" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a72c8b90a9a382ea4eed4ca4c2bbb3f62d1223a70e907952240aa02cabe4094" +checksum = "12e61982a7c778331519fc58c0755ce58ca6f06302214f7915cd3e3b53d7617c" dependencies = [ "anyhow", "hf-hub",