summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-05-14 15:36:27 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-05-14 15:36:27 +0200
commit85033549db0022ed319584c8e984870c43949d63 (patch)
tree5854898862c8b1e457eff0cd468558631ed367a1 /tool/Cargo.toml
parentcf676291dcd570f5c151de35d1e48c6085d20575 (diff)
tool: Bump dependency.
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index c954630d..e2f6cfdf 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -11,7 +11,7 @@ sequoia-net = { path = "../net" }
sequoia-store = { path = "../store" }
clap = "2.27.1"
failure = "0.1.1"
-prettytable-rs = "0.6.7"
+prettytable-rs = "0.7.0"
rpassword = "2.0.0"
time = "0.1.38"