tests: eliminate usage of rand crate

Otherwise dependabot will nag us until `num-bigint` updates.
This commit is contained in:
Tony Arcieri
2019-12-16 07:28:21 -08:00
parent 1dff6eca32
commit d4838f2652
3 changed files with 4 additions and 6 deletions
-1
View File
@@ -46,7 +46,6 @@ zeroize = "1"
[dev-dependencies]
env_logger = "0.7"
rand = "0.5"
ring = "0.16.9"
lazy_static = "1"