summaryrefslogtreecommitdiffstats
path: root/autocrypt/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-07 17:18:46 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-07 17:21:15 +0100
commitaac846c078d1e737789e11433a43bda1edfe3a44 (patch)
tree2a98b52d604f21c05c5e916cc3414bcea0022abe /autocrypt/Cargo.toml
parenteaaaf33dc15df65a7d34b9f436080e49f30f9715 (diff)
Bump base64 to 0.11.
Diffstat (limited to 'autocrypt/Cargo.toml')
-rw-r--r--autocrypt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocrypt/Cargo.toml b/autocrypt/Cargo.toml
index dc91fd2f..ffc946d4 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -22,4 +22,4 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.13" }
-base64 = "0.10.1"
+base64 = "0.11"