summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:25:17 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:25:17 +0200
commitee21a762b5595cbdea6de05c7c651e2c3e87025b (patch)
treea0cf7e047deeaff33cb3479b3ee0025928623ddf /tool
parent78e5079d90cec7975548c4d058494bf2cf32e11a (diff)
Bump rpassword to 0.4.
Diffstat (limited to 'tool')
-rw-r--r--tool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index d9f86bbf..27c90bd2 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -31,7 +31,7 @@ clap = "2.32.0"
failure = "0.1.2"
itertools = "0.8"
prettytable-rs = "0.8.0"
-rpassword = "3.0"
+rpassword = "4.0"
tempfile = "3.0.4"
termsize = "0.1"
time = "0.1.38"