Bump heed to fix a prefix iter bug

This commit is contained in:
Clément Renault 2020-10-28 10:55:21 +01:00
parent d6338af766
commit 98fc24cbdf
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -689,9 +689,9 @@ dependencies = [
[[package]]
name = "heed"
version = "0.8.1"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1c9d6f92f402a1452d658038a279d882c77fc5c1f50f29eb491b5fac537f479"
checksum = "1cbfcd936aa75c7cb1a8485dd2506ea0ae204e2131bf614d8aa4e5f4177455b1"
dependencies = [
"byteorder",
"heed-traits",

View File

@ -14,7 +14,7 @@ flate2 = "1.0.17"
fst = "0.4.4"
fxhash = "0.2.1"
grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "ce3517f" }
heed = { version = "0.8.1", default-features = false, features = ["lmdb"] }
heed = { version = "0.9.0", default-features = false, features = ["lmdb"] }
human_format = "1.0.3"
indexmap = { version = "1.6.0", features = ["serde-1"] }
jemallocator = "0.3.2"