Skip to content

Commit 0991116

Browse files
committed
Update semantic_search_client dependencies in Cargo.toml
1 parent e59abdc commit 0991116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/semantic_search_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ candle-core = { version = "0.9.1", features = [] }
3333
candle-nn = "0.9.1"
3434
candle-transformers = "0.9.1"
3535
tokenizers = "0.21.1"
36-
hf-hub = { version = "0.4.2", default-features = false, features = ["rustls-tls"] }
36+
hf-hub = { version = "0.4.2", default-features = false, features = ["rustls-tls", "tokio", "ureq"] }
3737
anyhow = "1.0"
3838

3939
# Conditionally enable Metal on macOS

0 commit comments

Comments
 (0)