Skip to content

Commit

Permalink
chore: update prettytable
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 6, 2023
1 parent 47e085a commit 1add881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gremlin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-std = "1.6.3"
uuid = "0.8.1"
chrono = "0.4.15"
structopt = { version = "0.3", default-features = false }
prettytable-rs = "0.8.0"
prettytable-rs = "0.10.0"
anyhow = "1.0.32"


Expand Down
1 change: 0 additions & 1 deletion gremlin-cli/src/actions/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::print;
use crate::{actions::Action, command::Command, context::GremlinContext};
use gremlin_client::GValue;
use prettytable::{
cell,
format::{FormatBuilder, LinePosition, LineSeparator},
row, Row, Table,
};
Expand Down

0 comments on commit 1add881

Please sign in to comment.