From 4875174d1623cb448b1d2d9f5324ac55c2eb41aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 18:09:59 +0900 Subject: [PATCH] Update prettytable-rs requirement from 0.8.0 to 0.9.0 (#1446) Updates the requirements on [prettytable-rs](https://github.com/phsym/prettytable-rs) to permit the latest version. - [Release notes](https://github.com/phsym/prettytable-rs/releases) - [Commits](https://github.com/phsym/prettytable-rs/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: prettytable-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fastfield_codecs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfield_codecs/Cargo.toml b/fastfield_codecs/Cargo.toml index 1a52025ce..3b0b58410 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]