diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index a8e9915e67b7..263de96defc9 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -76,6 +76,7 @@ memory-check = [] [dev-dependencies] criterion = "0.3" flate2 = "1" +rand = "0.8" tempfile = "3" [build-dependencies]