diff --git a/Cargo.toml b/Cargo.toml index 75f7ec9..e5c9123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2.19" num-complex = "0.4.6" [dev-dependencies] -rand = "0.8.6" +rand = "0.10.1" rand_xorshift = "0.3.0" [dev-dependencies.appro-eq]