summaryrefslogtreecommitdiffstats
path: root/net/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-12 15:03:39 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-03-12 15:03:39 +0100
commit06319eae87d338a06a5d23af27b9e2b801794fd3 (patch)
tree1cf04ac4a335ccfacd8f5794905fb4c0116ab13e /net/Cargo.toml
parentc993ced88008ba7046938e46658a10e0dd624c99 (diff)
net: Drop unused dependencies.
Diffstat (limited to 'net/Cargo.toml')
-rw-r--r--net/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index a702276b..b7844c4d 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -15,9 +15,6 @@ hyper = "0.11"
hyper-tls = "0.1.2"
libc = "0.2.33"
native-tls = "0.1.4"
-nom = "3.2.0"
-num = "0.1.40"
-num-derive = "0.1.41"
percent-encoding = "1.0.1"
rand = "0.3"
tokio-core = "0.1"