From f06218d3164723d203c9404909faab1fe20e3cd7 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 25 Feb 2025 15:51:56 +0100 Subject: [PATCH] Bump heed and LMDB fork --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 729dc26bc..b235aeacd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2398,7 +2398,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "heed" 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 = [ "bitflags 2.6.0", "byteorder", @@ -2415,12 +2415,12 @@ dependencies = [ [[package]] name = "heed-traits" 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]] name = "heed-types" 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 = [ "bincode", "byteorder", @@ -3466,7 +3466,7 @@ checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "lmdb-master-sys" 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 = [ "cc", "doxygen-rs",