From 5e7c8fc6b1b18cf830c0cbd7c0a79200e5ac2823 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 3 Jun 2025 17:51:51 -0600 Subject: [PATCH] upgrade fastembed --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 354ab1e98..289d7ba32 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -110,7 +110,7 @@ diesel_migrations = "2.0.0" html-escape = "0.2.13" tokio-cron-scheduler = "0.13.0" tokio-retry = "0.3.0" -fastembed = "4.8.0" +fastembed = "4.9.0" [profile.release] debug = false