Fix: use rustls instead of native-tls for fastembed
Avoids OpenSSL dependency which fails on musl cross-compilation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d9d3bc340c
commit
8483359cbc
876
Cargo.lock
generated
876
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -26,4 +26,4 @@ uuid = { version = "1", features = ["v4"] }
|
|||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
mime_guess = "2"
|
mime_guess = "2"
|
||||||
nix = { version = "0.29", features = ["signal"] }
|
nix = { version = "0.29", features = ["signal"] }
|
||||||
fastembed = "5"
|
fastembed = { version = "5", default-features = false, features = ["hf-hub", "hf-hub-rustls-tls", "ort-download-binaries-rustls-tls"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user