summaryrefslogtreecommitdiffstats
path: root/openpgp
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 /openpgp
parenta831f22e56c0f77611a66a950a3c94478bd3ed3c (diff)
openpgp, autocrypt: Port to base64 0.13.
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 5ddeba75..985402d3 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.12"
+base64 = "0.13"
bzip2 = { version = "0.4", optional = true }
dyn-clone = "1"
flate2 = { version = "1.0.1", optional = true }