update bitpacker dep (#2269)

This commit is contained in:
PSeitz
2023-12-01 13:45:52 +01:00
committed by GitHub
parent 1a9fc10be9
commit 24841f0b2a
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ homepage = "https://github.com/quickwit-oss/tantivy"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitpacking = {version="0.8", default-features=false, features = ["bitpacker1x"]}
bitpacking = { version = "0.9.2", default-features = false, features = ["bitpacker1x"] }
[dev-dependencies]
rand = "0.8"