From 3bf38596a06d996c7b67b403015aaafe9754ba33 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 11 Jun 2020 13:39:30 +0200 Subject: Update all dependencies. --- openpgp/Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'openpgp') 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 -- cgit v1.2.3