summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-08 14:45:20 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-10-08 14:45:20 +0200
commitd9af4fbb9fc0f08139fe8b00d0b04ea75afe7908 (patch)
tree2602882bade1398ad69f4e42e4b2e2972e710cb0 /tool/Cargo.toml
parent5481c219e8a548215b1bc0881e08d6ae6602c68b (diff)
tool: Bump prettytable to 0.8.
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 d5a18935..0017c77f 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -11,7 +11,7 @@ sequoia-net = { path = "../net" }
sequoia-store = { path = "../store" }
clap = "2.32.0"
failure = "0.1.2"
-prettytable-rs = "0.7.0"
+prettytable-rs = "0.8.0"
rpassword = "2.0.0"
tempfile = "3.0.4"
time = "0.1.38"