summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-10-07 00:52:04 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-10-07 12:59:01 +0200
commit31da7811453ce3976485367d1d8e6159fb09ff2e (patch)
tree7cf1278e5400da32b2036cb1fb5474f470039fc5 /openpgp
parent7dfec3465143adc8254877e1bcc4c2aa6cd65770 (diff)
autocrypt, openpgp: Unpin 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 ed3a9738..3108b034 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.18", default-features = false }
-base64 = ">= 0.11, < 0.13"
+base64 = "0.12"
bzip2 = { version = "0.3.2", optional = true }
dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }