summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:39:30 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-11 14:55:32 +0200
commit3bf38596a06d996c7b67b403015aaafe9754ba33 (patch)
treea093ecb9fc75d0c48084be164806fc34d062ecca /openpgp
parent26e576dd3b85ac94d5eee438591753d0ccd9ef1a (diff)
Update all dependencies.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 76e576b0..7a24a195 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -40,16 +40,25 @@ quickcheck = { version = "0.9", default-features = false, optional = true }
rand = { version = "0.7", default-features = false, optional = true }
regex = "1"
thiserror = "1"
+
+# 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.
+backtrace = "= 0.3.46"
unicode-normalization = "= 0.1.9"
[build-dependencies]
lalrpop = "0.17"
[dev-dependencies]
-rpassword = "=4.0.3"
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"
+
[features]
default = ["compression", "crypto-nettle"]
# TODO(#333): Allow for/implement more backends