summaryrefslogtreecommitdiffstats
path: root/autocrypt
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 /autocrypt
parent7dfec3465143adc8254877e1bcc4c2aa6cd65770 (diff)
autocrypt, openpgp: Unpin base64.
Diffstat (limited to 'autocrypt')
-rw-r--r--autocrypt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index 208fed6b..98d60204 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -22,4 +22,4 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.19" }
-base64 = ">= 0.11, < 0.13"
+base64 = "0.12"