summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 9aa144cc..2e47131c 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -62,11 +62,7 @@ lalrpop = "0.17"
[dev-dependencies]
quickcheck = { version = "0.9", default-features = false }
rand = { version = "0.7", default-features = false }
-
-# XXX: We need to pin some dependencies to keep our MSRV at 1.34. If
-# you are packaging Sequoia, feel free to drop these pins if your
-# compiler is newer.
-rpassword = "=4.0.3"
+rpassword = "5.0"
[features]
default = ["compression", "crypto-nettle"]