summaryrefslogtreecommitdiffstats
path: root/autocrypt
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 /autocrypt
parent22682e280261fec03f247a744ec5b515c930744e (diff)
Relax dependency on 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 5b176959..4ae07c4e 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -22,4 +22,4 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.16" }
-base64 = "0.11"
+base64 = ">= 0.11, < 0.13"