summaryrefslogtreecommitdiffstats
path: root/autocrypt
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-14 13:31:40 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-14 15:31:01 +0200
commitaedfdbfa50bc9bee17e0e5fa052499afe3e402b9 (patch)
treeff1bd1a906a75a5d7596d98af033e836c3a698e7 /autocrypt
parenta831f22e56c0f77611a66a950a3c94478bd3ed3c (diff)
openpgp, autocrypt: Port to base64 0.13.
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 f8e74233..d43e19b9 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.19", default-features = false }
-base64 = "0.12"
+base64 = "0.13"
[features]
default = ["sequoia-openpgp/default"]