Bump heed and LMDB fork

This commit is contained in:
Kerollmops 2025-02-25 15:51:56 +01:00
parent 2a6297203c
commit f06218d316
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

8
Cargo.lock generated
View File

@ -2398,7 +2398,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]] [[package]]
name = "heed" name = "heed"
version = "0.20.5" version = "0.20.5"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#0588f85dd07a81f155830e381e9a43a404c0f47b" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"byteorder", "byteorder",
@ -2415,12 +2415,12 @@ dependencies = [
[[package]] [[package]]
name = "heed-traits" name = "heed-traits"
version = "0.20.0" version = "0.20.0"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#0588f85dd07a81f155830e381e9a43a404c0f47b" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a"
[[package]] [[package]]
name = "heed-types" name = "heed-types"
version = "0.20.1" version = "0.20.1"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#0588f85dd07a81f155830e381e9a43a404c0f47b" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a"
dependencies = [ dependencies = [
"bincode", "bincode",
"byteorder", "byteorder",
@ -3466,7 +3466,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
[[package]] [[package]]
name = "lmdb-master-sys" name = "lmdb-master-sys"
version = "0.2.3" version = "0.2.3"
source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#0588f85dd07a81f155830e381e9a43a404c0f47b" source = "git+https://github.com/meilisearch/heed?branch=allow-nested-rtxn-from-wtxn-v0-20#ded5886fe8b5ec023404b6cf54cbd0316627bf9a"
dependencies = [ dependencies = [
"cc", "cc",
"doxygen-rs", "doxygen-rs",