summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-06-12 13:15:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-12 13:15:10 +0200
commit4dc21f325a8f3746e1d30648b4dc842aede870c8 (patch)
tree0eb348638fea78d4957162d285033069b34b328c /Cargo.lock
parent22682e280261fec03f247a744ec5b515c930744e (diff)
Relax dependency on base64.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d1b7a439..bbea5e80 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1637,7 +1637,7 @@ dependencies = [
name = "sequoia-autocrypt"
version = "0.16.0"
dependencies = [
- "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "base64 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-openpgp 0.16.0",
]