mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
uses the latest version of heed to get rid of unsafe code
This commit is contained in:
@ -30,12 +30,7 @@ grenad = { version = "0.4.6", default-features = false, features = [
|
||||
"rayon",
|
||||
"tempfile",
|
||||
] }
|
||||
# heed = { version = "0.20.0", default-features = false, features = [
|
||||
# "serde-json",
|
||||
# "serde-bincode",
|
||||
# "read-txn-no-tls",
|
||||
# ] }
|
||||
heed = { path = "../../heed/heed", default-features = false, features = [
|
||||
heed = { version = "0.20.1", default-features = false, features = [
|
||||
"serde-json",
|
||||
"serde-bincode",
|
||||
"read-txn-no-tls",
|
||||
@ -87,8 +82,7 @@ hf-hub = { git = "https://github.com/dureuill/hf-hub.git", branch = "rust_tls",
|
||||
] }
|
||||
tiktoken-rs = "0.5.8"
|
||||
liquid = "0.26.4"
|
||||
# arroy = "0.2.0"
|
||||
arroy = { path = "../../arroy" }
|
||||
arroy = "0.3.1"
|
||||
rand = "0.8.5"
|
||||
tracing = "0.1.40"
|
||||
ureq = { version = "2.9.7", features = ["json"] }
|
||||
|
Reference in New Issue
Block a user