summaryrefslogtreecommitdiffstats
path: root/autocrypt
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-12-11 14:49:46 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2020-12-11 15:47:17 +0100
commita3789e42d892fd2f1412a83b97b1206d192ea569 (patch)
treea1e1440f114e3c6375c2d610b91091265a1a7e39 /autocrypt
parentbd91530f5486337536cfacfa2f31ddf43f7f74fa (diff)
Relax minimum dependencies.
- Relaxes those dependencies that were unnecessarily strict and patched by debian.
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 38ef8263..8c6668e2 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.20", default-features = false }
-base64 = "0.13"
+base64 = ">=0.12"
[features]
default = ["sequoia-openpgp/default"]