summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 13:30:49 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 13:30:49 +0200
commitbfe6634e6037322e27cf0d0acde16218d2f6174c (patch)
tree5f04b75a6df29d2a939fef27b0463fbcea54aebb /net
parentd7985dfb8536d7612faa27e0bb65d2450d1c03b1 (diff)
Trim dependencies of crates 'rand' and 'quickcheck'.
Diffstat (limited to 'net')
-rw-r--r--net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Cargo.toml b/net/Cargo.toml
index e0824eea..7ea67c4d 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -41,7 +41,7 @@ url = "1.6.0"
zbase32 = "0.1.2"
[dev-dependencies]
-rand = "0.6"
+rand = { version = "0.6", default-features = false }
[features]
default = ["compression"]