Update dependency: prettytable: 0.6 -> 0.8
This commit is contained in:
parent
f2de746293
commit
502889b9a2
3 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ log = "0.4.0"
|
|||
url = "1.5"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
prettytable-rs = "0.6"
|
||||
prettytable-rs = "0.8"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -51,8 +51,8 @@ use std::io::Write;
|
|||
use std::process::exit;
|
||||
|
||||
use prettytable::Table;
|
||||
use prettytable::cell::Cell;
|
||||
use prettytable::row::Row;
|
||||
use prettytable::Cell;
|
||||
use prettytable::Row;
|
||||
|
||||
use libimagrt::runtime::Runtime;
|
||||
use libimagrt::setup::generate_runtime_setup;
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
use chrono::NaiveDateTime;
|
||||
use filters::filter::Filter;
|
||||
use prettytable::Table;
|
||||
use prettytable::row::Row;
|
||||
use prettytable::cell::Cell;
|
||||
use prettytable::Row;
|
||||
use prettytable::Cell;
|
||||
use kairos::parser::Parsed;
|
||||
use kairos::parser::parse as kairos_parse;
|
||||
use clap::ArgMatches;
|
||||
|
|
Loading…
Reference in a new issue