diff --git a/fastfield_codecs/Cargo.toml b/fastfield_codecs/Cargo.toml index 1a52025ce2..3b0b584108 100644 --- a/fastfield_codecs/Cargo.toml +++ b/fastfield_codecs/Cargo.toml @@ -11,7 +11,7 @@ description = "Fast field codecs used by tantivy" [dependencies] common = { version = "0.3", path = "../common/", package = "tantivy-common" } tantivy-bitpacker = { version="0.2", path = "../bitpacker/" } -prettytable-rs = {version="0.8.0", optional= true} +prettytable-rs = {version="0.9.0", optional= true} rand = {version="0.8.3", optional= true} [dev-dependencies]