Skip to content

Commit

Permalink
Bump prettytable-rs from 0.8.0 to 0.10.0 (#889)
Browse files Browse the repository at this point in the history
Bumps [prettytable-rs](https://github.com/phsym/prettytable-rs) from 0.8.0 to 0.10.0.
- [Release notes](https://github.com/phsym/prettytable-rs/releases)
- [Changelog](https://github.com/phsym/prettytable-rs/blob/master/CHANGELOG.md)
- [Commits](phsym/prettytable-rs@v0.8.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2023
1 parent cd17856 commit 280d33a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 86 deletions.
132 changes: 48 additions & 84 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maplit = "1.0.2"
open = "3.0.1"
phylum_lockfile = { path = "../lockfile" }
phylum_types = { git = "https://github.com/phylum-dev/phylum-types", branch = "development" }
prettytable-rs = "0.8.0"
prettytable-rs = "0.10.0"
rand = "0.8.4"
reqwest = { version = "0.11.3", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "rustls-tls-webpki-roots"], default-features = false }
routerify = { version = "3.0.0", features =["all"] }
Expand Down
2 changes: 1 addition & 1 deletion cli/src/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use phylum_types::types::package::{
};
use phylum_types::types::project::ProjectSummaryResponse;
use prettytable::format::Alignment;
use prettytable::{cell, color as table_color, row, table, Attr, Cell, Row, Table};
use prettytable::{color as table_color, row, table, Attr, Cell, Row, Table};
use serde::Serialize;
use unicode_width::UnicodeWidthStr;

Expand Down

0 comments on commit 280d33a

Please sign in to comment.