We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f91592 commit 958a497Copy full SHA for 958a497
fastfield_codecs/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/quickwit-oss/tantivy"
14
[dependencies]
15
common = { version = "0.5", path = "../common/", package = "tantivy-common" }
16
tantivy-bitpacker = { version= "0.3", path = "../bitpacker/" }
17
-prettytable-rs = {version="0.9.0", optional= true}
+prettytable-rs = {version="0.10.0", optional= true}
18
rand = {version="0.8.3", optional= true}
19
fastdivide = "0.4"
20
log = "0.4"
0 commit comments