diff --git a/Cargo.toml b/Cargo.toml index 421a06a..be63974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,6 @@ chrono = "^0.4.28" humantime = "^2" simplelog = "^0" log = "^0" -rand = "0.8.5" [dev-dependencies] float_eq = "^1" @@ -42,3 +41,4 @@ tempfile = "3" assert_cmd = "^2" predicates = "^3" serial_test = "2" +rand = "0.8.5"