summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:29:20 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-11 13:29:20 +0200
commit26e576dd3b85ac94d5eee438591753d0ccd9ef1a (patch)
tree198125adc3d6fe866eae612ea0e4433dfd4a718d /openpgp
parent00b4765f4f9239890fa83708199487fbcd648c78 (diff)
openpgp: Bump base64 to 0.12.
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 2d0cbb26..76e576b0 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.16", default-features = false }
-base64 = "0.11"
+base64 = "0.12"
bzip2 = { version = "0.3.2", optional = true }
flate2 = { version = "1.0.1", optional = true }
idna = "0.2"