summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-10-26 14:15:51 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-26 14:15:51 +0200
commit04d42b706cd290ccda2be2987e4aedfa9614ad29 (patch)
treeddca343e8198f6689371d2e7fdfd448d94e137c3 /openpgp/Cargo.toml
parent7a8e12e89bccc5c40037969231a97d3d53983fcc (diff)
openpgp: Upgrade rpassword
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 c6d9dfb8..ae7b5db6 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -103,7 +103,7 @@ lalrpop = { version = "0.20", default-features = false }
[dev-dependencies]
quickcheck = { version = "1", default-features = false }
-rpassword = "6.0"
+rpassword = "7.0"
criterion = { version = "0.5", features = ["html_reports"] }
[features]