summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2021-09-28 11:10:33 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-11-03 10:09:21 +0100
commit4b887a8cea6d7893b98874d4e4ff29e2ebe76543 (patch)
tree270c1698d3b1ba62981a380552fe8d69d3dacfa8 /Cargo.lock
parent8785a2b7b154663989ee328096af037d4fb17b3f (diff)
net: Implement Signer and Decryptor for remote keys.
- Add sequoia_net::pks::unlock_signer. - Add sequoia_net::pks::unlock_decryptor.
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 9c04d915..d08a8d3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2805,6 +2805,7 @@ name = "sequoia-net"
version = "0.23.0"
dependencies = [
"anyhow",
+ "base64",
"futures-util",
"http",
"hyper",