Merge pull request #933 from influxdata/cn/move-random

fix: Move rand to a dev-dependency of packers
pull/24376/head
kodiakhq[bot] 2021-03-05 19:00:27 +00:00 committed by GitHub
commit 7e8f3aaafb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,9 +9,9 @@ arrow_deps = { path = "../arrow_deps" }
data_types = { path = "../data_types" }
human_format = "1.0.3"
influxdb_tsm = { path = "../influxdb_tsm" }
rand = "0.7.3"
snafu = "0.6.2"
tracing = "0.1"
[dev-dependencies] # In alphabetical order
rand = "0.7.3"
test_helpers = { path = "../test_helpers" }