summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
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 /net/Cargo.toml
parentc643f14f44f7df7bb87c3ad48258c0c8da0eabd5 (diff)
net: Use openpgp crypto API for SHA1 hash
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index 73400201..eed53733 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -31,7 +31,6 @@ hyper = "0.12"
hyper-tls = "0.3"
libc = "0.2.33"
native-tls = "0.2.0"
-nettle = "5.0"
percent-encoding = "2.1"
tempfile = "3.1"
tokio-core = "0.1"