summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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 07cd2e6e..2047c19c 100644
--- a/net/Cargo.toml
+++ b/net/Cargo.toml
@@ -37,7 +37,7 @@ url = "2.1"
zbase32 = "0.1.2"
[dev-dependencies]
-rand = { version = "0.7", default-features = false }
+rand = { version = "0.7", default-features = false, features = ["getrandom"] }
tokio = { version = "0.2.19", features = ["full"] }
[lib]