summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIgor Matuszewski <igor@sequoia-pgp.org>2019-12-18 21:23:45 +0100
committerIgor Matuszewski <igor@sequoia-pgp.org>2019-12-20 14:40:49 +0100
commitdc578999ea706417f4fd1a877ecc06840e58d5b0 (patch)
tree047fe1650933d32ff387320dba9a9587920d3810 /Cargo.lock
parentc643f14f44f7df7bb87c3ad48258c0c8da0eabd5 (diff)
net: Use openpgp crypto API for SHA1 hash
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fd86481d..9a4efc2c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1633,7 +1633,6 @@ dependencies = [
"hyper-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "nettle 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sequoia-core 0.12.0",