From bfe6634e6037322e27cf0d0acde16218d2f6174c Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 22 Aug 2019 13:30:49 +0200 Subject: Trim dependencies of crates 'rand' and 'quickcheck'. --- net/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/Cargo.toml') 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"] -- cgit v1.2.3