Update the heed dependency and lock file

This commit is contained in:
Clément Renault 2023-11-22 15:11:09 +01:00
parent b366acdae6
commit 56a0d91ecd
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 47 additions and 65 deletions

View file

@ -29,8 +29,8 @@ geoutils = "0.5.1"
grenad = { version = "0.4.5", default-features = false, features = [
"rayon", "tempfile"
] }
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.7", default-features = false, features = [
"lmdb", "read-txn-no-tls"
heed = { git = "https://github.com/meilisearch/heed", branch = "put-current-with-data-codec", default-features = false, features = [
"read-txn-no-tls"
] }
indexmap = { version = "2.0.0", features = ["serde"] }
instant-distance = { version = "0.6.1", features = ["with-serde"] }