diff --git a/Cargo.toml b/Cargo.toml index d68653f..29f367c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ serde_json = "1.0.53" # serialize JSON clap = "2.33.1" # argument parsing colored = "1.9" # color in terminal strsim = "0.10.0" # string similarity metrics -prettytable-rs = "^0.8" # Print pretty tables for list subcommand +prettytable-rs = "^0.10.0" # Print pretty tables for list subcommand itertools = "^0.8" # Coalesce globstars