summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-12 13:15:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-12 13:15:10 +0200
commit4dc21f325a8f3746e1d30648b4dc842aede870c8 (patch)
tree0eb348638fea78d4957162d285033069b34b328c /openpgp
parent22682e280261fec03f247a744ec5b515c930744e (diff)
Relax dependency on base64.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 7a24a195..0ab39a1e 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -27,7 +27,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1"
buffered-reader = { path = "../buffered-reader", version = "0.16", default-features = false }
-base64 = "0.12"
+base64 = ">= 0.11, < 0.13"
bzip2 = { version = "0.3.2", optional = true }
flate2 = { version = "1.0.1", optional = true }
idna = "0.2"