build: `rand` is only a test dependency

pull/24376/head
Jake Goulding 2020-02-14 11:49:05 -05:00 committed by Carol (Nichols || Goulding)
parent 68970f8ff3
commit 9c7e3b2663
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ edition = "2018"
[dependencies]
bytes = "0.5.4"
rand = "0.7.2"
integer-encoding = "1.0.7"
hyper = "0.13"
@ -47,3 +46,4 @@ prost-build = "0.6.1"
[dev-dependencies]
reqwest = { version = "0.10.1", features = ["blocking"] }
assert_cmd = "0.12.0"
rand = "0.7.2"