summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-08-17 16:35:00 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-08-17 16:57:37 +0200
commit41406f8b4a33bdfcf302d3c1c69c5f035f7aa210 (patch)
tree074e84756803d86607cf0f42c159b8312d32b31a /Cargo.lock
parent303057988fe6dde9aacaaa827806de1f7426984a (diff)
openpgp: Move crypto::Keygrip to the ipc crate.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 32e345cb..9dea84ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1927,6 +1927,7 @@ dependencies = [
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-autocrypt 0.18.0",
"sequoia-core 0.18.0",
+ "sequoia-ipc 0.18.0",
"sequoia-net 0.18.0",
"sequoia-openpgp 0.18.0",
"sequoia-store 0.18.0",