summaryrefslogtreecommitdiffstats
path: root/autocrypt/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2024-04-11 17:07:03 +0200
committerJustus Winter <justus@sequoia-pgp.org>2024-04-11 18:21:58 +0200
commit752f57325968be9a43b3cef3a0f09ab0885c5d34 (patch)
tree908d33db2ca53dfa917d6baac51b4ecbc9288a31 /autocrypt/Cargo.toml
parent7ba8f57618473730383233fbd3c89ee84b84a3fa (diff)
Update base64.
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 106ad714..8fd9dd85 100644
--- a/autocrypt/Cargo.toml
+++ b/autocrypt/Cargo.toml
@@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "1.13", default-features = false }
-base64 = "0.21"
+base64 = ">= 0.21, < 0.23"
[lib]
bench = false