From c5927b598ee7781b751e043bdcf0ee4fefbaba10 Mon Sep 17 00:00:00 2001 From: Anush008 Date: Sun, 17 Nov 2024 11:44:04 +0530 Subject: [PATCH] chore: retry Signed-off-by: Anush008 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8360fb..3813f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ version = "0.0.0" crate-type = ["cdylib"] [dependencies] -anyhow = "<1.0.49" -fastembed = { git = "https://github.com/Anush008/fastembed-rs", branch = "file-f" } +anyhow = { version = "1" } +fastembed = "4.1.0" napi = { version = "2.12.2", default-features = false, features = ["napi4"] } napi-derive = "2.12.2" openssl = { version = "=0.10.66", features = ["vendored"] } # CI fails for Windows without this