Skip to content

Commit

Permalink
Update prettytable-rs requirement from 0.8.0 to 0.9.0 (#1446)
Browse files Browse the repository at this point in the history
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](phsym/prettytable-rs@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: prettytable-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2022
1 parent 0c634c5 commit 4875174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastfield_codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4875174

Please sign in to comment.