summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-26 09:00:32 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-26 09:00:32 +0100
commit5b9770d6769a30fd1ecd7cb806c9997bdd3b6d7c (patch)
tree6dcff2504d53e5cc69b4f87eca6b1231228f1485 /openpgp/Cargo.toml
parent471f7fdbeec151b8505142ad2ee9124d95dbebb7 (diff)
tool: Read passwords from the tty.
- Fixes #24.
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index f0af0af2..bc06b91f 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -37,7 +37,7 @@ time = "0.1.40"
lalrpop = "0.16"
[dev-dependencies]
-rpassword = "2.0.0"
+rpassword = "3.0"
[features]
default = ["compression"]